aboutsummaryrefslogtreecommitdiff
path: root/dts/upstream
diff options
context:
space:
mode:
authorHeiko Stuebner2024-06-10 15:13:31 +0200
committerKever Yang2024-06-14 17:13:35 +0800
commita764eb156a06fd8ab073bdaa86df41b4ed3c5209 (patch)
treef6d5c0fabf22ae3120baf636e2ec351448f43b26 /dts/upstream
parent724d3c686c57b3ce50a39dceb3f3f1ebc9d3e32c (diff)
arm64: dts: rockchip: enable gpu on rk3588-tiger
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> [ upstream commit: f5256f8ed4b729c3ab9d9cd7d406313773484b59 ] (cherry picked from commit 27350b241eafea37dc94743cd9c5dd83295faca9)
Diffstat (limited to 'dts/upstream')
-rw-r--r--dts/upstream/src/arm64/rockchip/rk3588-tiger.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/rockchip/rk3588-tiger.dtsi b/dts/upstream/src/arm64/rockchip/rk3588-tiger.dtsi
index 1eb2543a5fd..72fe696b003 100644
--- a/dts/upstream/src/arm64/rockchip/rk3588-tiger.dtsi
+++ b/dts/upstream/src/arm64/rockchip/rk3588-tiger.dtsi
@@ -139,6 +139,11 @@
snps,reset-delays-us = <0 10000 100000>;
};
+&gpu {
+ mali-supply = <&vdd_gpu_s0>;
+ status = "okay";
+};
+
&i2c1 {
pinctrl-0 = <&i2c1m0_xfer>;
};