Add device tree node for mali gpu on Odroid XU3 SoCs. Signed-off-by: Joseph Kogut <joseph.kogut@xxxxxxxxx> --- .../boot/dts/exynos5422-odroidxu3-common.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi index 93a48f2dda49..1f2ae19d01af 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi +++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi @@ -48,6 +48,24 @@ cooling-levels = <0 130 170 230>; }; + gpu: gpu@11800000 { + compatible = "samsung,exynos-mali", "arm,mali-t628"; + reg = <0x11800000 0x5000>; + interrupts = <0 117 0>, + <0 219 0>, + <0 74 0>; + interrupt-names = "gpu", "job", "mmu"; + clocks = <&clock CLK_G3D>, + <&clock CLK_DOUT_ACLK_G3D>, + <&clock CLK_FOUT_VPLL>; + mali-supply = <&buck4_reg>; + operating-points = < + /* KHz uV */ + 600000 1150000 + 177000 812500 + >; + }; + thermal-zones { cpu0_thermal: cpu0-thermal { thermal-sensors = <&tmu_cpu0 0>; -- 2.22.0 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel