diff options
author | Michael Riesch <[email protected]> | 2022-02-09 22:55:49 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-02-11 20:27:47 +0100 |
commit | 0f546cd635ee802429c87b47fffc45d856580fcd (patch) | |
tree | 21bc8b5f03807a670bbcd65d10e9d925cc0a5f0b | |
parent | 6ac383456452378de07e55fc687069d1898a567d (diff) |
arm64: dts: rockchip: enable the gpu on rk3568-evb1-v10
Enable the GPU core on the Rockchip RK3568 EVB1.
Signed-off-by: Michael Riesch <[email protected]>
[moved tsadc into a separate patch]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts index d8a4f7a9f562..ea18303f6532 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts @@ -140,6 +140,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &i2c0 { status = "okay"; |