mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
fa55b7dcdc
commit
801cd26171
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user