Message ID | 20230623203056.689705-20-varshini.rajendran@microchip.com |
---|---|
State | New |
Headers | show |
Series | Add support for sam9x7 SoC family | expand |
On 23/06/2023 22:30, Varshini Rajendran wrote: > Document sam9x7 DT for flexcom. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-flexcom.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt > index 9d837535637b..449e0af93a13 100644 > --- a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt > +++ b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt > @@ -5,7 +5,7 @@ controller and an USART. Only one function can be used at a time and is chosen > at boot time according to the device tree. > > Required properties: > -- compatible: Should be "atmel,sama5d2-flexcom" > +- compatible: Should be "atmel,sama5d2-flexcom" or "microchip,sam9x7-flexcom" That's not what your DTS is saying. NAK. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt index 9d837535637b..449e0af93a13 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt @@ -5,7 +5,7 @@ controller and an USART. Only one function can be used at a time and is chosen at boot time according to the device tree. Required properties: -- compatible: Should be "atmel,sama5d2-flexcom" +- compatible: Should be "atmel,sama5d2-flexcom" or "microchip,sam9x7-flexcom" - reg: Should be the offset/length value for Flexcom dedicated I/O registers (without USART, TWI or SPI registers). - clocks: Should be the Flexcom peripheral clock from PMC.
Document sam9x7 DT for flexcom. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-flexcom.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)