diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2021-02-08 14:51:45 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 05:22:17 +0100 |
commit | c2b652e3811175d44ca63641629b45f045cb99c5 (patch) | |
tree | 175c4ccfd45d4dc2f0396c57b7a0c484c8bc43e4 /arch/arm/boot/dts/ls1021a.dtsi | |
parent | ARM: dts: imx6qdl-wandboard: add scl/sda gpios definitions for i2c bus recovery (diff) | |
download | linux-c2b652e3811175d44ca63641629b45f045cb99c5.tar.xz linux-c2b652e3811175d44ca63641629b45f045cb99c5.zip |
ARM: dts: ls1021a: Harmonize DWC USB3 DT nodes name
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>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 007dd2bd0595..85462f234fc7 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -871,7 +871,7 @@ phy_type = "ulpi"; }; - usb3: usb3@3100000 { + usb3: usb@3100000 { compatible = "snps,dwc3"; reg = <0x0 0x3100000 0x0 0x10000>; interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; |