ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible

Message ID 20230326204452.80751-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible |

Commit Message

Krzysztof Kozlowski March 26, 2023, 8:44 p.m. UTC
  "simple-panel" compatible is not documented and nothing in Linux kernel
binds to it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Alexandre TORGUE March 28, 2023, 8:39 a.m. UTC | #1
Hi Krzysztof

On 3/26/23 22:44, Krzysztof Kozlowski wrote:
> "simple-panel" compatible is not documented and nothing in Linux kernel
> binds to it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
> index cb00ce7cec8b..407ed3952f75 100644
> --- a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
> +++ b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
> @@ -73,7 +73,7 @@ led-3 {
>   	};
>   
>   	panel: panel {
> -		compatible = "edt,etm0700g0edh6", "simple-panel";
> +		compatible = "edt,etm0700g0edh6";
>   		backlight = <&backlight>;
>   		enable-gpios = <&gpiod 4 GPIO_ACTIVE_HIGH>;
>   		power-supply = <&reg_3v3>;

Applied on stm32-next with a tiny update in commit title.

Cheers.
Alex
  

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
index cb00ce7cec8b..407ed3952f75 100644
--- a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
@@ -73,7 +73,7 @@  led-3 {
 	};
 
 	panel: panel {
-		compatible = "edt,etm0700g0edh6", "simple-panel";
+		compatible = "edt,etm0700g0edh6";
 		backlight = <&backlight>;
 		enable-gpios = <&gpiod 4 GPIO_ACTIVE_HIGH>;
 		power-supply = <&reg_3v3>;