Commit 8b96065d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

ARM: dts: qcom: ipq8064: align USB node names with bindings

Bindings expect USB controller node names to be named "usb".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230420075053.41976-7-krzysztof.kozlowski@linaro.org
parent 51500b3a
...@@ -611,7 +611,7 @@ nss_common: syscon@3000000 { ...@@ -611,7 +611,7 @@ nss_common: syscon@3000000 {
reg = <0x03000000 0x0000FFFF>; reg = <0x03000000 0x0000FFFF>;
}; };
usb3_0: usb3@100f8800 { usb3_0: usb@100f8800 {
compatible = "qcom,ipq8064-dwc3", "qcom,dwc3"; compatible = "qcom,ipq8064-dwc3", "qcom,dwc3";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -626,7 +626,7 @@ usb3_0: usb3@100f8800 { ...@@ -626,7 +626,7 @@ usb3_0: usb3@100f8800 {
status = "disabled"; status = "disabled";
dwc3_0: dwc3@10000000 { dwc3_0: usb@10000000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x10000000 0xcd00>; reg = <0x10000000 0xcd00>;
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
...@@ -657,7 +657,7 @@ ss_phy_0: phy@100f8830 { ...@@ -657,7 +657,7 @@ ss_phy_0: phy@100f8830 {
status = "disabled"; status = "disabled";
}; };
usb3_1: usb3@110f8800 { usb3_1: usb@110f8800 {
compatible = "qcom,ipq8064-dwc3", "qcom,dwc3"; compatible = "qcom,ipq8064-dwc3", "qcom,dwc3";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -672,7 +672,7 @@ usb3_1: usb3@110f8800 { ...@@ -672,7 +672,7 @@ usb3_1: usb3@110f8800 {
status = "disabled"; status = "disabled";
dwc3_1: dwc3@11000000 { dwc3_1: usb@11000000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x11000000 0xcd00>; reg = <0x11000000 0xcd00>;
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment