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

To match dwc3 documentation, add compatible for platform.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211029103340.26828-2-david@ixit.cz
This commit is contained in:
David Heidelberg 2021-10-29 12:33:39 +02:00 коммит произвёл Bjorn Andersson
Родитель fa55b7dcdc
Коммит 801cd26171
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -637,7 +637,7 @@
};
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: usb2@60f8800 {
compatible = "qcom,dwc3";
compatible = "qcom,ipq4019-dwc3", "qcom,dwc3";
reg = <0x60f8800 0x100>;
#address-cells = <1>;
#size-cells = <1>;

Просмотреть файл

@ -1080,7 +1080,7 @@
};
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 @@
};
usb3_1: usb3@110f8800 {
compatible = "qcom,dwc3", "syscon";
compatible = "qcom,ipq8064-dwc3", "qcom,dwc3";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x110f8800 0x8000>;