Skip to content

Commit

Permalink
Merge pull request radxa-pkg#289 from lsj123lsjlsj/main
Browse files Browse the repository at this point in the history
rock 2a: add tve support and close hdmi
  • Loading branch information
RadxaYuntian authored Apr 9, 2024
2 parents 45a065b + 08e9fb3 commit 888dc08
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dtb-$(CONFIG_CPU_RK3399) += \
rock-4-radxa-display-10hd.dtbo

dtb-$(CONFIG_CLK_RK3528) += \
rk3528-enable-tve.dtbo \
rk3528-dwc3-otg.dtbo \
rk3528-fiq-debugger-uart1m0.dtbo \
rk3528-fiq-debugger-uart2m1.dtbo \
Expand Down
36 changes: 36 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3528-enable-tve.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/dts-v1/;
/plugin/;

/ {
metadata {
title = "Enable analog video output";
compatible = "radxa,rock-2a";
category = "misc";
exclusive = "tve";
description = "Enable analog video output.\nCurrently this overlay will disable HDMI output due to display artifacts.";
};
};

&hdmi {
status = "disabled";
};

&hdmi_in_vp0 {
status = "disabled";
};

&hdmi_sound {
status = "disabled";
};

&tve {
status = "okay";
};

&tve_in_vp1 {
status = "okay";
};

&sai3 {
status = "disabled";
};

0 comments on commit 888dc08

Please sign in to comment.