[PATCH] 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: ce9fa7bffc5 ("ARM: dts: meson-g12a: add U-Boot specific DT for graphics") Signed-off-by: Neil Armstrong neil.armstrong@linaro.org --- arch/arm/dts/meson-g12-common-u-boot.dtsi | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/arch/arm/dts/meson-g12-common-u-boot.dtsi b/arch/arm/dts/meson-g12-common-u-boot.dtsi index 8070b62af5b..6629f3256a8 100644 --- a/arch/arm/dts/meson-g12-common-u-boot.dtsi +++ b/arch/arm/dts/meson-g12-common-u-boot.dtsi @@ -17,10 +17,6 @@ }; };
-&canvas { - status = "disabled"; -}; - &vpu { reg = <0x0 0xff900000 0x0 0x100000>, <0x0 0xff63c000 0x0 0x1000>,
--- base-commit: 28dc47038edc4e93f32d75a357131bcf01a18d85 change-id: 20241008-u-boot-topic-g12-do-not-disable-canvas-ece09f18ebaf
Best regards,

Hi,
On Tue, 08 Oct 2024 18:23:42 +0200, Neil Armstrong wrote:
We were disabling canvas, which causes meson vpu probe failure, just stop and leave canvas alone.
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)
[1/1] dts: meson-g12-common-u-boot: do not disable canvas https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/bc1eba9aa2a...
participants (1)
-
Neil Armstrong