[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <172045465945.3262448.18446369145755550940.robh@kernel.org>
Date: Mon, 8 Jul 2024 10:04:21 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: linux-arm-kernel@...ts.infradead.org, linuxppc-dev@...ts.ozlabs.org,
imx@...ts.linux.dev, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: soc: fsl: cpm_qe: convert to yaml format
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@...0000/muram@...00: failed to match any schema with compatible: ['fsl,qe-muram', 'fsl,cpm-muram']
> arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@...0000/muram@...00: failed to match any schema with compatible: ['fsl,qe-muram', 'fsl,cpm-muram']
> arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@...0000/muram@...00/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@...0000: failed to match any schema with compatible: ['fsl,qe', 'simple-bus']
> arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/uqe@...0000/muram@...00/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@...0000/qeic@80: failed to match any schema with compatible: ['fsl,qe-ic']
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> .../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!
Powered by blists - more mailing lists