diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2017-01-19 09:45:23 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2017-03-24 04:25:19 -0400 |
commit | f006aaf7b11230e38a35f09d706e751fa77eb799 (patch) | |
tree | 864279420bbcc2df6b45a42a013aece1980b8ff4 | |
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>
-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 @@ | |||
398 | #sound-dai-cells = <0>; | 398 | #sound-dai-cells = <0>; |
399 | status = "disabled"; | 399 | status = "disabled"; |
400 | }; | 400 | }; |
401 | |||
402 | tvenc: tvenc@2000 { | ||
403 | compatible = "zte,zx296718-tvenc"; | ||
404 | reg = <0x2000 0x1000>; | ||
405 | zte,tvenc-power-control = <&sysctrl 0x170 0x10>; | ||
406 | status = "disabled"; | ||
407 | }; | ||
401 | }; | 408 | }; |
402 | 409 | ||
403 | topcrm: clock-controller@1461000 { | 410 | topcrm: clock-controller@1461000 { |