ARM64: dts: rk3399: android: disabled hdmi by default

Change-Id: I4eee821f6272957f308dcb87e5e900b37a259277
Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
xuhuicong 2016-06-12 14:46:49 +08:00
parent e1ccdc9318
commit ae8ef23372
3 changed files with 11 additions and 0 deletions

View File

@ -282,6 +282,7 @@ vopl_mmu_rk_fb: vopl-mmu {
};
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>,

View File

@ -92,3 +92,8 @@ lcd_en: lcd-en {
&vopl_rk_fb {
status = "okay";
};
&hdmi_rk_fb {
status = "okay";
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
};

View File

@ -87,3 +87,8 @@ lcd_en: lcd-en {
&vopl_rk_fb {
status = "okay";
};
&hdmi_rk_fb {
status = "okay";
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
};