ARM: dts: rk3288: change rga node for v4l2 rga

remove some unnecessary prop

Change-Id: Ibdb8e781d7a6ab6ede4041f8e78f9c61674da498
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
Jacob Chen
2017-08-04 08:39:18 +08:00
committed by Huang, Tao
parent 84c8570015
commit c8798f6bc8

View File

@@ -1180,13 +1180,11 @@
compatible = "rockchip,rk3288-rga";
reg = <0x0 0xff920000 0x0 0x180>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "rga";
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";
dma-coherent;
status = "disabled";
};