* [PATCH] ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible
@ 2023-03-26 20:44 Krzysztof Kozlowski
2023-03-28 8:39 ` Alexandre TORGUE
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 20:44 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue, devicetree, linux-stm32, linux-arm-kernel,
linux-kernel
Cc: Krzysztof Kozlowski
"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 = <®_3v3>;
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible
2023-03-26 20:44 [PATCH] ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible Krzysztof Kozlowski
@ 2023-03-28 8:39 ` Alexandre TORGUE
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre TORGUE @ 2023-03-28 8:39 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Maxime Coquelin, devicetree, linux-stm32, linux-arm-kernel,
linux-kernel
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 = <®_3v3>;
Applied on stm32-next with a tiny update in commit title.
Cheers.
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-28 8:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-26 20:44 [PATCH] ARM: dts: stm32mp157c-lxa: drop invalid simple-panel compatible Krzysztof Kozlowski
2023-03-28 8:39 ` Alexandre TORGUE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).