Skip to content

Commit

Permalink
arm64: dts: rockchip: add overlay to enable hdmirx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and igorpecovnik committed Apr 22, 2024
1 parent aecbc7e commit 018a7bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) += \
Expand Down
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";
};
};
};

0 comments on commit 018a7bf

Please sign in to comment.