[PATCH v6 9/9] dt-bindings: serial: stm32: Use 'type: object' instead of false for 'additionalProperties'

Rob Herring robh at kernel.org
Fri Mar 26 20:18:50 GMT 2021


On Fri, 26 Mar 2021 19:15:02 +0800, dillon.minfei at gmail.com wrote:
> From: dillon min <dillon.minfei at gmail.com>
> 
> To use additional properties 'bluetooth' on serial, need replace false with
> 'type: object' for 'additionalProperties' to make it as a node, else will
> run into dtbs_check warnings.
> 
> 'arch/arm/boot/dts/stm32h750i-art-pi.dt.yaml: serial at 40004800:
> 'bluetooth' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Fixes: af1c2d81695b ("dt-bindings: serial: Convert STM32 UART to json-schema")
> Reported-by: kernel test robot <lkp at intel.com>
> Tested-by: Valentin Caron <valentin.caron at foss.st.com>
> Signed-off-by: dillon min <dillon.minfei at gmail.com>
> ---
> 
> v6: no changes
> 
>  Documentation/devicetree/bindings/serial/st,stm32-uart.yaml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

Reviewed-by: Rob Herring <robh at kernel.org>



More information about the linux-arm-kernel mailing list