diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-10-11 03:29:38 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-17 14:27:23 -0400 |
commit | ec5ccfd7011e341aa5fc3601f71d1a1cd4aef0db (patch) | |
tree | adb878014b5ebdb9c6e761dd8eedc68382baeeae | |
parent | d85438991874205467f9739d5f3ee771245b4754 (diff) |
arm64: dts: rockchip: add RGA device node for RK3399
This patch add the RGA dt config of RK3399 SoC.
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 4403b516d0e3..261d5bf1f248 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi | |||
@@ -1204,6 +1204,17 @@ | |||
1204 | status = "disabled"; | 1204 | status = "disabled"; |
1205 | }; | 1205 | }; |
1206 | 1206 | ||
1207 | rga: rga@ff680000 { | ||
1208 | compatible = "rockchip,rk3399-rga"; | ||
1209 | reg = <0x0 0xff680000 0x0 0x10000>; | ||
1210 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH 0>; | ||
1211 | clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>; | ||
1212 | clock-names = "aclk", "hclk", "sclk"; | ||
1213 | resets = <&cru SRST_RGA_CORE>, <&cru SRST_A_RGA>, <&cru SRST_H_RGA>; | ||
1214 | reset-names = "core", "axi", "ahb"; | ||
1215 | power-domains = <&power RK3399_PD_RGA>; | ||
1216 | }; | ||
1217 | |||
1207 | efuse0: efuse@ff690000 { | 1218 | efuse0: efuse@ff690000 { |
1208 | compatible = "rockchip,rk3399-efuse"; | 1219 | compatible = "rockchip,rk3399-efuse"; |
1209 | reg = <0x0 0xff690000 0x0 0x80>; | 1220 | reg = <0x0 0xff690000 0x0 0x80>; |