ARM: dts: stm32: drop invalid simple-panel compatible on stm32mp157c-lxa
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 26 Mar 2023 20:44:52 +0000 (22:44 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 28 Mar 2023 08:37:47 +0000 (10:37 +0200)
"simple-panel" compatible is not documented and nothing in Linux kernel
binds to it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts

index cb00ce7..407ed39 100644 (file)
@@ -73,7 +73,7 @@
        };
 
        panel: panel {
-               compatible = "edt,etm0700g0edh6", "simple-panel";
+               compatible = "edt,etm0700g0edh6";
                backlight = <&backlight>;
                enable-gpios = <&gpiod 4 GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;