ARM: dts: hisilicon: fix errors detected by usb yaml
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 12 Oct 2020 06:12:18 +0000 (14:12 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 24 Nov 2020 11:43:18 +0000 (19:43 +0800)
1. Change node name 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/arm/boot/dts/hisi-x5hd2.dtsi

index f645487..0c17089 100644 (file)
                        status = "disabled";
                };
 
-               usb0: ehci@1890000 {
+               usb0: usb@1890000 {
                        compatible = "generic-ehci";
                        reg = <0x1890000 0x1000>;
                        interrupts = <0 66 4>;
                        clocks = <&clock HIX5HD2_USB_CLK>;
                };
 
-               usb1: ohci@1880000 {
+               usb1: usb@1880000 {
                        compatible = "generic-ohci";
                        reg = <0x1880000 0x1000>;
                        interrupts = <0 67 4>;