Skip to content

Commit cd37c69

Browse files
moonlinuxfelipebalbi
authored andcommitted
Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"
This reverts commit 07f6842. Since SCLK_SCLK_USBD300 suspend clock need to be configured for phy module, I wrongly mapped this clock to DWC3 code. Cc: Felipe Balbi <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Anand Moon <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent e55f3c3 commit cd37c69

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

drivers/usb/dwc3/dwc3-exynos.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ static const struct dwc3_exynos_driverdata exynos5250_drvdata = {
162162
.suspend_clk_idx = -1,
163163
};
164164

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-
171165
static const struct dwc3_exynos_driverdata exynos5433_drvdata = {
172166
.clk_names = { "aclk", "susp_clk", "pipe_pclk", "phyclk" },
173167
.num_clks = 4,
@@ -184,9 +178,6 @@ static const struct of_device_id exynos_dwc3_match[] = {
184178
{
185179
.compatible = "samsung,exynos5250-dwusb3",
186180
.data = &exynos5250_drvdata,
187-
}, {
188-
.compatible = "samsung,exynos5420-dwusb3",
189-
.data = &exynos5420_drvdata,
190181
}, {
191182
.compatible = "samsung,exynos5433-dwusb3",
192183
.data = &exynos5433_drvdata,

0 commit comments

Comments
 (0)