On Mon, 25 Apr 2022 16:04:33 +0200, Michael Walle wrote: > Convert the fsl,layerscape-dcfg binding to the new YAML format. > > In the device trees, the device node always have a "syscon" > compatible, which wasn't mentioned in the previous binding. > > One thing added here, compared to the original binding is the clock > controller subnode of the LS1028A SoC and its "simple-mfd" compatible as > used in arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi as well as the > little-endian and big-endian properties. > > Signed-off-by: Michael Walle <michael@xxxxxxxx> > --- > changes since v1: > - moved to soc/fsl/fsl,layerscape-dcfg.yaml > - generic name for node in example > - mention added "syscon" compatible in commit message > - reference specific clock controller > > .../arm/freescale/fsl,layerscape-dcfg.txt | 19 ------ > .../bindings/soc/fsl/fsl,layerscape-dcfg.yaml | 68 +++++++++++++++++++ > 2 files changed, 68 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-dcfg.txt > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml > Applied, thanks!