public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin•com>
To: Claudiu Beznea <claudiu.beznea@microchip•com>
Cc: mark.rutland@arm•com, vigneshr@ti•com, linux-iio@vger•kernel.org,
	linux-kernel@vger•kernel.org, linux-mtd@lists•infradead.org,
	pmeerw@pmeerw•net, miquel.raynal@bootlin•com,
	lee.jones@linaro•org, linux-rtc@vger•kernel.org, lars@metafoo•de,
	richard@nod•at, ludovic.desroches@microchip•com,
	wg@grandegger•com, linux-media@vger•kernel.org,
	devicetree@vger•kernel.org, tudor.ambarus@microchip•com,
	radu_nicolae.pirea@upb•ro, linux-can@vger•kernel.org,
	robh+dt@kernel•org, mkl@pengutronix•de, mchehab@kernel•org,
	linux-arm-kernel@lists•infradead.org, a.zummo@towertech•it,
	richard.genoud@gmail•com, netdev@vger•kernel.org,
	linux-spi@vger•kernel.org, vkoul@kernel•org, broonie@kernel•org,
	knaack.h@gmx•de, dmaengine@vger•kernel.org,
	eugen.hristev@microchip•com, jic23@kernel•org
Subject: Re: [PATCH 13/16] dt-bindings: atmel-usart: add microchip,<chip>-usart
Date: Fri, 10 Jan 2020 15:31:30 +0100	[thread overview]
Message-ID: <20200110143130.GF1027187@piout.net> (raw)
In-Reply-To: <1578488123-26127-14-git-send-email-claudiu.beznea@microchip.com>

On 08/01/2020 14:55:20+0200, Claudiu Beznea wrote:
> Add microchip,<chip>-usart to DT bindings documentation. This is for
> microchip,sam9x60-usart.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip•com>
> ---
>  Documentation/devicetree/bindings/mfd/atmel-usart.txt | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/atmel-usart.txt b/Documentation/devicetree/bindings/mfd/atmel-usart.txt
> index 699fd3c9ace8..e5c7331abe09 100644
> --- a/Documentation/devicetree/bindings/mfd/atmel-usart.txt
> +++ b/Documentation/devicetree/bindings/mfd/atmel-usart.txt
> @@ -1,10 +1,12 @@
>  * Atmel Universal Synchronous Asynchronous Receiver/Transmitter (USART)
>  
>  Required properties for USART:
> -- compatible: Should be "atmel,<chip>-usart" or "atmel,<chip>-dbgu"
> +- compatible: Should be "atmel,<chip>-usart", "microchip,<chip>-usart" or
> +  "atmel,<chip>-dbgu".
>    The compatible <chip> indicated will be the first SoC to support an
>    additional mode or an USART new feature.
> -  For the dbgu UART, use "atmel,<chip>-dbgu", "atmel,<chip>-usart"
> +  For the dbgu UART, use "atmel,<chip>-dbgu", "atmel,<chip>-usart",
> +  "microchip,<chip>-usart".

The wildcard here should be eliminated because all the combinations are
not allowed. This would also make it clearer that this change is to
introduce a new IP instead of renamed atmel to microchip.

>  - reg: Should contain registers location and length
>  - interrupts: Should contain interrupt
>  - clock-names: tuple listing input clock names.
> -- 
> 2.7.4
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-01-10 14:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 12:55 [PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board Claudiu Beznea
2020-01-08 12:55 ` [PATCH 01/16] dt-bindings: at_xdmac: add entry for microchip compatibles Claudiu Beznea
2020-01-08 12:55 ` [PATCH 02/16] dt-bindings: atmel-can: add microchip,sam9x60-can Claudiu Beznea
2020-01-08 12:55 ` [PATCH 03/16] dt-bindings: atmel-tcb: add microchip,<chip>-tcb Claudiu Beznea
2020-01-10 13:40   ` Alexandre Belloni
2020-01-10 14:29     ` Claudiu.Beznea
2020-01-10 14:32       ` Alexandre Belloni
2020-01-08 12:55 ` [PATCH 04/16] dt-bindings: atmel-isi: add microchip,sam9x60-isi Claudiu Beznea
2020-01-08 12:55 ` [PATCH 05/16] dt-bindings: at91-sama5d2_adc: add microchip, sam9x60-adc Claudiu Beznea
2020-01-08 12:55 ` [PATCH 06/16] dt-bindings: atmel-matrix: add microchip, sam9x60-matrix Claudiu Beznea
2020-01-08 12:55 ` [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Claudiu Beznea
2020-01-09 19:16   ` Miquel Raynal
2020-01-08 12:55 ` [PATCH 08/16] dt-bindings: atmel-sysreg: add microchip, sam9x60-ddramc Claudiu Beznea
2020-01-08 12:55 ` [PATCH 09/16] dt-bindings: atmel-smc: add microchip,sam9x60-smc Claudiu Beznea
2020-01-08 12:55 ` [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr Claudiu Beznea
2020-01-08 12:55 ` [PATCH 11/16] dt-bindings: atmel, at91rm9200-rtc: add microchip, sam9x60-rtc Claudiu Beznea
2020-01-10 14:30   ` [PATCH 11/16] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc Alexandre Belloni
2020-01-10 15:02     ` Claudiu.Beznea
2020-01-08 12:55 ` [PATCH 12/16] dt-bindings: spi_atmel: add microchip,sam9x60-spi Claudiu Beznea
2020-01-09 21:31   ` Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree Mark Brown
2020-01-08 12:55 ` [PATCH 13/16] dt-bindings: atmel-usart: add microchip,<chip>-usart Claudiu Beznea
2020-01-10 14:31   ` Alexandre Belloni [this message]
2020-01-08 12:55 ` [PATCH 14/16] dt-bindings: arm: add sam9x60-ek board Claudiu Beznea
2020-01-08 12:55 ` [PATCH 15/16] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B Claudiu Beznea
2020-01-08 12:55 ` [PATCH 16/16] ARM: dts: at91: sam9x60: add device tree for soc and board Claudiu Beznea
2020-01-10 16:37   ` Nicolas.Ferre

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=20200110143130.GF1027187@piout.net \
    --to=alexandre.belloni@bootlin$(echo .)com \
    --cc=a.zummo@towertech$(echo .)it \
    --cc=broonie@kernel$(echo .)org \
    --cc=claudiu.beznea@microchip$(echo .)com \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=dmaengine@vger$(echo .)kernel.org \
    --cc=eugen.hristev@microchip$(echo .)com \
    --cc=jic23@kernel$(echo .)org \
    --cc=knaack.h@gmx$(echo .)de \
    --cc=lars@metafoo$(echo .)de \
    --cc=lee.jones@linaro$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-can@vger$(echo .)kernel.org \
    --cc=linux-iio@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-mtd@lists$(echo .)infradead.org \
    --cc=linux-rtc@vger$(echo .)kernel.org \
    --cc=linux-spi@vger$(echo .)kernel.org \
    --cc=ludovic.desroches@microchip$(echo .)com \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=mchehab@kernel$(echo .)org \
    --cc=miquel.raynal@bootlin$(echo .)com \
    --cc=mkl@pengutronix$(echo .)de \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pmeerw@pmeerw$(echo .)net \
    --cc=radu_nicolae.pirea@upb$(echo .)ro \
    --cc=richard.genoud@gmail$(echo .)com \
    --cc=richard@nod$(echo .)at \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=tudor.ambarus@microchip$(echo .)com \
    --cc=vigneshr@ti$(echo .)com \
    --cc=vkoul@kernel$(echo .)org \
    --cc=wg@grandegger$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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