mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: rockchip: Enable HDMI output on RK3368-Lion-Haikou
Enable the VOP and HDMI controller on the Lion-Haikou board. Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://patch.msgid.link/20260114230707.4175162-4-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
6d60168c6d
commit
385430244e
|
|
@ -58,6 +58,14 @@ vcc5v0_otg: regulator-vcc5v0-otg {
|
|||
};
|
||||
};
|
||||
|
||||
&display_subsystem {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c_lvds_blc {
|
||||
eeprom: eeprom@50 {
|
||||
compatible = "atmel,24c01";
|
||||
|
|
@ -101,6 +109,14 @@ &uart1 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&vop {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vop_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&haikou_pin_hog>;
|
||||
|
|
|
|||
|
|
@ -164,6 +164,11 @@ &gmac {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
avdd-0v9-supply = <&vdd10_video>;
|
||||
avdd-1v8-supply = <&vcc18_video>;
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user