Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d348d53 authored by Shawn Guo's avatar Shawn Guo Committed by Shawn Guo
Browse files

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: default avatarShawn Guo <shawn.guo@linaro.org>
parent 2405f14b
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -385,6 +385,16 @@
					      "main_wclk", "aux_wclk";
					      "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 {
			hdmi: hdmi@c000 {
				compatible = "zte,zx296718-hdmi";
				compatible = "zte,zx296718-hdmi";
				reg = <0xc000 0x4000>;
				reg = <0xc000 0x4000>;