ARM: dts: exynos: Use Samsung SoC specific compatible for DWC2 module
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 20 Nov 2018 15:54:28 +0000 (16:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Dec 2019 09:34:34 +0000 (10:34 +0100)
[ Upstream commit 6035cbcceb069f87296b3cd0bc4736ad5618bf47 ]

DWC2 hardware module integrated in Samsung SoCs requires some quirks to
operate properly, so use Samsung SoC specific compatible to notify driver
to apply respective fixes.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi

index e81a27214188c686c0ecb3860dcd2dde910ee645..cbe3507e6e2493f03ab94706e8cf8655f3920eef 100644 (file)
                };
 
                hsotg: hsotg@12480000 {
-                       compatible = "snps,dwc2";
+                       compatible = "samsung,s3c6400-hsotg", "snps,dwc2";
                        reg = <0x12480000 0x20000>;
                        interrupts = <0 141 0>;
                        clocks = <&cmu CLK_USBOTG>;