diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2017-08-09 09:30:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-08-14 04:51:14 +0300 |
commit | 0d348d53e62a563f9e80499af35e95269bf56837 (patch) | |
tree | 17482765e64bb4da191fedbf7e1f3f326eec7935 /arch/arm64/boot/dts/zte | |
parent | 2405f14be186dac6bc98a0fc9d5b028462ffd61b (diff) | |
download | linux-0d348d53e62a563f9e80499af35e95269bf56837.tar.xz |
arm64: dts: zx296718: add VGA device support
It adds VGA device in zx296718.dtsi, so that boards with VGA connector
can enable the support by changing 'status' in board DTS file.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/zte')
-rw-r--r-- | arch/arm64/boot/dts/zte/zx296718.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi index b6e369db044e..7e17f9626171 100644 --- a/arch/arm64/boot/dts/zte/zx296718.dtsi +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi @@ -385,6 +385,16 @@ "main_wclk", "aux_wclk"; }; + vga: vga@8000 { + compatible = "zte,zx296718-vga"; + reg = <0x8000 0x1000>; + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&topcrm VGA_I2C_WCLK>; + clock-names = "i2c_wclk"; + zte,vga-power-control = <&sysctrl 0x170 0xe0>; + status = "disabled"; + }; + hdmi: hdmi@c000 { compatible = "zte,zx296718-hdmi"; reg = <0xc000 0x4000>; |