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.
Signed-off-by: SongJun Li <[email protected]>
- Loading branch information
1 parent
45a065b
commit 08e9fb3
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"; | ||
}; |