[PATCH v2 06/52] dt-bindings: arm: Convert ARM CCI-400 binding to a schema
Rob Herring
robh at kernel.org
Fri Sep 3 11:12:58 PDT 2021
On Wed, 01 Sep 2021 11:18:06 +0200, Maxime Ripard wrote:
> The ARM CCI-400 Interconnect is supported by Linux thanks to its device
> tree binding.
>
> Now that we have the DT validation in place, let's convert the device
> tree bindings for that driver over to a YAML schema.
>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
>
> ---
>
> Changes from v1:
> - Reduced the max number of interrupts
> - Comented the pl330 compatible to avoid a warning
> - Added cci-control-port to the cpus schemas
> ---
> .../devicetree/bindings/arm/arm,cci-400.yaml | 216 +++++++++++++++++
> .../bindings/arm/cci-control-port.yaml | 38 +++
> Documentation/devicetree/bindings/arm/cci.txt | 224 ------------------
> .../devicetree/bindings/arm/cpus.yaml | 2 +
> 4 files changed, 256 insertions(+), 224 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/arm/arm,cci-400.yaml
> create mode 100644 Documentation/devicetree/bindings/arm/cci-control-port.yaml
> delete mode 100644 Documentation/devicetree/bindings/arm/cci.txt
>
Applied, thanks!
More information about the linux-arm-kernel
mailing list