arm64: dts: rockchip: rk3328: update usbbrd3 core node

[    3.899868] rockchip-inno-dwc3 usbdrd: failed to find dwc3 core node

Fixes: 655d0987f9 ("arm64: dts: rockchip: rk3328: update to kernel6.1")
Change-Id: I1866a9bd897b3da93afb3b5f8e2279992555353d
Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
This commit is contained in:
Jianlong Wang
2024-12-24 19:30:39 +08:00
committed by Tao Huang
parent eb2aff477d
commit 918f498b85
6 changed files with 16 additions and 45 deletions

View File

@@ -637,10 +637,6 @@
status = "okay";
};
&usbdrd_dwc3 {
status = "okay";
};
&vdpu {
status = "okay";
};

View File

@@ -679,10 +679,6 @@
status = "okay";
};
&usbdrd_dwc3 {
status = "okay";
};
&vdpu {
status = "okay";
};

View File

@@ -633,10 +633,6 @@
status = "okay";
};
&usbdrd_dwc3 {
status = "okay";
};
&vdpu {
status = "okay";
};

View File

@@ -389,11 +389,6 @@
&usbdrd3 {
status = "okay";
};
&usbdrd_dwc3 {
dr_mode = "host";
status = "okay";
#address-cells = <1>;
#size-cells = <0>;

View File

@@ -575,10 +575,6 @@
status = "okay";
};
&usbdrd_dwc3 {
status = "okay";
};
&vdpu {
status = "okay";
};

View File

@@ -1553,35 +1553,27 @@
status = "disabled";
};
usbdrd3: usbdrd {
compatible = "rockchip,rk3328-dwc3";
usbdrd3: usb@ff600000 {
compatible = "rockchip,rk3328-dwc3", "snps,dwc3";
reg = <0x0 0xff600000 0x0 0x100000>;
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_USB3OTG_REF>, <&cru SCLK_USB3OTG_SUSPEND>,
<&cru ACLK_USB3OTG>;
clock-names = "ref_clk", "suspend_clk",
"bus_clk";
#address-cells = <2>;
#size-cells = <2>;
ranges;
dr_mode = "host";
phys = <&u3phy_utmi>, <&u3phy_pipe>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";
snps,dis-del-phy-power-chg-quirk;
snps,dis_enblslpm_quirk;
snps,dis-tx-ipgap-linecheck-quirk;
snps,dis-u2-freeclk-exists-quirk;
snps,dis_u2_susphy_quirk;
snps,dis_u3_susphy_quirk;
snps,parkmode-disable-hs-quirk;
snps,parkmode-disable-ss-quirk;
status = "disabled";
usbdrd_dwc3: usb@ff600000 {
compatible = "snps,dwc3";
reg = <0x0 0xff600000 0x0 0x100000>;
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
phys = <&u3phy_utmi>, <&u3phy_pipe>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";
snps,dis-del-phy-power-chg-quirk;
snps,dis_enblslpm_quirk;
snps,dis-tx-ipgap-linecheck-quirk;
snps,dis-u2-freeclk-exists-quirk;
snps,dis_u2_susphy_quirk;
snps,dis_u3_susphy_quirk;
snps,parkmode-disable-hs-quirk;
snps,parkmode-disable-ss-quirk;
status = "disabled";
};
};
qos_rkvdec_r: qos@ff750000 {