On Wed, 03 Jul 2024 12:49:39 -0400, Frank Li wrote: > Convert binding doc qe.txt to yaml format. Split it to > fsl,qe-firmware.yaml, fsl,qe-ic.yaml, fsl,qe-muram.yaml, fsl,qe-si.yaml > fsl,qe-siram.yaml, fsl,qe.yaml. > > Additional Changes: > - Fix error in example. > - Change to low case for hex value. > - Remove fsl,qe-num-riscs and fsl,qe-snums from required list. > - Add #address-cell and #size-cell. > - Add interrupts description for qe-ic. > - Add compatible string fsl,ls1043-qe-si for fsl,qe-si.yaml > - Add compatible string fsl,ls1043-qe-siram for fsl,qe-siram.yaml > - Add child node for fsl,qe.yaml > > Fix below warning: > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@2400000/muram@10000: failed to match any schema with compatible: ['fsl,qe-muram', 'fsl,cpm-muram'] > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@2400000/muram@10000: failed to match any schema with compatible: ['fsl,qe-muram', 'fsl,cpm-muram'] > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@2400000/muram@10000/data-only@0: failed to match any schema with compatible: ['fsl,qe-muram-data', 'fsl,cpm-muram-data'] > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: /soc/uqe@2400000: failed to match any schema with compatible: ['fsl,qe', 'simple-bus'] > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@2400000/muram@10000/data-only@0: failed to match any schema with compatible: ['fsl,qe-muram-data', 'fsl,cpm-muram-data'] > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: /soc/uqe@2400000/qeic@80: failed to match any schema with compatible: ['fsl,qe-ic'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > .../bindings/soc/fsl/cpm_qe/fsl,qe-firmware.yaml | 48 ++++++ > .../bindings/soc/fsl/cpm_qe/fsl,qe-ic.yaml | 47 ++++++ > .../bindings/soc/fsl/cpm_qe/fsl,qe-muram.yaml | 71 ++++++++ > .../bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml | 40 +++++ > .../bindings/soc/fsl/cpm_qe/fsl,qe-siram.yaml | 39 +++++ > .../devicetree/bindings/soc/fsl/cpm_qe/fsl,qe.yaml | 148 +++++++++++++++++ > .../devicetree/bindings/soc/fsl/cpm_qe/qe.txt | 178 --------------------- > 7 files changed, 393 insertions(+), 178 deletions(-) > Applied, thanks!