Re: [PATCH v3 02/11] dt-bindings: marvell: convert Armada 37xx compatibles to YAML

From: Krzysztof Kozlowski
Date: Fri May 13 2022 - 04:42:06 EST


On 12/05/2022 14:48, Robert Marko wrote:
> Convert the Armada 37xx SoC compatibles to YAML.
>
> Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
> ---

> -
> - - compatible: must contain "cznic,turris-mox"
> diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml
> new file mode 100644
> index 000000000000..4460608ac1e1
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml
> @@ -0,0 +1,46 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/arm/marvell/armada-37xx.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Marvell Armada 37xx Platforms Device Tree Bindings

"Marvell Armada 37xx Platforms"

> +
> +maintainers:
> + - Robert Marko <robert.marko@xxxxxxxxxx>
> +
> +properties:
> + $nodename:
> + const: '/'
> + compatible:
> + oneOf:
> + - description: Armada 3720 SoC
A nit, this should be rather: "Armada 3720 SoC boards"


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof