Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Heiko Stuebner and committed by
Heiko Stuebner
38543024 6d60168c

+21
+16
arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
··· 58 58 }; 59 59 }; 60 60 61 + &display_subsystem { 62 + status = "okay"; 63 + }; 64 + 65 + &hdmi { 66 + status = "okay"; 67 + }; 68 + 61 69 &i2c_lvds_blc { 62 70 eeprom: eeprom@50 { 63 71 compatible = "atmel,24c01"; ··· 107 99 &uart1 { 108 100 /* alternate function of GPIO5/6 */ 109 101 status = "disabled"; 102 + }; 103 + 104 + &vop { 105 + status = "okay"; 106 + }; 107 + 108 + &vop_mmu { 109 + status = "okay"; 110 110 }; 111 111 112 112 &pinctrl {
+5
arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
··· 164 164 status = "okay"; 165 165 }; 166 166 167 + &hdmi { 168 + avdd-0v9-supply = <&vdd10_video>; 169 + avdd-1v8-supply = <&vcc18_video>; 170 + }; 171 + 167 172 &i2c0 { 168 173 status = "okay"; 169 174