From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudiu Beznea Subject: [PATCH 03/16] dt-bindings: atmel-tcb: add microchip,-tcb Date: Wed, 8 Jan 2020 14:55:10 +0200 Message-ID: <1578488123-26127-4-git-send-email-claudiu.beznea@microchip.com> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , , , , , , Claudiu Beznea To: , , , , , , , , , , , , , , , , , , , , , , Return-path: In-Reply-To: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org Add microchip,-tcb to DT bindings documentation. This is for microchip,sam9x60-tcb. Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/mfd/atmel-tcb.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt index c4a83e364cb6..e1713e41f6e0 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt @@ -1,6 +1,7 @@ * Device tree bindings for Atmel Timer Counter Blocks -- compatible: Should be "atmel,-tcb", "simple-mfd", "syscon". - can be "at91rm9200" or "at91sam9x5" +- compatible: Should be "atmel,-tcb", "microchip,-tcb", + "simple-mfd", "syscon". + can be "at91rm9200", "at91sam9x5" or "sam9x60" - reg: Should contain registers location and length - #address-cells: has to be 1 - #size-cells: has to be 0 -- 2.7.4