diff options
author | Alex Bee <[email protected]> | 2023-12-04 16:35:47 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-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"; |