mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
21 lines
749 B
Diff
21 lines
749 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
index bcd31e9d6..91f1aa809 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
@@ -396,6 +396,7 @@ usbdrd_dwc3_0: usb@fe800000 {
|
|
snps,dis_u2_susphy_quirk;
|
|
snps,dis-del-phy-power-chg-quirk;
|
|
snps,dis-tx-ipgap-linecheck-quirk;
|
|
+ snps,xhci-trb-ent-quirk;
|
|
power-domains = <&power RK3399_PD_USB3>;
|
|
status = "disabled";
|
|
};
|
|
@@ -461,6 +462,7 @@ usbdrd_dwc3_1: usb@fe900000 {
|
|
snps,dis_u2_susphy_quirk;
|
|
snps,dis-del-phy-power-chg-quirk;
|
|
snps,dis-tx-ipgap-linecheck-quirk;
|
|
+ snps,xhci-trb-ent-quirk;
|
|
power-domains = <&power RK3399_PD_USB3>;
|
|
status = "disabled";
|
|
};
|