* [PATCH 2/2] arm64: dts: imx8mm-phg: Add LVDS compatible string
2024-12-09 20:40 [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9 Fabio Estevam
@ 2024-12-09 20:40 ` Fabio Estevam
2024-12-10 7:16 ` [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9 Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2024-12-09 20:40 UTC (permalink / raw)
To: neil.armstrong
Cc: robh, krzk+dt, conor+dt, shawnguo, imx, linux-arm-kernel,
dri-devel, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
The imx8mm-phg board has an AUO G084SN05 V9 8.4" 800x600 LVDS panel.
Improve the devicetree description by passing the LVDS compatible
string to fix the following dt-schema warning:
imx8mm-phg.dtb: panel: compatible:0: 'panel-lvds' is not one of
['admatec,9904379', 'auo,b101ew05', 'auo,g084sn05',
'chunghwa,claa070wp03xg','edt,etml0700z9ndha', 'hannstar,hsd101pww2',
'hydis,hv070wx2-1e0', 'jenson,bl-jt60050-01a', 'tbs,a711-panel']
...
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm64/boot/dts/freescale/imx8mm-phg.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
index 75bbedc6164c..a134b1833649 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
@@ -82,7 +82,7 @@ reg_usdhc2_vmmc: regulator-vmmc {
};
panel {
- compatible = "panel-lvds";
+ compatible = "auo,g084sn05", "panel-lvds";
width-mm = <170>;
height-mm = <28>;
data-mapping = "jeida-18";
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9
2024-12-09 20:40 [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9 Fabio Estevam
2024-12-09 20:40 ` [PATCH 2/2] arm64: dts: imx8mm-phg: Add LVDS compatible string Fabio Estevam
@ 2024-12-10 7:16 ` Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-10 7:16 UTC (permalink / raw)
To: Fabio Estevam, neil.armstrong
Cc: robh, krzk+dt, conor+dt, shawnguo, imx, linux-arm-kernel,
dri-devel, Fabio Estevam
On 09/12/2024 21:40, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> The AUO G084SN05 V9 is a 8.4" 800x600 LVDS display.
>
> Add a compatible entry for this LVDS display model.
>
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.
You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.
Please kindly resend and include all necessary To/Cc entries.
</form letter>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread