Commit 801cd261 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: update USB nodes with new platform specific compatible



To match dwc3 documentation, add compatible for platform.

Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211029103340.26828-2-david@ixit.cz
parent fa55b7dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ usb3_hs_phy: hsphy@a6000 {
		};

		usb3: usb3@8af8800 {
			compatible = "qcom,dwc3";
			compatible = "qcom,ipq4019-dwc3", "qcom,dwc3";
			reg = <0x8af8800 0x100>;
			#address-cells = <1>;
			#size-cells = <1>;
@@ -669,7 +669,7 @@ usb2_hs_phy: hsphy@a8000 {
		};

		usb2: usb2@60f8800 {
			compatible = "qcom,dwc3";
			compatible = "qcom,ipq4019-dwc3", "qcom,dwc3";
			reg = <0x60f8800 0x100>;
			#address-cells = <1>;
			#size-cells = <1>;
+2 −2
Original line number Diff line number Diff line
@@ -1080,7 +1080,7 @@ ss_phy_0: phy@100f8830 {
		};

		usb3_0: usb3@100f8800 {
			compatible = "qcom,dwc3", "syscon";
			compatible = "qcom,ipq8064-dwc3", "qcom,dwc3";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0x100f8800 0x8000>;
@@ -1122,7 +1122,7 @@ ss_phy_1: phy@110f8830 {
		};

		usb3_1: usb3@110f8800 {
			compatible = "qcom,dwc3", "syscon";
			compatible = "qcom,ipq8064-dwc3", "qcom,dwc3";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0x110f8800 0x8000>;