OSDN Git Service

arm64: dts: exynos: disable non-working GPU on Exynos7 Espresso
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 20 Jan 2023 17:31:11 +0000 (18:31 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 28 Jan 2023 10:01:09 +0000 (11:01 +0100)
The Panfrost GPU drivers require clock but such was not provided in
Exynos7 DTSI.  The CMU_G3D clock controller was not upstreamed, thus
consider GPU as non-working and simply disable it to silence warnings
like:

  exynos7-espresso.dtb: gpu@14ac0000: 'clocks' is a required property

Link: https://lore.kernel.org/r/20230120173116.341270-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
arch/arm64/boot/dts/exynos/exynos7-espresso.dts

index b846c0b..829657c 100644 (file)
@@ -61,7 +61,6 @@
 
 &gpu {
        mali-supply = <&buck6_reg>;
-       status = "okay";
 };
 
 &serial_2 {