Re: [Linux-stm32] [PATCH v4 9/9] dt-bindings: serial: stm32: Use 'unevaluatedProperties' instead of 'additionalProperties'

2021-03-22 Thread dillon min
Hi Valentin, Thanks for feedback. On Mon, Mar 22, 2021 at 7:05 PM Valentin CARON - foss wrote: > > Hi Dillon, > > It works for me. > > On 3/20/21 2:56 AM, dillon.min...@gmail.com wrote: > > From: dillon min > > > > To use additional properties 'bluetooth', need use unevaluatedProperties > > to

Re: [Linux-stm32] [PATCH v4 9/9] dt-bindings: serial: stm32: Use 'unevaluatedProperties' instead of 'additionalProperties'

2021-03-22 Thread Valentin CARON - foss
Hi Dillon, It works for me. On 3/20/21 2:56 AM, dillon.min...@gmail.com wrote: > From: dillon min > > To use additional properties 'bluetooth', need use unevaluatedProperties > to fix dtbs_check warnings. > > 'arch/arm/boot/dts/stm32h750i-art-pi.dt.yaml: serial@40004800: 'bluetooth' > does not

[PATCH v4 9/9] dt-bindings: serial: stm32: Use 'unevaluatedProperties' instead of 'additionalProperties'

2021-03-19 Thread dillon . minfei
From: dillon min To use additional properties 'bluetooth', need use unevaluatedProperties to fix dtbs_check warnings. 'arch/arm/boot/dts/stm32h750i-art-pi.dt.yaml: serial@40004800: 'bluetooth' does not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: kernel test robot Fixes: