Commit cd37c697 authored by Anand Moon's avatar Anand Moon Committed by Felipe Balbi

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

This reverts commit 07f68423.

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: default avatarAnand Moon <linux.amoon@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent e55f3c37
...@@ -162,12 +162,6 @@ static const struct dwc3_exynos_driverdata exynos5250_drvdata = { ...@@ -162,12 +162,6 @@ static const struct dwc3_exynos_driverdata exynos5250_drvdata = {
.suspend_clk_idx = -1, .suspend_clk_idx = -1,
}; };
static const struct dwc3_exynos_driverdata exynos5420_drvdata = {
.clk_names = { "usbdrd30", "usbdrd30_susp_clk"},
.num_clks = 2,
.suspend_clk_idx = 1,
};
static const struct dwc3_exynos_driverdata exynos5433_drvdata = { static const struct dwc3_exynos_driverdata exynos5433_drvdata = {
.clk_names = { "aclk", "susp_clk", "pipe_pclk", "phyclk" }, .clk_names = { "aclk", "susp_clk", "pipe_pclk", "phyclk" },
.num_clks = 4, .num_clks = 4,
...@@ -184,9 +178,6 @@ static const struct of_device_id exynos_dwc3_match[] = { ...@@ -184,9 +178,6 @@ static const struct of_device_id exynos_dwc3_match[] = {
{ {
.compatible = "samsung,exynos5250-dwusb3", .compatible = "samsung,exynos5250-dwusb3",
.data = &exynos5250_drvdata, .data = &exynos5250_drvdata,
}, {
.compatible = "samsung,exynos5420-dwusb3",
.data = &exynos5420_drvdata,
}, { }, {
.compatible = "samsung,exynos5433-dwusb3", .compatible = "samsung,exynos5433-dwusb3",
.data = &exynos5433_drvdata, .data = &exynos5433_drvdata,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment