Commit 28c71c30 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman

arm64: dts: qcom: qcs404: add dedicated qcom,qcs404-dwc3 compatible

Add dedicated compatible for DWC3 USB node name to allow more accurate
DT schema matching.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220504131923.214367-11-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f526072a
...@@ -529,7 +529,7 @@ glink-edge { ...@@ -529,7 +529,7 @@ glink-edge {
}; };
usb3: usb@7678800 { usb3: usb@7678800 {
compatible = "qcom,dwc3"; compatible = "qcom,qcs404-dwc3", "qcom,dwc3";
reg = <0x07678800 0x400>; reg = <0x07678800 0x400>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -558,7 +558,7 @@ usb3_dwc3: usb@7580000 { ...@@ -558,7 +558,7 @@ usb3_dwc3: usb@7580000 {
}; };
usb2: usb@79b8800 { usb2: usb@79b8800 {
compatible = "qcom,dwc3"; compatible = "qcom,qcs404-dwc3", "qcom,dwc3";
reg = <0x079b8800 0x400>; reg = <0x079b8800 0x400>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
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