diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-07-01 18:20:35 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 17:04:50 +0200 |
commit | ca12437303f35b0a5b97c856d88886ce9df6a0d7 (patch) | |
tree | 78e8da9cd141a2a4de929186d3f4906613e50838 /arch | |
parent | 670d6303e90825f918cdcb77095706cad2df05c2 (diff) | |
download | linux-stable-ca12437303f35b0a5b97c856d88886ce9df6a0d7.tar.gz linux-stable-ca12437303f35b0a5b97c856d88886ce9df6a0d7.tar.bz2 linux-stable-ca12437303f35b0a5b97c856d88886ce9df6a0d7.zip |
ARM: dts: rockchip: fix mali gpu node on rk3288
The binding specifies the actual implementations only (mali-t760
for example) but not the arm,mali-midgard used in some vendor kernels.
So drop that compatible property from the rk3288 where it had slipped in.
Also fix the node name which should be a generic gpu@...
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 2484f11761ea..858e1fed762a 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1126,8 +1126,8 @@ }; }; - gpu: mali@ffa30000 { - compatible = "rockchip,rk3288-mali", "arm,mali-t760", "arm,mali-midgard"; + gpu: gpu@ffa30000 { + compatible = "rockchip,rk3288-mali", "arm,mali-t760"; reg = <0xffa30000 0x10000>; interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |