* Update rk3588-edge to 6.7-rc1 kernel * Update patches for rk3588-edge and add support for crypto, trng, hdmi tx, vop2
86 lines
2.4 KiB
Diff
86 lines
2.4 KiB
Diff
From a2439d839c103c029294042b5b3d4a065e5073d0 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Wed, 19 Jul 2023 15:56:42 +0200
|
|
Subject: [PATCH 1/2] arm64: dts: rockchip: add USB3 host to rock-5b
|
|
|
|
Enable USB3 host controller for the Radxa ROCK 5 Model B. This adds
|
|
USB3 for the upper USB3 port (the one further away from the PCB).
|
|
|
|
The lower USB3 and the USB-C ports use the RK3588 USB TypeC host
|
|
controller, which use a different PHY without upstream support.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
index 741f631db345..61b937beca7f 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
@@ -138,6 +138,10 @@ &combphy1_ps {
|
|
status = "okay";
|
|
};
|
|
|
|
+&combphy2_psu {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&cpu_b0 {
|
|
cpu-supply = <&vdd_cpu_big0_s0>;
|
|
};
|
|
@@ -765,3 +769,7 @@ &usb_host1_ehci {
|
|
&usb_host1_ohci {
|
|
status = "okay";
|
|
};
|
|
+
|
|
+&usb_host2_xhci {
|
|
+ status = "okay";
|
|
+};
|
|
--
|
|
2.42.1
|
|
|
|
|
|
From 292226fcc7af3e6d5e3b1587459146042fb8a2cf Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Fri, 21 Jul 2023 15:19:37 +0200
|
|
Subject: [PATCH 2/2] arm64: dts: rockchip: add USB3 host to rock-5a
|
|
|
|
Enable USB3 host controller for the Radxa ROCK 5 Model A. This adds
|
|
USB3 for the lower USB3 port (the one closer to the PCB).
|
|
|
|
The upper USB3 port uses the RK3588 USB TypeC host controller, which
|
|
use a different PHY without upstream support.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
index 8347adcbd003..6fb03294576c 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
@@ -114,6 +114,10 @@ vcc_1v1_nldo_s3: vcc-1v1-nldo-s3-regulator {
|
|
};
|
|
};
|
|
|
|
+&combphy2_psu {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&cpu_b0 {
|
|
cpu-supply = <&vdd_cpu_big0_s0>;
|
|
};
|
|
@@ -734,3 +738,7 @@ &usb_host1_ehci {
|
|
&usb_host1_ohci {
|
|
status = "okay";
|
|
};
|
|
+
|
|
+&usb_host2_xhci {
|
|
+ status = "okay";
|
|
+};
|
|
--
|
|
2.42.1
|
|
|