Skip to content

Commit

Permalink
Update rk3566-radxa-cm3-io.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 12, 2024
1 parent 20ec05c commit 4fbf1f7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions scripts/patches/openhd_cm3.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
commit bbb8fcc59c704fd924891466f62bed04b69e2aa5
Author: Raphael <[email protected]>
Date: Fri Apr 12 22:32:55 2024 +0200

Update rk3566-radxa-cm3-io.dts

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
index fb73884b401e..c634e2065fce 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
@@ -191,7 +191,9 @@ &u2phy0_host {
};

&usbhost_dwc3 {
- status = "okay";
+ dr_mode = "host";
+ extcon = <&usb2phy0>;
+ status = "okay";
};

&usbhost30 {
3 changes: 2 additions & 1 deletion scripts/patches/openhd_utils.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ diff --git a/lib/utils.sh b/lib/utils.sh
index bdb1bcd..2b5dd86 100644
--- a/lib/utils.sh
+++ b/lib/utils.sh
@@ -199,6 +199,31 @@ prepare_source() {
@@ -199,6 +199,32 @@ prepare_source() {
git reset --hard FETCH_HEAD
git clean -ffd
git switch --detach $origin/$BSP_BRANCH
Expand Down Expand Up @@ -36,6 +36,7 @@ index bdb1bcd..2b5dd86 100644
+ patch -p1 -i scripts/patches/openhd_wifi.patch
+ patch -p1 -i scripts/patches/openhd_usb.patch
+ patch -p1 -i scripts/patches/openhd_keyboard.patch
+ patch -p1 -i scripts/patches/openhd_cm3.patch
+ echo "________OpenHD END_________"
fi

Expand Down

0 comments on commit 4fbf1f7

Please sign in to comment.