diff options
author | Heiko Stuebner <heiko@sntech.de> | 2019-10-24 01:39:54 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2019-11-05 22:44:35 +0300 |
commit | 2e7f8764dcb19a514d72eb5420194eae5cd6b480 (patch) | |
tree | 2b2bb778a315368bea2db6a4274cb1882318405b /arch/arm64/boot | |
parent | fbb78418c870c6d43d1bebfc59aa8062b7175f4d (diff) | |
download | linux-2e7f8764dcb19a514d72eb5420194eae5cd6b480.tar.xz |
arm64: dts: rockchip: enable gpu on rk3399-puma
Set the supplying regulator and enable the gpu node on the rk3399-puma som.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20191023223954.3139-1-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi index 62ea288a1a70..c1edca3872c7 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi @@ -165,6 +165,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &i2c0 { status = "okay"; i2c-scl-rising-time-ns = <168>; |