All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <robh+dt@kernel.org>, <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>,
	<richard.genoud@gmail.com>, <radu_nicolae.pirea@upb.ro>,
	<tudor.ambarus@microchip.com>, <miquel.raynal@bootlin.com>,
	<richard@nod.at>, <vigneshr@ti.com>, <wg@grandegger.com>,
	<mkl@pengutronix.de>, <a.zummo@towertech.it>,
	<broonie@kernel.org>
Cc: <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>, <netdev@vger.kernel.org>,
	<linux-rtc@vger.kernel.org>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
Date: Wed, 8 Jan 2020 14:55:17 +0200	[thread overview]
Message-ID: <1578488123-26127-11-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com>

Add microchip,sam9x60-gpbr to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
index a28569540683..e8c525569f10 100644
--- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
+++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
@@ -3,7 +3,9 @@
 The GPBR are a set of battery-backed registers.
 
 Required properties:
-- compatible:		"atmel,at91sam9260-gpbr", "syscon"
+- compatible:		Should be one of the following:
+			"atmel,at91sam9260-gpbr", "syscon"
+			"microchip,sam9x60-gpbr", "syscon"
 - reg:			contains offset/length value of the GPBR memory
 			region.
 
-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: robh+dt@kernel.org, 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, richard.genoud@gmail.com,
	radu_nicolae.pirea@upb.ro, tudor.ambarus@microchip.com,
	miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
	wg@grandegger.com, mkl@pengutronix.de, a.zummo@towertech.it,
	broonie@kernel.org
Cc: 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, netdev@vger.kernel.org,
	linux-rtc@vger.kernel.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
Date: Wed, 8 Jan 2020 14:55:17 +0200	[thread overview]
Message-ID: <1578488123-26127-11-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com>

Add microchip,sam9x60-gpbr to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
index a28569540683..e8c525569f10 100644
--- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
+++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
@@ -3,7 +3,9 @@
 The GPBR are a set of battery-backed registers.
 
 Required properties:
-- compatible:		"atmel,at91sam9260-gpbr", "syscon"
+- compatible:		Should be one of the following:
+			"atmel,at91sam9260-gpbr", "syscon"
+			"microchip,sam9x60-gpbr", "syscon"
 - reg:			contains offset/length value of the GPBR memory
 			region.
 
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <robh+dt@kernel.org>, <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>,
	<richard.genoud@gmail.com>, <radu_nicolae.pirea@upb.ro>,
	<tudor.ambarus@microchip.com>, <miquel.raynal@bootlin.com>,
	<richard@nod.at>, <vigneshr@ti.com>, <wg@grandegger.com>,
	<mkl@pengutronix.de>, <a.zummo@towertech.it>,
	<broonie@kernel.org>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-iio@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-mtd@lists.infradead.org, dmaengine@vger.kernel.org,
	linux-can@vger.kernel.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
Date: Wed, 8 Jan 2020 14:55:17 +0200	[thread overview]
Message-ID: <1578488123-26127-11-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com>

Add microchip,sam9x60-gpbr to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
index a28569540683..e8c525569f10 100644
--- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
+++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
@@ -3,7 +3,9 @@
 The GPBR are a set of battery-backed registers.
 
 Required properties:
-- compatible:		"atmel,at91sam9260-gpbr", "syscon"
+- compatible:		Should be one of the following:
+			"atmel,at91sam9260-gpbr", "syscon"
+			"microchip,sam9x60-gpbr", "syscon"
 - reg:			contains offset/length value of the GPBR memory
 			region.
 
-- 
2.7.4


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <robh+dt@kernel.org>, <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>,
	<richard.genoud@gmail.com>, <radu_nicolae.pirea@upb.ro>,
	<tudor.ambarus@microchip.com>, <miquel.raynal@bootlin.com>,
	<richard@nod.at>, <vigneshr@ti.com>, <wg@grandegger.com>,
	<mkl@pengutronix.de>, <a.zummo@towertech.it>,
	<broonie@kernel.org>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-iio@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-mtd@lists.infradead.org, dmaengine@vger.kernel.org,
	linux-can@vger.kernel.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
Date: Wed, 8 Jan 2020 14:55:17 +0200	[thread overview]
Message-ID: <1578488123-26127-11-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com>

Add microchip,sam9x60-gpbr to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
index a28569540683..e8c525569f10 100644
--- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
+++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
@@ -3,7 +3,9 @@
 The GPBR are a set of battery-backed registers.
 
 Required properties:
-- compatible:		"atmel,at91sam9260-gpbr", "syscon"
+- compatible:		Should be one of the following:
+			"atmel,at91sam9260-gpbr", "syscon"
+			"microchip,sam9x60-gpbr", "syscon"
 - reg:			contains offset/length value of the GPBR memory
 			region.
 
-- 
2.7.4


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

  parent reply	other threads:[~2020-01-08 12:57 UTC|newest]

Thread overview: 108+ 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 ` Claudiu Beznea
2020-01-08 12:55 ` Claudiu Beznea
2020-01-08 12:55 ` 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   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` 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   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 03/16] dt-bindings: atmel-tcb: add microchip,<chip>-tcb Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 13:40   ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 14:29     ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:32       ` Alexandre Belloni
2020-01-10 14:32         ` Alexandre Belloni
2020-01-10 14:32         ` Alexandre Belloni
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   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` 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 05/16] dt-bindings: at91-sama5d2_adc: add microchip, sam9x60-adc Claudiu Beznea
2020-01-08 12:55   ` 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 06/16] dt-bindings: atmel-matrix: add microchip, sam9x60-matrix Claudiu Beznea
2020-01-08 12:55   ` 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-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-09 19:16   ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
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 08/16] dt-bindings: atmel-sysreg: add microchip, sam9x60-ddramc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
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   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` Claudiu Beznea [this message]
2020-01-08 12:55   ` [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 11/16] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc Claudiu Beznea
2020-01-08 12:55   ` [PATCH 11/16] dt-bindings: atmel, at91rm9200-rtc: add microchip, sam9x60-rtc Claudiu Beznea
2020-01-08 12:55   ` 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   ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 15:02     ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
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-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-09 21:31   ` Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree Mark Brown
2020-01-09 21:31     ` Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" " Mark Brown
2020-01-09 21:31     ` Mark Brown
2020-01-09 21:31     ` Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" " Mark Brown
2020-01-09 21:31     ` Mark Brown
2020-01-08 12:55 ` [PATCH 13/16] dt-bindings: atmel-usart: add microchip,<chip>-usart Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 14:31   ` Alexandre Belloni
2020-01-10 14:31     ` Alexandre Belloni
2020-01-10 14:31     ` Alexandre Belloni
2020-01-08 12:55 ` [PATCH 14/16] dt-bindings: arm: add sam9x60-ek board Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` 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   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` 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-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 16:37   ` Nicolas.Ferre
2020-01-10 16:37     ` Nicolas.Ferre
2020-01-10 16:37     ` Nicolas.Ferre
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=1578488123-26127-11-git-send-email-claudiu.beznea@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=broonie@kernel.org \
    --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=netdev@vger.kernel.org \
    --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=robh+dt@kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.