ARM: dts: exynos: align EHCI/OHCI nodes with dtschema on Exynos4
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:55:19 +0000 (18:55 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:55:19 +0000 (18:55 +0200)
The node names should be generic and USB DT schema expects "usb" names.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220314181948.246434-1-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/exynos4.dtsi

index e81b3ee..5fd17bc 100644 (file)
                        status = "disabled";
                };
 
-               ehci: ehci@12580000 {
+               ehci: usb@12580000 {
                        compatible = "samsung,exynos4210-ehci";
                        reg = <0x12580000 0x100>;
                        interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
                        phy-names = "host", "hsic0", "hsic1";
                };
 
-               ohci: ohci@12590000 {
+               ohci: usb@12590000 {
                        compatible = "samsung,exynos4210-ohci";
                        reg = <0x12590000 0x100>;
                        interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;