Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"

This reverts commit 07f6842341abe978e6375078f84506ec3280ece5.

Since SCLK_SCLK_USBD300 suspend clock need to be configured
for phy module, I wrongly mapped this clock to DWC3 code.

Cc: Felipe Balbi <balbi@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Cc: stable <stable@vger.kernel.org>
Fixes: 07f6842341ab ("usb: dwc3: exynos: Add support for Exynos5422 suspend clk")
Link: https://lore.kernel.org/r/20200623074637.756-1-linux.amoon@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Anand Moon and committed by
Greg Kroah-Hartman
ad38beb3 b3d71abd

-9
-9
drivers/usb/dwc3/dwc3-exynos.c
··· 162 162 .suspend_clk_idx = -1, 163 163 }; 164 164 165 - static const struct dwc3_exynos_driverdata exynos5420_drvdata = { 166 - .clk_names = { "usbdrd30", "usbdrd30_susp_clk"}, 167 - .num_clks = 2, 168 - .suspend_clk_idx = 1, 169 - }; 170 - 171 165 static const struct dwc3_exynos_driverdata exynos5433_drvdata = { 172 166 .clk_names = { "aclk", "susp_clk", "pipe_pclk", "phyclk" }, 173 167 .num_clks = 4, ··· 178 184 { 179 185 .compatible = "samsung,exynos5250-dwusb3", 180 186 .data = &exynos5250_drvdata, 181 - }, { 182 - .compatible = "samsung,exynos5420-dwusb3", 183 - .data = &exynos5420_drvdata, 184 187 }, { 185 188 .compatible = "samsung,exynos5433-dwusb3", 186 189 .data = &exynos5433_drvdata,