Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v3 1/1] dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning
@ 2026-03-02 21:59 Frank Li
  2026-03-03  7:59 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Li @ 2026-03-02 21:59 UTC (permalink / raw)
  To: Robin van der Gracht, Andy Shevchenko, Geert Uytterhoeven,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Miguel Ojeda,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list
  Cc: imx, Frank Li

Change additionalProperties to unevaluatedProperties because it refs to
/schemas/input/matrix-keymap.yaml.

Fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-victgo.dtb: keypad@70 (holtek,ht16k33): 'keypad,num-columns', 'keypad,num-rows' do not match any of the regexes: '^pinctrl-[0-9]+$'
        from schema $id: http://devicetree.org/schemas/auxdisplay/holtek,ht16k33.yaml#

Fixes: f12b457c6b25c ("dt-bindings: auxdisplay: ht16k33: Convert to json-schema")
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Change in v3
- Add Acked-by: Rob Herring (Arm) <robh@kernel.org> in commit message.
- add ht16k33 at subject

Change in v2
	- Add Acked-by: Rob Herring (Arm) <robh@kernel.org>
	- Add fixes tags
---
 .../devicetree/bindings/auxdisplay/holtek,ht16k33.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml b/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml
index b90eec2077b4b..fe1272e86467e 100644
--- a/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml
+++ b/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml
@@ -66,7 +66,7 @@ then:
   required:
     - refresh-rate-hz
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.43.0


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

* Re: [PATCH v3 1/1] dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning
  2026-03-02 21:59 [PATCH v3 1/1] dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning Frank Li
@ 2026-03-03  7:59 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2026-03-03  7:59 UTC (permalink / raw)
  To: Frank Li
  Cc: Robin van der Gracht, Andy Shevchenko, Geert Uytterhoeven,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Miguel Ojeda,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list, imx

On Mon, Mar 02, 2026 at 04:59:55PM -0500, Frank Li wrote:
> Change additionalProperties to unevaluatedProperties because it refs to
> /schemas/input/matrix-keymap.yaml.
> 
> Fix below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx6dl-victgo.dtb: keypad@70 (holtek,ht16k33): 'keypad,num-columns', 'keypad,num-rows' do not match any of the regexes: '^pinctrl-[0-9]+$'
>         from schema $id: http://devicetree.org/schemas/auxdisplay/holtek,ht16k33.yaml#

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2026-03-03  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 21:59 [PATCH v3 1/1] dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning Frank Li
2026-03-03  7:59 ` Andy Shevchenko

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