Skip to content

Commit 888dc08

Browse files
authored
Merge pull request #289 from lsj123lsjlsj/main
rock 2a: add tve support and close hdmi
2 parents 45a065b + 08e9fb3 commit 888dc08

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

arch/arm64/boot/dts/rockchip/overlays/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ dtb-$(CONFIG_CPU_RK3399) += \
105105
rock-4-radxa-display-10hd.dtbo
106106

107107
dtb-$(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 \
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
};

0 commit comments

Comments
 (0)