diff options
author | Alex Bee <knaerzche@gmail.com> | 2023-12-04 16:35:47 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-12-05 09:20:41 +0100 |
commit | d85a7e34565f331579730b67a0977fd3373b8077 (patch) | |
tree | 6c6443a37a128bdc7cef043176802acc6ba44f74 | |
parent | 9ca8b8f880f2ebfe87780d553ca73fd2825a8988 (diff) |
ARM: dts: rockchip: Enable GPU for XPI-3128
Add the supply and enable gpu node for XPI-3128 board.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20231204153547.97877-4-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts b/arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts index e979425f11a0..de497f6e9456 100644 --- a/arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts +++ b/arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts @@ -328,6 +328,11 @@ "", "", "", ""; }; +&gpu { + mali-supply = <&vdd_log>; + status = "okay"; +}; + &mdio { phy0: ethernet-phy@1 { compatible = "ethernet-phy-ieee802.3-c22"; |