linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: mark.rutland@arm.com, nicolas.ferre@microchip.com,
	alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com,
	vkoul@kernel.org, eugen.hristev@microchip.com, jic23@kernel.org,
	knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
	mchehab@kernel.org, lee.jones@linaro.org,
	radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com,
	tudor.ambarus@microchip.com, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, wg@grandegger.com,
	mkl@pengutronix.de, a.zummo@towertech.it,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-iio@vger.kernel.org, linux-media@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-can@vger.kernel.org, linux-rtc@vger.kernel.org
Subject: Re: [PATCH v2 04/17] dt-bindings: atmel-tcb: add microchip,sam9x60-tcb
Date: Mon, 13 Jan 2020 17:25:02 -0600	[thread overview]
Message-ID: <20200113232502.GA31265@bogus> (raw)
In-Reply-To: <1578673089-3484-5-git-send-email-claudiu.beznea@microchip.com>

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
> 

  reply	other threads:[~2020-01-13 23:25 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 16:17 [PATCH v2 00/17] add device tree for SAM9X60 SoC and SAM9X60-EK board Claudiu Beznea
2020-01-10 16:17 ` [PATCH v2 03/17] dt-bindings: atmel-can: add microchip,sam9x60-can Claudiu Beznea
2020-01-13 23:23   ` Rob Herring
2020-01-14  9:51   ` Alexandre Belloni
2020-01-10 16:18 ` [PATCH v2 08/17] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Claudiu Beznea
2020-01-14  0:16   ` Rob Herring
2020-01-14  9:53   ` Alexandre Belloni
2020-01-10 16:18 ` [PATCH v2 09/17] dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc Claudiu Beznea
     [not found]   ` <1578673089-3484-10-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  0:17     ` Rob Herring
2020-01-14  9:54     ` Alexandre Belloni
2020-01-10 16:18 ` [PATCH v2 10/17] dt-bindings: atmel-smc: add microchip,sam9x60-smc Claudiu Beznea
     [not found]   ` <1578673089-3484-11-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  0:18     ` Rob Herring
2020-01-14  9:55   ` Alexandre Belloni
2020-01-15  8:00     ` Lee Jones
2020-01-15  8:43       ` Alexandre Belloni
2020-01-10 16:18 ` [PATCH v2 11/17] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr Claudiu Beznea
     [not found]   ` <1578673089-3484-12-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  0:20     ` Rob Herring
2020-01-14  9:56     ` Alexandre Belloni
2020-01-10 16:18 ` [PATCH v2 12/17] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc Claudiu Beznea
2020-01-14  0:21   ` Rob Herring
2020-01-10 16:18 ` [PATCH v2 13/17] dt-bindings: atmel-usart: remove wildcard Claudiu Beznea
2020-01-14  0:24   ` Rob Herring
     [not found] ` <1578673089-3484-1-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-10 16:17   ` [PATCH v2 01/17] dt-bindings: at_xdmac: " Claudiu Beznea
2020-01-13 23:22     ` Rob Herring
     [not found]     ` <1578673089-3484-2-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  9:47       ` Alexandre Belloni
2020-01-10 16:17   ` [PATCH v2 02/17] dt-bindings: at_xdmac: add microchip,sam9x60-dma Claudiu Beznea
     [not found]     ` <1578673089-3484-3-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-13 23:23       ` Rob Herring
2020-01-14  9:50       ` Alexandre Belloni
2020-01-10 16:17   ` [PATCH v2 04/17] dt-bindings: atmel-tcb: add microchip,sam9x60-tcb Claudiu Beznea
2020-01-13 23:25     ` Rob Herring [this message]
2020-01-10 16:17   ` [PATCH v2 05/17] dt-bindings: atmel-isi: add microchip,sam9x60-isi Claudiu Beznea
2020-01-13 23:25     ` Rob Herring
2020-01-14  9:51     ` Alexandre Belloni
2020-01-14 12:21     ` Hans Verkuil
2020-01-10 16:17   ` [PATCH v2 06/17] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc Claudiu Beznea
2020-01-11 10:16     ` Jonathan Cameron
2020-01-14  0:16     ` Rob Herring
     [not found]     ` <1578673089-3484-7-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  9:52       ` Alexandre Belloni
2020-01-10 16:17   ` [PATCH v2 07/17] dt-bindings: atmel-matrix: add microchip,sam9x60-matrix Claudiu Beznea
     [not found]     ` <1578673089-3484-8-git-send-email-claudiu.beznea-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
2020-01-14  0:16       ` Rob Herring
2020-01-14  9:53       ` Alexandre Belloni
2020-01-10 16:18   ` [PATCH v2 14/17] dt-bindings: atmel-usart: add microchip,sam9x60-{usart, dbgu} Claudiu Beznea
2020-01-10 16:18   ` [PATCH v2 15/17] dt-bindings: arm: add sam9x60-ek board Claudiu Beznea
2020-01-14  0:33     ` Rob Herring
2020-01-14  9:57     ` Alexandre Belloni
2020-01-10 16:18   ` [PATCH v2 16/17] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B Claudiu Beznea
2020-01-10 16:18   ` [PATCH v2 17/17] ARM: dts: at91: sam9x60: add device tree for soc and board Claudiu Beznea

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200113232502.GA31265@bogus \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=eugen.hristev@microchip.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=mkl@pengutronix.de \
    --cc=nicolas.ferre@microchip.com \
    --cc=pmeerw@pmeerw.net \
    --cc=radu_nicolae.pirea@upb.ro \
    --cc=richard.genoud@gmail.com \
    --cc=richard@nod.at \
    --cc=tudor.ambarus@microchip.com \
    --cc=vigneshr@ti.com \
    --cc=vkoul@kernel.org \
    --cc=wg@grandegger.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).