ARM: dts: s5pv210: align EHCI/OHCI nodes with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:55:46 +0000 (18:55 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:55:46 +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-2-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/s5pv210.dtsi

index 353ba7b..a7aca54 100644 (file)
                        status = "disabled";
                };
 
-               ehci: ehci@ec200000 {
+               ehci: usb@ec200000 {
                        compatible = "samsung,exynos4210-ehci";
                        reg = <0xec200000 0x100>;
                        interrupts = <23>;
                        };
                };
 
-               ohci: ohci@ec300000 {
+               ohci: usb@ec300000 {
                        compatible = "samsung,exynos4210-ohci";
                        reg = <0xec300000 0x100>;
                        interrupts = <23>;