[PATCH 05/17] dt-bindings: gpio: mpfs-gpio: Add PIC64GX GPIO compatibility
Conor Dooley
conor at kernel.org
Thu Jul 25 07:25:33 PDT 2024
On Thu, Jul 25, 2024 at 01:15:57PM +0100, pierre-henry.moussay at microchip.com wrote:
> From: Pierre-Henry Moussay <pierre-henry.moussay at microchip.com>
>
> PIC64GX GPIO is compatible with mpfs-gpio driver
>
> Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay at microchip.com>
> ---
> .../bindings/gpio/microchip,mpfs-gpio.yaml | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml b/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
> index d61569b3f15b..fdce88374a91 100644
> --- a/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
> @@ -11,10 +11,14 @@ maintainers:
>
> properties:
> compatible:
> - items:
> - - enum:
> - - microchip,mpfs-gpio
> - - microchip,coregpio-rtl-v3
> + oneOf:
> + - items:
> + - const: microchip,pic64gx-gpio
> + - const: microchip,mpfs-gpio
> + - items:
> + - enum:
> + - microchip,mpfs-gpio
> + - microchip,coregpio-rtl-v3
>
> reg:
> maxItems: 1
> @@ -69,7 +73,9 @@ allOf:
> properties:
> compatible:
> contains:
> - const: microchip,mpfs-gpio
> + enum:
> + - microchip,mpfs-gpio
> + - microchip,pic64gx-gpio
This hunk should not be needed, given you have an mpfs-gpio fallback.
Thanks,
Conor.
> then:
> required:
> - interrupts
> --
> 2.30.2
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20240725/3626615f/attachment.sig>
More information about the linux-riscv
mailing list