summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/hisi-x5hd2.dtsi
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2020-10-12 08:12:18 +0200
committerWei Xu <xuwei5@hisilicon.com>2020-11-24 12:43:18 +0100
commit64f5b52554a1de47a53972a47b9b58d8d66ee5aa (patch)
tree5e7383b977004042a576849f4cf857ab1d160225 /arch/arm/boot/dts/hisi-x5hd2.dtsi
parentARM: dts: hisilicon: fix errors detected by pl011.yaml (diff)
downloadlinux-64f5b52554a1de47a53972a47b9b58d8d66ee5aa.tar.xz
linux-64f5b52554a1de47a53972a47b9b58d8d66ee5aa.zip
ARM: dts: hisilicon: fix errors detected by usb yaml
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>
Diffstat (limited to 'arch/arm/boot/dts/hisi-x5hd2.dtsi')
-rw-r--r--arch/arm/boot/dts/hisi-x5hd2.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi
index f645487402f6..0c1708945813 100644
--- a/arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi
@@ -453,14 +453,14 @@
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>;