diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2019-12-08 15:55:08 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-12-16 10:32:30 +0100 |
commit | 0c556dea089dd133c70b72edae2f429ebe7e652f (patch) | |
tree | a6dd39697e0bfb68f7e9fcc12d813b3149608a13 /arch/arm64/boot/dts/rockchip/px30-evb.dts | |
parent | a07f34a083f211c5f2f9b073a9b499accee078a2 (diff) |
arm64: dts: rockchip: enable the gpu on px30-evb
The px30 has a Mali Bifrost gpu, so enable it on the evb board
and connect it with its supplying regulator.
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20191208145508.3124-3-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/px30-evb.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/px30-evb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30-evb.dts b/arch/arm64/boot/dts/rockchip/px30-evb.dts index f2fcca21c04d..180995a590c1 100644 --- a/arch/arm64/boot/dts/rockchip/px30-evb.dts +++ b/arch/arm64/boot/dts/rockchip/px30-evb.dts @@ -132,6 +132,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_log>; + status = "okay"; +}; + &i2c0 { status = "okay"; |