Add a regulator for the GPU in order to properly make use of the newly added operations-table. Signed-off-by: Trevor Woerner <twoerner@xxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 1b0f7e4551ea..e76673d5fdc5 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -133,6 +133,10 @@ &cpu3 { cpu-supply = <&vdd_arm>; }; +&gpu { + mali-supply = <&vdd_logic>; +}; + &emmc { bus-width = <8>; cap-mmc-highspeed; -- 2.30.0.rc0