[PATCH v5 04/10] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
Krzysztof Kozlowski
krzk at kernel.org
Wed Jul 2 23:41:10 PDT 2025
On 03/07/2025 02:22, Harshit Shah wrote:
> Add binding for Axiado AX3000 GPIO controller. So far, no changes
> are known, so it can fallback to default compatible.
>
> Signed-off-by: Harshit Shah <hshah at axiado.com>
> ---
> Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> index f1a64c17366500cb0e02a0ca90da691fd992fe7d..ba55890d34bb41e14c3e8afde74111291e40ba7b 100644
> --- a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> @@ -11,8 +11,12 @@ maintainers:
>
> properties:
> compatible:
> - const: cdns,gpio-r1p02
> -
Why? The blank space is the style we prefer, as visible in every binding.
> + oneOf:
> + - const: cdns,gpio-r1p02
> + - items:
> + - enum:
> + - axiado,ax3000-gpio
> + - const: cdns,gpio-r1p02
> reg:
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list