Message ID | 20250107160850.120537-4-Ryan.Wanner@microchip.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for SAMA7D65 | expand |
Hi, Ryan, On 07.01.2025 18:07, Ryan.Wanner@microchip.com wrote: > From: Dharma Balasubiramani <dharma.b@microchip.com> > > Add pinctrl bindings for microchip sama7d65 SoC. > > Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> > Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> > Acked-by: Rob Herring (Arm) <robh@kernel.org> > --- > .../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt > index 774c3c269c40..4b9f3373503d 100644 > --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt > +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt > @@ -6,7 +6,8 @@ configure it. > Required properties: > - compatible: > "atmel,sama5d2-pinctrl" > - "microchip,sama7g5-pinctrl" > + "microchip,sama7d65-pinctrl", "microchip,sama7g5-pinctrl" Looks like you have one space in front of the line > + "microchip,sama7g5-pinctrl" Same here. And this change should not be needed. > - reg: base address and length of the PIO controller. > - interrupts: interrupt outputs from the controller, one for each bank. > - interrupt-controller: mark the device node as an interrupt controller.
diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt index 774c3c269c40..4b9f3373503d 100644 --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt @@ -6,7 +6,8 @@ configure it. Required properties: - compatible: "atmel,sama5d2-pinctrl" - "microchip,sama7g5-pinctrl" + "microchip,sama7d65-pinctrl", "microchip,sama7g5-pinctrl" + "microchip,sama7g5-pinctrl" - reg: base address and length of the PIO controller. - interrupts: interrupt outputs from the controller, one for each bank. - interrupt-controller: mark the device node as an interrupt controller.