2021-10-29 09:28:50

by Kavyasree Kotagiri

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: pinctrl: ocelot: Add Lan966x SoC support

Add documentation for the compatible designated for Lan966x.

Signed-off-by: Kavyasree Kotagiri <[email protected]>
---
.../devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt
index db99bd95d423..3bb76487669f 100644
--- a/Documentation/devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt
@@ -4,7 +4,8 @@ Microsemi Ocelot pin controller Device Tree Bindings
Required properties:
- compatible : Should be "mscc,ocelot-pinctrl",
"mscc,jaguar2-pinctrl", "microchip,sparx5-pinctrl",
- "mscc,luton-pinctrl" or "mscc,serval-pinctrl"
+ "mscc,luton-pinctrl", "mscc,serval-pinctrl" or
+ "microchip,lan966x-pinctrl"
- reg : Address and length of the register set for the device
- gpio-controller : Indicates this device is a GPIO controller
- #gpio-cells : Must be 2.
--
2.17.1


2021-11-09 03:15:48

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: ocelot: Add Lan966x SoC support

On Fri, 29 Oct 2021 14:57:02 +0530, Kavyasree Kotagiri wrote:
> Add documentation for the compatible designated for Lan966x.
>
> Signed-off-by: Kavyasree Kotagiri <[email protected]>
> ---
> .../devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.txt | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>