diff options
author | Shawn Guo | 2017-01-19 22:45:23 +0800 |
---|---|---|
committer | Shawn Guo | 2017-03-24 16:25:19 +0800 |
commit | f006aaf7b11230e38a35f09d706e751fa77eb799 (patch) | |
tree | 864279420bbcc2df6b45a42a013aece1980b8ff4 /arch | |
parent | 25bd9d5e2822a504481089933bbb8ba98c96199f (diff) |
arm64: dts: zte: add tvenc device for zx296718
It adds VOU tvenc device in zx296718.dtsi, so that boards with TV
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')
-rw-r--r-- | arch/arm64/boot/dts/zte/zx296718.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi index fc1fdf10df76..316dc713268c 100644 --- a/arch/arm64/boot/dts/zte/zx296718.dtsi +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi @@ -398,6 +398,13 @@ #sound-dai-cells = <0>; status = "disabled"; }; + + tvenc: tvenc@2000 { + compatible = "zte,zx296718-tvenc"; + reg = <0x2000 0x1000>; + zte,tvenc-power-control = <&sysctrl 0x170 0x10>; + status = "disabled"; + }; }; topcrm: clock-controller@1461000 { |