Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: add gpu node to rk3288-miqi

Add the Mali GPU node to the MiQi device-tree.

Signed-off-by: Demetris Ierokipides <ierokipides.dem@gmail.com>
Link: https://lore.kernel.org/r/20210108151036.36434-2-ierokipides.dem@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Demetris Ierokipides and committed by
Heiko Stuebner
36948ec3 5c8fe583

+5
+5
arch/arm/boot/dts/rk3288-miqi.dts
··· 123 123 status = "okay"; 124 124 }; 125 125 126 + &gpu { 127 + mali-supply = <&vdd_gpu>; 128 + status = "okay"; 129 + }; 130 + 126 131 &hdmi { 127 132 ddc-i2c-bus = <&i2c5>; 128 133 status = "okay";