arm64: dts: rk3399-android-next: Use original rga
authorZikim,Wei <wzq@rock-chips.com>
Wed, 7 Dec 2016 04:34:08 +0000 (12:34 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 12 Dec 2016 04:53:17 +0000 (12:53 +0800)
Change-Id: Ie3d5de2158e888546102bf131a9bd16f8701693e
Signed-off-by: Zikim,Wei <wzq@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-android-next.dtsi

index 37aa5b352255c0e1911193c9d1ce26e09d0f3f16..db5f8a4479fd39c399deb7b739cbda9beefccbaa 100644 (file)
                #iommu-cells = <0>;
        };
 
+       rga: rga@ff680000 {
+               compatible = "rockchip,rga2";
+               dev_mode = <1>;
+               reg = <0x0 0xff680000 0x0 0x1000>;
+               interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH 0>;
+               clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
+               clock-names = "aclk_rga", "hclk_rga", "clk_rga";
+               power-domains = <&power RK3399_PD_RGA>;
+               status = "okay";
+       };
+
        isp0: isp@ff910000 {
                compatible = "rockchip,rk3399-isp", "rockchip,isp";
                reg = <0x0 0xff910000 0x0 0x4000>;
        status = "okay";
 };
 
-&rga {
-       status = "okay";
-};
-
 &i2c3 {
        status = "okay";
        i2c-scl-rising-time-ns = <450>;