13 Oct
                
                    2020
                
            
            
                13 Oct
                
                '20
                
            
            
            
        
    
                6:06 p.m.
            
        On Fri, 09 Oct 2020 16:10:51 +0200, Olivier Moysan wrote:
Convert the STM32 SAI bindings to DT schema format using json-schema.
Signed-off-by: Olivier Moysan olivier.moysan@st.com
Changes in v2:
- use pattern for compatible of child nodes
 - rework dmas and clocks properties
 - add "additionalProperties"
 Changes in v3:
- move clocks properties for st,stm32h7-sai compatible, to 'else' clause
 Changes in v4:
- fix dtbs_check errors
 
.../bindings/sound/st,stm32-sai.txt | 107 ---------- .../bindings/sound/st,stm32-sai.yaml | 200 ++++++++++++++++++ 2 files changed, 200 insertions(+), 107 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/st,stm32-sai.txt create mode 100644 Documentation/devicetree/bindings/sound/st,stm32-sai.yaml
Reviewed-by: Rob Herring robh@kernel.org