Message ID | 20250307-en7581-gpio-range-v1-1-de1262105428@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add gpio-ranges property for EN7581 gpio controller | expand |
On Fri, 07 Mar 2025 18:08:19 +0100, Lorenzo Bianconi wrote: > Introduce leftover gpio-ranges property for Airoha EN7581 pinctrl binding > > Fixes: d0c15cb96b74 ("dt-bindings: pinctrl: airoha: Add EN7581 pinctrl") > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > --- > Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Fri, Mar 7, 2025 at 6:08 PM Lorenzo Bianconi <lorenzo@kernel.org> wrote: > Introduce leftover gpio-ranges property for Airoha EN7581 pinctrl binding > > Fixes: d0c15cb96b74 ("dt-bindings: pinctrl: airoha: Add EN7581 pinctrl") > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> This patch 1/2 applied to the pinctrl tree. Please funnel 2/2 through the SoC tree. Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml index b2601d698dcd41c3ef32af547ea41be0d6904ae6..21fd4f1ba78b05e5347b4ffe578656c8a4dc5636 100644 --- a/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml @@ -24,6 +24,9 @@ properties: '#gpio-cells': const: 2 + gpio-ranges: + maxItems: 1 + interrupt-controller: true '#interrupt-cells':
Introduce leftover gpio-ranges property for Airoha EN7581 pinctrl binding Fixes: d0c15cb96b74 ("dt-bindings: pinctrl: airoha: Add EN7581 pinctrl") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml | 3 +++ 1 file changed, 3 insertions(+)