Re: [PATCH v2 1/1] dt-bindings: auxdisplay: Use unevaluatedProperties to fix common property warning

From: Fabio Estevam

Date: Fri Feb 27 2026 - 12:10:31 EST


On Fri, Feb 27, 2026 at 1:59 PM Frank Li <Frank.Li@xxxxxxx> 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#
>
> Fixes: f12b457c6b25c ("dt-bindings: auxdisplay: ht16k33: Convert to json-schema")
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> Change in v2
> - Add Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> - Add fixes tags
>
> Resend include Rob's Ack tag:
> Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> Rob's Acked at
> https://lore.kernel.org/imx/175796984570.3379405.7210704746413204244.robh@xxxxxxxxxx/

Rob's Ack is still missing.