[PATCH v2 01/10] dt-bindings: arm: add Ambarella CV75 platforms
Krzysztof Kozlowski
krzk at kernel.org
Thu Aug 6 23:00:29 PDT 2026
On Thu, Aug 06, 2026 at 05:34:09PM +0800, Long Zhao wrote:
> Add the Ambarella SoC board binding and vendor prefix covering
> the CV75 EVK.
>
> Signed-off-by: Long Zhao <longzhao at ambarella.com>
> ---
> .../devicetree/bindings/arm/ambarella.yaml | 23 ++++++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 2 files changed, 25 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/ambarella.yaml b/Documentation/devicetree/bindings/arm/ambarella.yaml
> new file mode 100644
> index 000000000000..347148530f80
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/ambarella.yaml
> @@ -0,0 +1,23 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/arm/ambarella.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Ambarella SoC platforms
> +
> +maintainers:
> + - Long Zhao <longzhao at ambarella.com>
> +
> +properties:
> + $nodename:
> + const: "/"
> +
> + compatible:
> + oneOf:
> + - description: Ambarella CV75 EVK board
> + items:
> + - const: ambarella,cv75-evk
This should be enum, it will grow with other boards, no?
Anyway,
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list