* [linux][PATCH v2 05/20] dt-bindings: gpio: mpfs-gpio: Add PIC64GX GPIO compatibility [not found] <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> @ 2024-09-30 9:54 ` pierre-henry.moussay 2024-09-30 13:46 ` Conor Dooley 0 siblings, 1 reply; 2+ messages in thread From: pierre-henry.moussay @ 2024-09-30 9:54 UTC (permalink / raw) To: Linux4Microchip, Conor Dooley, Daire McNamara, Linus Walleij, Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski Cc: Pierre-Henry Moussay, linux-riscv, linux-gpio, devicetree, linux-kernel From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> PIC64GX GPIO is compatible with mpfs-gpio controller, just add fallback Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> --- .../bindings/gpio/microchip,mpfs-gpio.yaml | 15 ++++++++++----- 1 file changed, 10 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..febe8c2cd70d 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,8 @@ allOf: properties: compatible: contains: - const: microchip,mpfs-gpio + enum: + - microchip,mpfs-gpio then: required: - interrupts -- 2.30.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [linux][PATCH v2 05/20] dt-bindings: gpio: mpfs-gpio: Add PIC64GX GPIO compatibility 2024-09-30 9:54 ` [linux][PATCH v2 05/20] dt-bindings: gpio: mpfs-gpio: Add PIC64GX GPIO compatibility pierre-henry.moussay @ 2024-09-30 13:46 ` Conor Dooley 0 siblings, 0 replies; 2+ messages in thread From: Conor Dooley @ 2024-09-30 13:46 UTC (permalink / raw) To: pierre-henry.moussay Cc: Linux4Microchip, Conor Dooley, Daire McNamara, Linus Walleij, Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski, linux-riscv, linux-gpio, devicetree, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1676 bytes --] On Mon, Sep 30, 2024 at 10:54:34AM +0100, pierre-henry.moussay@microchip.com wrote: > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > PIC64GX GPIO is compatible with mpfs-gpio controller, just add fallback > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > --- > .../bindings/gpio/microchip,mpfs-gpio.yaml | 15 ++++++++++----- > 1 file changed, 10 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..febe8c2cd70d 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: This items shouldn't be required, the enum should suffice alone. > + - enum: > + - microchip,mpfs-gpio > + - microchip,coregpio-rtl-v3 > > reg: > maxItems: 1 > @@ -69,7 +73,8 @@ allOf: > properties: > compatible: > contains: > - const: microchip,mpfs-gpio > + enum: > + - microchip,mpfs-gpio This doesn't need to be changed, it is fine as is, no? > then: > required: > - interrupts > -- > 2.30.2 > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-30 13:46 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> 2024-09-30 9:54 ` [linux][PATCH v2 05/20] dt-bindings: gpio: mpfs-gpio: Add PIC64GX GPIO compatibility pierre-henry.moussay 2024-09-30 13:46 ` Conor Dooley
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).