mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
46 lines
1.5 KiB
Diff
46 lines
1.5 KiB
Diff
From b77a1c4d6b058d801645a9f46030e7f8829628b2 Mon Sep 17 00:00:00 2001
|
|
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Date: Wed, 4 May 2022 15:19:16 +0200
|
|
Subject: [PATCH] arm64: dts: qcom: correct DWC3 node names and unit addresses
|
|
|
|
Align DWC3 USB node names with DT schema ("usb" is expected) and correct
|
|
the unit addresses to match the "reg" property. This also implies
|
|
overriding nodes by label, instead of full path.
|
|
|
|
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20220504131923.214367-7-krzysztof.kozlowski@linaro.org
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 6 +++---
|
|
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -643,7 +643,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- usb2: usb2@7000000 {
|
|
+ usb2: usb@70f8800 {
|
|
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
|
reg = <0x0 0x070F8800 0x0 0x400>;
|
|
#address-cells = <2>;
|
|
@@ -720,7 +720,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- usb3: usb3@8A00000 {
|
|
+ usb3: usb@8af8800 {
|
|
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
|
reg = <0x0 0x8AF8800 0x0 0x400>;
|
|
#address-cells = <2>;
|
|
@@ -746,7 +746,7 @@
|
|
resets = <&gcc GCC_USB0_BCR>;
|
|
status = "disabled";
|
|
|
|
- dwc_0: usb@8A00000 {
|
|
+ dwc_0: usb@8a00000 {
|
|
compatible = "snps,dwc3";
|
|
reg = <0x0 0x8A00000 0x0 0xcd00>;
|
|
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
|