Message ID | 20230623203056.689705-22-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-matrix to DT bindings documentation. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-matrix.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/atmel-matrix.txt b/Documentation/devicetree/bindings/mfd/atmel-matrix.txt > index 89d05c64fb01..75378839fc7f 100644 > --- a/Documentation/devicetree/bindings/mfd/atmel-matrix.txt > +++ b/Documentation/devicetree/bindings/mfd/atmel-matrix.txt > @@ -14,6 +14,7 @@ Required properties: > "atmel,at91sam9x5-matrix", "syscon" > "atmel,sama5d3-matrix", "syscon" > "microchip,sam9x60-matrix", "syscon" > + "microchip,sam9x7-matrix", "syscon" That's not what your DTS is saying. NAK. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mfd/atmel-matrix.txt b/Documentation/devicetree/bindings/mfd/atmel-matrix.txt index 89d05c64fb01..75378839fc7f 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-matrix.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-matrix.txt @@ -14,6 +14,7 @@ Required properties: "atmel,at91sam9x5-matrix", "syscon" "atmel,sama5d3-matrix", "syscon" "microchip,sam9x60-matrix", "syscon" + "microchip,sam9x7-matrix", "syscon" - reg: Contains offset/length value of the Bus Matrix memory region.
Add microchip,sam9x7-matrix to DT bindings documentation. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-matrix.txt | 1 + 1 file changed, 1 insertion(+)