ARM: dts: rockchip: add RGA device node for RK3288
authorJacob Chen <jacob-chen@iotwrt.com>
Wed, 11 Oct 2017 07:29:37 +0000 (15:29 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 17 Oct 2017 18:26:00 +0000 (20:26 +0200)
This patch add the RGA dt config of rk3288 SoC.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index cd7b081a1c6a9bf8ce749787e64de5fdad2dd87c..45d38c5d6a3dcf5352dad223a8361f7251495372 100644 (file)
                status = "disabled";
        };
 
+       rga: rga@ff920000 {
+               compatible = "rockchip,rk3288-rga";
+               reg = <0x0 0xff920000 0x0 0x180>;
+               interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
+               clock-names = "aclk", "hclk", "sclk";
+               power-domains = <&power RK3288_PD_VIO>;
+               resets = <&cru SRST_RGA_CORE>, <&cru SRST_RGA_AXI>, <&cru SRST_RGA_AHB>;
+               reset-names = "core", "axi", "ahb";
+       };
+
        vopb: vop@ff930000 {
                compatible = "rockchip,rk3288-vop";
                reg = <0x0 0xff930000 0x0 0x19c>;