arm64: dts: exynos: Harmonize DWC USB3 DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:56 +0000 (14:59 +0300)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 26 Oct 2020 18:57:07 +0000 (19:57 +0100)
In accordance with the DWC USB3 bindings the corresponding node
name is suppose to comply with the Generic USB HCD DT schema, which
requires the USB nodes to have the name acceptable by the regexp:
"^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly
named.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20201020115959.2658-27-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/exynos5433.dtsi
arch/arm64/boot/dts/exynos/exynos7.dtsi

index 8eb4576..0a886bb 100644 (file)
                        ranges;
                        status = "disabled";
 
-                       usbdrd_dwc3: dwc3@15400000 {
+                       usbdrd_dwc3: usb@15400000 {
                                compatible = "snps,dwc3";
                                clocks = <&cmu_fsys CLK_SCLK_USBDRD30>,
                                        <&cmu_fsys CLK_ACLK_USBDRD30>,
                        ranges;
                        status = "disabled";
 
-                       usbhost_dwc3: dwc3@15a00000 {
+                       usbhost_dwc3: usb@15a00000 {
                                compatible = "snps,dwc3";
                                clocks = <&cmu_fsys CLK_SCLK_USBHOST30>,
                                        <&cmu_fsys CLK_ACLK_USBHOST30>,
index b9ed6a3..48cd3a0 100644 (file)
                        #size-cells = <1>;
                        ranges;
 
-                       dwc3@15400000 {
+                       usb@15400000 {
                                compatible = "snps,dwc3";
                                reg = <0x15400000 0x10000>;
                                interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;