| From | Claudiu Beznea <> | Subject | [PATCH v2 04/17] dt-bindings: atmel-tcb: add microchip,sam9x60-tcb | Date | Fri, 10 Jan 2020 18:17:56 +0200 |
| |
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". - reg: Should contain registers location and length - #address-cells: has to be 1 - #size-cells: has to be 0 -- 2.7.4
|