summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/zte,vou.txt
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-01-19 23:34:25 +0800
committerShawn Guo <shawn.guo@linaro.org>2017-01-28 11:51:22 +0800
commit9f17d740432cfcc76b538808b3724ed90905fe91 (patch)
treef0463c447cc29a3e1c12260be14b658b8f4de837 /Documentation/devicetree/bindings/display/zte,vou.txt
parent9cc2a68519aeac42775161a4131d91120f3a927e (diff)
dt: add bindings for ZTE tvenc device
It adds bindings doc for ZTE VOU TV Encoder device. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/zte,vou.txt')
-rw-r--r--Documentation/devicetree/bindings/display/zte,vou.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/zte,vou.txt b/Documentation/devicetree/bindings/display/zte,vou.txt
index 740e5bd2e4f7..9c356284232b 100644
--- a/Documentation/devicetree/bindings/display/zte,vou.txt
+++ b/Documentation/devicetree/bindings/display/zte,vou.txt
@@ -49,6 +49,15 @@ Required properties:
"osc_clk"
"xclk"
+* TV Encoder output device
+
+Required properties:
+ - compatible: should be "zte,zx296718-tvenc"
+ - reg: Physical base address and length of the TVENC device IO region
+ - zte,tvenc-power-control: the phandle to SYSCTRL block followed by two
+ integer cells. The first cell is the offset of SYSCTRL register used
+ to control TV Encoder DAC power, and the second cell is the bit mask.
+
Example:
vou: vou@1440000 {
@@ -81,4 +90,10 @@ vou: vou@1440000 {
<&topcrm HDMI_XCLK>;
clock-names = "osc_cec", "osc_clk", "xclk";
};
+
+ tvenc: tvenc@2000 {
+ compatible = "zte,zx296718-tvenc";
+ reg = <0x2000 0x1000>;
+ zte,tvenc-power-control = <&sysctrl 0x170 0x10>;
+ };
};