diff mbox series

[3/3] ARM: dts: st: enable the MALI gpu on the stih410-b2260

Message ID 20241005-sti-gpu-v1-3-9bc11100b54b@me.com (mailing list archive)
State New
Headers show
Series ARM: dts: st: add and enable MALI400 on stih410/stih410-b2260 | expand

Commit Message

Alain Volmat Oct. 5, 2024, 6:08 p.m. UTC
Enable the GPU on the stih410-b2260 board.

Signed-off-by: Alain Volmat <avolmat@me.com>
---
 arch/arm/boot/dts/st/stih410-b2260.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/st/stih410-b2260.dts b/arch/arm/boot/dts/st/stih410-b2260.dts
index 240b62040000b8c0357d39504d3475186958bf31..736b1e059b0a8f122d1b824e1f4e5db0a668ec2c 100644
--- a/arch/arm/boot/dts/st/stih410-b2260.dts
+++ b/arch/arm/boot/dts/st/stih410-b2260.dts
@@ -206,5 +206,9 @@  hdmiddc: i2c@9541000 {
 		sata1: sata@9b28000 {
 			status = "okay";
 		};
+
+		gpu: gpu@9f00000 {
+			status = "okay";
+		};
 	};
 };