Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orange Pi 5 Plus load average >= 1 #173

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
arm64: dts: rockchip: add overlay to enable hdmirx
Joshua-Riek committed Apr 21, 2024
commit 3921e065bcd86edce3bcc51ace3dcd07a372ba20
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlay/Makefile
Original file line number Diff line number Diff line change
@@ -151,7 +151,8 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rk3588-uart8-m0-full.dtbo \
rk3588-uart8-m1.dtbo \
rk3588-w1-gpio3-b3.dtbo \
rk3588-w1-gpio4-b1.dtbo
rk3588-w1-gpio4-b1.dtbo \
rk3588-hdmirx.dtbo


dtbotxt-$(CONFIG_ARCH_ROCKCHIP) += \
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlay/rk3588-hdmirx.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;

/ {
fragment@0 {
target = <&hdmirx_ctrler>;

__overlay__ {
status = "okay";
};
};
};