mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
dts: meson-g12-common-u-boot: do not disable canvas
We were disabling canvas, which causes meson vpu probe failure,
just stop and leave canvas alone.
Fixes: ce9fa7bffc
("ARM: dts: meson-g12a: add U-Boot specific DT for graphics")
Link: https://lore.kernel.org/r/20241008-u-boot-topic-g12-do-not-disable-canvas-v1-1-b89659370012@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
12ea40d29d
commit
b52364b942
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&canvas {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&vpu {
|
||||
reg = <0x0 0xff900000 0x0 0x100000>,
|
||||
<0x0 0xff63c000 0x0 0x1000>,
|
||||
|
|
Loading…
Add table
Reference in a new issue