Skip to content

Commit 54b1a4e

Browse files
jhswartzmmind
authored andcommitted
ARM: dts: rockchip: add rga node for rk322x
Add a node to define the presence of RGA, a 2D raster graphic acceleration unit. Signed-off-by: Justin Swartz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2dd579f commit 54b1a4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,16 @@
615615
status = "disabled";
616616
};
617617

618+
rga: rga@20060000 {
619+
compatible = "rockchip,rk3228-rga", "rockchip,rk3288-rga";
620+
reg = <0x20060000 0x1000>;
621+
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
622+
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
623+
clock-names = "aclk", "hclk", "sclk";
624+
resets = <&cru SRST_RGA>, <&cru SRST_RGA_A>, <&cru SRST_RGA_H>;
625+
reset-names = "core", "axi", "ahb";
626+
};
627+
618628
iep_mmu: iommu@20070800 {
619629
compatible = "rockchip,iommu";
620630
reg = <0x20070800 0x100>;

0 commit comments

Comments
 (0)