mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
ARM: tegra: p1801-t: configure HDMI binding
Bind HDMI for ASUS AiO P1801-t to provide full panel support and improve usability. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
c9fbc404a1
commit
1f51562cde
2 changed files with 3 additions and 11 deletions
|
@ -34,20 +34,10 @@
|
|||
|
||||
host1x@50000000 {
|
||||
dc@54200000 {
|
||||
clocks = <&tegra_car TEGRA30_CLK_DISP1>,
|
||||
<&tegra_car TEGRA30_CLK_PLL_D_OUT0>;
|
||||
|
||||
rgb {
|
||||
status = "okay";
|
||||
|
||||
nvidia,panel = <&hdmi>;
|
||||
};
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hdmi: hdmi@54280000 {
|
||||
clocks = <&tegra_car TEGRA30_CLK_HDMI>,
|
||||
<&tegra_car TEGRA30_CLK_PLL_D_OUT0>;
|
||||
|
||||
status = "okay";
|
||||
|
||||
hdmi-supply = <&hdmi_5v0_sys>;
|
||||
|
|
|
@ -89,6 +89,8 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0b05
|
|||
CONFIG_USB_GADGET_PRODUCT_NUM=0x4daf
|
||||
CONFIG_CI_UDC=y
|
||||
CONFIG_VIDEO=y
|
||||
CONFIG_VIDEO_BRIDGE=y
|
||||
# CONFIG_VIDEO_LOGO is not set
|
||||
CONFIG_VIDEO_BRIDGE_TOSHIBA_TC358768=y
|
||||
CONFIG_VIDEO_TEGRA20=y
|
||||
CONFIG_VIDEO_HDMI_TEGRA=y
|
||||
|
|
Loading…
Add table
Reference in a new issue