Skip to content

Commit

Permalink
add overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoff committed Jul 22, 2024
1 parent 29f605b commit 9c5dd0e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@ index 000000000000..1dfecf256393
+
+static struct platform_driver hdmirx_driver = {
+ .probe = hdmirx_probe,
+ .remove = hdmirx_remove,
+ .remove_new = hdmirx_remove,
+ .driver = {
+ .name = "snps_hdmirx",
+ .of_match_table = hdmirx_id,
Expand Down
3 changes: 2 additions & 1 deletion patch/kernel/archive/rockchip-rk3588-6.10/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-uart4-m2.dtbo \
rockchip-rk3588-uart6-m1.dtbo \
rockchip-rk3588-uart7-m2.dtbo \
rockchip-rk3588-uart8-m1.dtbo
rockchip-rk3588-uart8-m1.dtbo \
rockchip-rk3588-hdmirx.dtbo

dtb-y += $(dtbo-y)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;

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

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

fragment@1 {
target = <&hdmi_receiver>;

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

0 comments on commit 9c5dd0e

Please sign in to comment.