forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request radxa-pkg#289 from lsj123lsjlsj/main
rock 2a: add tve support and close hdmi
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
arch/arm64/boot/dts/rockchip/overlays/rk3528-enable-tve.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; |