diff options
author | Jianfeng Liu <liujianfeng1994@gmail.com> | 2024-08-31 20:24:24 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-09-04 20:33:30 +0200 |
commit | 13066fc101ca2deec1c9619e2f82ca437f38a6da (patch) | |
tree | 3e7631b7d1d01947d9ccb71309f0631612177067 /arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | |
parent | arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b (diff) | |
download | linux-13066fc101ca2deec1c9619e2f82ca437f38a6da.tar.xz linux-13066fc101ca2deec1c9619e2f82ca437f38a6da.zip |
arm64: dts: rockchip: Add RGA2 support to rk3588
RK3588 also features a RGA2 block. Add the necessary device tree
node.
Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
Tested-by: Tim Surber <me@timsurber.de>
Link: https://lore.kernel.org/r/20240831182424.758816-2-liujianfeng1994@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3588-base.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi index 14b8d8691255..30a9baa5f9fe 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi @@ -1143,6 +1143,17 @@ #iommu-cells = <0>; }; + rga: rga@fdb80000 { + compatible = "rockchip,rk3588-rga", "rockchip,rk3288-rga"; + reg = <0x0 0xfdb80000 0x0 0x180>; + interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&cru ACLK_RGA2>, <&cru HCLK_RGA2>, <&cru CLK_RGA2_CORE>; + clock-names = "aclk", "hclk", "sclk"; + resets = <&cru SRST_RGA2_CORE>, <&cru SRST_A_RGA2>, <&cru SRST_H_RGA2>; + reset-names = "core", "axi", "ahb"; + power-domains = <&power RK3588_PD_VDPU>; + }; + vepu121_0: video-codec@fdba0000 { compatible = "rockchip,rk3588-vepu121"; reg = <0x0 0xfdba0000 0x0 0x800>; |