Commit ca124373 authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent 670d6303
...@@ -1126,8 +1126,8 @@ hdmi_in_vopl: endpoint@1 { ...@@ -1126,8 +1126,8 @@ hdmi_in_vopl: endpoint@1 {
}; };
}; };
gpu: mali@ffa30000 { gpu: gpu@ffa30000 {
compatible = "rockchip,rk3288-mali", "arm,mali-t760", "arm,mali-midgard"; compatible = "rockchip,rk3288-mali", "arm,mali-t760";
reg = <0xffa30000 0x10000>; reg = <0xffa30000 0x10000>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment