arm64: dts: rockchip: enable gpu on rk3588-tiger
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Wed, 27 Mar 2024 11:21:20 +0000 (12:21 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 27 Mar 2024 13:30:54 +0000 (14:30 +0100)
Enable the mali gpu node and add the som-specific supply-regulator.

Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Link: https://lore.kernel.org/r/20240327112120.1181570-2-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi

index 1eb2543a5fde6bab7d9b525ed57c07217f54afc8..72fe696b00348ecb6508a8eba45553048774f724 100644 (file)
        snps,reset-delays-us = <0 10000 100000>;
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu_s0>;
+       status = "okay";
+};
+
 &i2c1 {
        pinctrl-0 = <&i2c1m0_xfer>;
 };