mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3328: Modify gpu compatible
Mali driver only search the first compatible property. Change-Id: If21b59d19a50e48a02157f49a6a97d7e71a41e7d Signed-off-by: Zhixiong Lin <zhixiong.lin@rock-chips.com>
This commit is contained in:
@@ -639,7 +639,7 @@
|
||||
};
|
||||
|
||||
gpu: gpu@ff300000 {
|
||||
compatible = "rockchip,rk3328-mali", "arm,mali-450";
|
||||
compatible = "arm,mali-450";
|
||||
/* first item of 'reg' is dummy, to fit src code. */
|
||||
reg = <0x0 0xff300000 0x0 0x40000>,
|
||||
<0x0 0xff300000 0x0 0x40000>;
|
||||
|
||||
Reference in New Issue
Block a user