Message ID | 1578673089-3484-5-git-send-email-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add device tree for SAM9X60 SoC and SAM9X60-EK board | expand |
On Fri, Jan 10, 2020 at 06:17:56PM +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-tcb to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-tcb.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > index c4a83e364cb6..cf0edf5381c9 100644 > --- a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > +++ b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > @@ -1,6 +1,6 @@ > * Device tree bindings for Atmel Timer Counter Blocks > -- compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon". > - <chip> can be "at91rm9200" or "at91sam9x5" > +- compatible: Should be "atmel,at91rm9200-tcb", "atmel,at91sam9x5-tcb", > + "microchip,sam9x60-tcb", "simple-mfd", "syscon". How many valid combinations are there? 1 with 5 strings? List one valid combination per line. > - reg: Should contain registers location and length > - #address-cells: has to be 1 > - #size-cells: has to be 0 > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt index c4a83e364cb6..cf0edf5381c9 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt @@ -1,6 +1,6 @@ * Device tree bindings for Atmel Timer Counter Blocks -- compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon". - <chip> can be "at91rm9200" or "at91sam9x5" +- compatible: Should be "atmel,at91rm9200-tcb", "atmel,at91sam9x5-tcb", + "microchip,sam9x60-tcb", "simple-mfd", "syscon". - reg: Should contain registers location and length - #address-cells: has to be 1 - #size-cells: has to be 0
Add microchip,sam9x60-tcb to DT bindings documentation. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-tcb.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)