ARM: dts: rk3228: add tve config
authorShen Zhenyi <szy@rock-chips.com>
Fri, 16 Oct 2015 07:49:24 +0000 (15:49 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 20 Oct 2015 03:02:07 +0000 (11:02 +0800)
Change-Id: I455e94459078632d42e9653b926d3fc4d06bddb4
Signed-off-by: Shen Zhenyi <szy@rock-chips.com>
arch/arm/boot/dts/rk3228.dtsi

index e9f07ac8adcb527270e6f9e00e7134f65533eaa7..503a4dd46736514d484b9085b3e4a7634c379616 100644 (file)
                              "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";
+       };
  };