diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2020-11-11 12:15:50 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 15:06:18 +0300 |
commit | 4dc5288f5a5a60daaf9fbc56bed9b127f6e7e60f (patch) | |
tree | a78b8fffec10f5901a1e6438d75c3fcfee4a8fac /arch/arm64/boot/dts | |
parent | c4cbd0356c60c71dd717bd0c3825bb0646a6d347 (diff) | |
download | linux-4dc5288f5a5a60daaf9fbc56bed9b127f6e7e60f.tar.xz |
arm64: dts: hi3660: 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: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index edb80abf45b3..49c19c6879f9 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -1169,7 +1169,7 @@ }; }; - dwc3: dwc3@ff100000 { + dwc3: usb@ff100000 { compatible = "snps,dwc3"; reg = <0x0 0xff100000 0x0 0x100000>; |