arm64: dts: hisilicon: normalize the node name of the usb devices
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 12 Oct 2020 13:17:35 +0000 (21:17 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 24 Nov 2020 12:06:18 +0000 (20:06 +0800)
Change the node name of the usb devices to match "^usb(@.*)?". These errors
are detected by generic-ehci.yaml and generic-ohci.yaml.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
arch/arm64/boot/dts/hisilicon/hip06.dtsi
arch/arm64/boot/dts/hisilicon/hip07.dtsi

index e24969d53c8fed06b1c2389079ea7847409884cc..11a72891e2a3a656f2a38fccab04a51857bdea79 100644 (file)
                        status = "disabled";
                };
 
-               ohci: ohci@9880000 {
+               ohci: usb@9880000 {
                        compatible = "generic-ohci";
                        reg = <0x9880000 0x10000>;
                        interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ehci: ehci@9890000 {
+               ehci: usb@9890000 {
                        compatible = "generic-ehci";
                        reg = <0x9890000 0x10000>;
                        interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
index 2f1930d4457fe1b4da728cfcb85d3d9260f23eda..2d401d74a01f8b911875c52196a4e7a989166da7 100644 (file)
                        #clock-cells = <0>;
                };
 
-               usb_ohci: ohci@a7030000 {
+               usb_ohci: usb@a7030000 {
                        compatible = "generic-ohci";
                        reg = <0x0 0xa7030000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;
                        status = "disabled";
                };
 
-               usb_ehci: ehci@a7020000 {
+               usb_ehci: usb@a7020000 {
                        compatible = "generic-ehci";
                        reg = <0x0 0xa7020000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;
index ba90b25853555b7aac00d36b3ad04159d8d23d95..7832d9cdec21c937e57276592e6198c706a61600 100644 (file)
                        status = "disabled";
                };
 
-               usb_ohci: ohci@a7030000 {
+               usb_ohci: usb@a7030000 {
                        compatible = "generic-ohci";
                        reg = <0x0 0xa7030000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;
                        status = "disabled";
                };
 
-               usb_ehci: ehci@a7020000 {
+               usb_ehci: usb@a7020000 {
                        compatible = "generic-ehci";
                        reg = <0x0 0xa7020000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;