This patchset splits the fsl,scu txt into multiple yaml files. There is one yaml for the main SCU node and then each possible child nodes has its own yaml file. Last patch of the series removes the txt file. Abel Vesa (10): dt-bindings: arm: freescale: Switch fsl,scu to yaml dt-bindings: arm: freescale: Add fsl,scu-clk yaml file dt-bindings: arm: freescale: Add fsl,scu-iomux yaml file dt-bindings: arm: freescale: Add fsl,scu-key yaml file dt-bindings: arm: freescale: Add fsl,scu-ocotp yaml file dt-bindings: arm: freescale: Add fsl,scu-pd yaml file dt-bindings: arm: freescale: Add fsl,scu-rtc yaml file dt-bindings: arm: freescale: Add fsl,scu-thermal yaml file dt-bindings: arm: freescale: Add fsl,scu-wdt yaml file dt-bindings: arm: freescale: Remove fsl,scu txt file .../bindings/arm/freescale/fsl,scu-clk.yaml | 45 +++ .../bindings/arm/freescale/fsl,scu-iomux.yaml | 32 +++ .../bindings/arm/freescale/fsl,scu-key.yaml | 27 ++ .../bindings/arm/freescale/fsl,scu-ocotp.yaml | 40 +++ .../bindings/arm/freescale/fsl,scu-pd.yaml | 32 +++ .../bindings/arm/freescale/fsl,scu-rtc.yaml | 23 ++ .../arm/freescale/fsl,scu-thermal.yaml | 31 ++ .../bindings/arm/freescale/fsl,scu-wdt.yaml | 29 ++ .../bindings/arm/freescale/fsl,scu.txt | 271 ------------------ .../bindings/arm/freescale/fsl,scu.yaml | 185 ++++++++++++ 10 files changed, 444 insertions(+), 271 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-clk.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-iomux.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-key.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-ocotp.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-rtc.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-thermal.yaml create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.yaml -- 2.34.3