Re: [PATCH v3] ASoC: dt-bindings: stm32: convert spdfirx to json-schema

From: Olivier MOYSAN
Date: Wed Jan 22 2020 - 04:21:34 EST


Hi Rob,

I did not report your reviewed-by tag, as I have made a extra change in v2.
This change is related to dmas property reported in v2 change log.
Sorry, this extra change was indeed not clearly highlighted in log comments.

Regards
Olivier

On 1/21/20 11:00 PM, Rob Herring wrote:
> On Fri, 17 Jan 2020 18:03:52 +0100, Olivier Moysan wrote:
>> Convert the STM32 SPDIFRX bindings to DT schema format using json-schema.
>>
>> Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxx>
>> ---
>> Changes in v2:
>> - Add "additionalProperties: false"
>> - Also change minItems to 2 for dmas property, as both DMAs are required.
>>
>> Changes in v3:
>> - Drop minItems/maxItems for dmas property, remove ref to stm32-dma.txt.
>> ---
>> .../bindings/sound/st,stm32-spdifrx.txt | 56 -------------
>> .../bindings/sound/st,stm32-spdifrx.yaml | 80 +++++++++++++++++++
>> 2 files changed, 80 insertions(+), 56 deletions(-)
>> delete mode 100644 Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt
>> create mode 100644 Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml
>>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.