Skip to content

Commit 3249f70

Browse files
lihuangrkhuangtao
authored andcommitted
ARM64: dts: rockchip: add rga node for rk3328
Change-Id: I8bd8674e1ff43148daef60a296ae729da7480dad Signed-off-by: Putin Lee <putin.li@rock-chips.com>
1 parent 6a8aaf5 commit 3249f70

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,17 @@
805805
status = "disabled";
806806
};
807807

808+
rga: rga@ff3900000 {
809+
compatible = "rockchip,rga2";
810+
dev_mode = <1>;
811+
reg = <0x0 0xff390000 0x0 0x1000>;
812+
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
813+
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
814+
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
815+
dma-coherent;
816+
status = "disabled";
817+
};
818+
808819
hdmi: hdmi@ff3c0000 {
809820
compatible = "rockchip,rk3328-dw-hdmi";
810821
reg = <0x0 0xff3c0000 0x0 0x20000>;

0 commit comments

Comments
 (0)