Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9
@ 2024-12-09 20:40 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 ` [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9 Krzysztof Kozlowski
  0 siblings, 2 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 AUO G084SN05 V9 is a 8.4" 800x600 LVDS display.

Add a compatible entry for this LVDS display model.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
index 5af2d6930075..fcb5834f799a 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
@@ -42,6 +42,8 @@ properties:
           # Admatec 9904379 10.1" 1024x600 LVDS panel
           - admatec,9904379
           - auo,b101ew05
+          # AUO G084SN05 V9 8.4" 800x600 LVDS panel
+          - auo,g084sn05
           # Chunghwa Picture Tubes Ltd. 7" WXGA (800x1280) TFT LCD LVDS panel
           - chunghwa,claa070wp03xg
           # EDT ETML0700Z9NDHA 7.0" WSVGA (1024x600) color TFT LCD LVDS panel
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [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

end of thread, other threads:[~2024-12-10  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9 Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox