mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
e1ccdc9318
commit
ae8ef23372
|
|
@ -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>,
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user