File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
arch/arm64/boot/dts/rockchip/overlays Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ dtb-$(CONFIG_CPU_RK3399) += \
105105 rock-4-radxa-display-10hd.dtbo
106106
107107dtb-$(CONFIG_CLK_RK3528) += \
108+ rk3528-enable-tve.dtbo \
108109 rk3528-dwc3-otg.dtbo \
109110 rk3528-fiq-debugger-uart1m0.dtbo \
110111 rk3528-fiq-debugger-uart2m1.dtbo \
Original file line number Diff line number Diff line change 1+ /dts-v1/;
2+ /plugin/;
3+
4+ / {
5+ metadata {
6+ title = "Enable analog video output";
7+ compatible = "radxa,rock-2a";
8+ category = "misc";
9+ exclusive = "tve";
10+ description = "Enable analog video output.\nCurrently this overlay will disable HDMI output due to display artifacts.";
11+ };
12+ };
13+
14+ &hdmi {
15+ status = "disabled";
16+ };
17+
18+ &hdmi_in_vp0 {
19+ status = "disabled";
20+ };
21+
22+ &hdmi_sound {
23+ status = "disabled";
24+ };
25+
26+ &tve {
27+ status = "okay";
28+ };
29+
30+ &tve_in_vp1 {
31+ status = "okay";
32+ };
33+
34+ &sai3 {
35+ status = "disabled";
36+ };
You can’t perform that action at this time.
0 commit comments