Message ID | 20230623203056.689705-21-varshini.rajendran@microchip.com |
---|---|
State | Superseded |
Headers | show |
Series | Add support for sam9x7 SoC family | expand |
On 23/06/2023 22:30, Varshini Rajendran wrote: > Add microchip,sam9x7-gpbr to DT bindings documentation. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt > index e8c525569f10..2cc39524af8c 100644 > --- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt > +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt > @@ -6,6 +6,7 @@ Required properties: > - compatible: Should be one of the following: > "atmel,at91sam9260-gpbr", "syscon" > "microchip,sam9x60-gpbr", "syscon" > + "microchip,sam9x7-gpbr", "syscon" That's not what your DTS is saying. Srsly, just open the DTS and compare the list. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt index e8c525569f10..2cc39524af8c 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be one of the following: "atmel,at91sam9260-gpbr", "syscon" "microchip,sam9x60-gpbr", "syscon" + "microchip,sam9x7-gpbr", "syscon" - reg: contains offset/length value of the GPBR memory region.
Add microchip,sam9x7-gpbr to DT bindings documentation. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 1 + 1 file changed, 1 insertion(+)