2023-03-26 20:46:22

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] arm64: dts: imx8mq-mnt-reform2: drop invalid simple-panel compatible

"simple-panel" compatible is not documented and nothing in Linux kernel
binds to it:

imx8mq-mnt-reform2.dtb: panel: compatible: ['innolux,n125hce-gn1', 'simple-panel'] is too long

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
index 200268660518..3ae3824be027 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
@@ -26,7 +26,7 @@ backlight: backlight {
};

panel {
- compatible = "innolux,n125hce-gn1", "simple-panel";
+ compatible = "innolux,n125hce-gn1";
power-supply = <&reg_main_3v3>;
backlight = <&backlight>;
no-hpd;
--
2.34.1


2023-05-13 09:33:36

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx8mq-mnt-reform2: drop invalid simple-panel compatible

On 26/03/2023 22:45, Krzysztof Kozlowski wrote:
> "simple-panel" compatible is not documented and nothing in Linux kernel
> binds to it:
>
> imx8mq-mnt-reform2.dtb: panel: compatible: ['innolux,n125hce-gn1', 'simple-panel'] is too long
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts | 2 +-


Shawn,

Can you pick up the patch?

Best regards,
Krzysztof


2023-05-14 02:19:32

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx8mq-mnt-reform2: drop invalid simple-panel compatible

On Sun, Mar 26, 2023 at 10:45:02PM +0200, Krzysztof Kozlowski wrote:
> "simple-panel" compatible is not documented and nothing in Linux kernel
> binds to it:
>
> imx8mq-mnt-reform2.dtb: panel: compatible: ['innolux,n125hce-gn1', 'simple-panel'] is too long
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied, thanks!