mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM64: dts: rk3399: android: disabled hdmi by default
Change-Id: I4eee821f6272957f308dcb87e5e900b37a259277 Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
@@ -282,6 +282,7 @@
|
||||
};
|
||||
|
||||
hdmi_rk_fb: hdmi-rk-fb@ff940000 {
|
||||
status = "disabled";
|
||||
compatible = "rockchip,rk3399-hdmi";
|
||||
reg = <0x0 0xff940000 0x0 0x20000>;
|
||||
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
||||
@@ -92,3 +92,8 @@
|
||||
&vopl_rk_fb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi_rk_fb {
|
||||
status = "okay";
|
||||
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
|
||||
};
|
||||
|
||||
@@ -87,3 +87,8 @@
|
||||
&vopl_rk_fb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi_rk_fb {
|
||||
status = "okay";
|
||||
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user