From 37261359a2bf1a6447a898ea0e1f27c0de7bc160 Mon Sep 17 00:00:00 2001 From: Simon Xue Date: Tue, 13 Oct 2015 18:11:39 +0800 Subject: [PATCH] ARM: dts: rk3228: add gpu config Change-Id: Ib8dbc4ede8abd4816e501454fe4a1f21fe3f54ad Signed-off-by: Simon Xue --- arch/arm/boot/dts/rk3228.dtsi | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3228.dtsi b/arch/arm/boot/dts/rk3228.dtsi index 22463d88a03b..b59ee5925449 100644 --- a/arch/arm/boot/dts/rk3228.dtsi +++ b/arch/arm/boot/dts/rk3228.dtsi @@ -230,4 +230,37 @@ dma-names = "tx"; status = "disabled"; }; -}; + + gpu { + compatible = "arm,mali400"; + reg = <0x20001000 0x200>, + <0x20000000 0x100>, + <0x20003000 0x100>, + <0x20008000 0x1100>, + <0x20004000 0x100>, + <0x2000A000 0x1100>, + <0x20005000 0x100>; + + reg-names = "Mali_L2", + "Mali_GP", + "Mali_GP_MMU", + "Mali_PP0", + "Mali_PP0_MMU", + "Mali_PP1", + "Mali_PP1_MMU"; + + interrupts = , + , + , + , + , + ; + + interrupt-names = "Mali_GP_IRQ", + "Mali_GP_MMU_IRQ", + "Mali_PP0_IRQ", + "Mali_PP0_MMU_IRQ", + "Mali_PP1_IRQ", + "Mali_PP1_MMU_IRQ"; + }; + }; -- 2.34.1