All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties
@ 2026-08-18 14:00 Konrad Dybcio
  2026-08-18 20:58 ` Rob Herring (Arm)
  2026-08-31 14:29 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Dybcio @ 2026-08-18 14:00 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kaustabh Chakraborty,
	Yedaya Katsman
  Cc: Conor Dooley, dri-devel, devicetree, linux-kernel, Konrad Dybcio

From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Change additionalProperties to unevaluatedProperties to allow
inheriting properties from panel-common.yaml, preventing this warning:

qcom/sm6125-xiaomi-laurel-sprout.dtb: panel@0 (samsung,s6e8fc0-m1906f9): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$'
        from schema $id: http://devicetree.org/schemas/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml

Fixes: f3e1caef597e ("dt-bindings: display: panel: document Samsung AMS561RA01 panel with S6E8AA5X01 controller")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 .../bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml b/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml
index b271de575e15..f04702de1101 100644
--- a/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml
+++ b/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml
@@ -34,7 +34,7 @@ required:
   - compatible
   - reg
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |

---
base-commit: e6664f2b33db9b6811eb4cec109f06cb2b4f458d
change-id: 20260818-topic-sprout_panel_warn_fix-2a4a9b168944

Best regards,
--  
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


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

* Re: [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties
  2026-08-18 14:00 [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties Konrad Dybcio
@ 2026-08-18 20:58 ` Rob Herring (Arm)
  2026-08-31 14:29 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2026-08-18 20:58 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Maxime Ripard, Yedaya Katsman, Konrad Dybcio, Thomas Zimmermann,
	Jessica Zhang, dri-devel, Conor Dooley, Maarten Lankhorst,
	David Airlie, Krzysztof Kozlowski, Conor Dooley, devicetree,
	linux-kernel, Simona Vetter, Neil Armstrong, Kaustabh Chakraborty


On Tue, 18 Aug 2026 16:00:56 +0200, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> Change additionalProperties to unevaluatedProperties to allow
> inheriting properties from panel-common.yaml, preventing this warning:
> 
> qcom/sm6125-xiaomi-laurel-sprout.dtb: panel@0 (samsung,s6e8fc0-m1906f9): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$'
>         from schema $id: http://devicetree.org/schemas/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml
> 
> Fixes: f3e1caef597e ("dt-bindings: display: panel: document Samsung AMS561RA01 panel with S6E8AA5X01 controller")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
>  .../bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml           | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


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

* Re: [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties
  2026-08-18 14:00 [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties Konrad Dybcio
  2026-08-18 20:58 ` Rob Herring (Arm)
@ 2026-08-31 14:29 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2026-08-31 14:29 UTC (permalink / raw)
  To: Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kaustabh Chakraborty,
	Yedaya Katsman, Konrad Dybcio
  Cc: Conor Dooley, dri-devel, devicetree, linux-kernel, Konrad Dybcio

Hi,

On Tue, 18 Aug 2026 16:00:56 +0200, Konrad Dybcio wrote:
> Change additionalProperties to unevaluatedProperties to allow
> inheriting properties from panel-common.yaml, preventing this warning:
> 
> qcom/sm6125-xiaomi-laurel-sprout.dtb: panel@0 (samsung,s6e8fc0-m1906f9): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$'
>         from schema $id: http://devicetree.org/schemas/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml
> 
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/c3fd78f0f3624fff3dcf55d89326f90000367596

-- 
Neil


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

end of thread, other threads:[~2026-08-31 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 14:00 [PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties Konrad Dybcio
2026-08-18 20:58 ` Rob Herring (Arm)
2026-08-31 14:29 ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.