ARM: dts: rk3228: add tve config

Change-Id: I455e94459078632d42e9653b926d3fc4d06bddb4
Signed-off-by: Shen Zhenyi <szy@rock-chips.com>
This commit is contained in:
Shen Zhenyi
2015-10-16 15:49:24 +08:00
committed by Gerrit Code Review
parent 8e4b2eda3f
commit ef8538a7b0

View File

@@ -347,4 +347,13 @@
"hdcp2_clk_hdmi";
status = "disabled";
};
tve: tve {
compatible = "rockchip,rk3228-tve";
reg = <0x20053e00 0x100>,
<0x12020000 0x10000>;
clocks = <&clk_gates10 8>;
clock-names = "pclk_vdac";
status = "disabled";
};
};