devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string
@ 2019-11-17 12:58 Dong Aisheng
  2019-11-17 12:58 ` [PATCH 2/3] dt-bindings: serial: lpuart: " Dong Aisheng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dong Aisheng @ 2019-11-17 12:58 UTC (permalink / raw)
  To: devicetree
  Cc: linux-arm-kernel, dongas86, kernel, shawnguo, robh+dt, linux-imx,
	Dong Aisheng

Add imx8qm compatible string.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
index f707b8bee304..b8a4622d0718 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
@@ -18,6 +18,7 @@ Required properties:
 	       "fsl,imx6ull-usdhc"
 	       "fsl,imx7d-usdhc"
 	       "fsl,imx7ulp-usdhc"
+	       "fsl,imx8qm-usdhc"
 	       "fsl,imx8qxp-usdhc"
 
 Optional properties:
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/3] dt-bindings: serial: lpuart: add imx8qm compatible string
  2019-11-17 12:58 [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string Dong Aisheng
@ 2019-11-17 12:58 ` Dong Aisheng
  2019-12-03 21:38   ` Rob Herring
  2019-11-17 12:58 ` [PATCH 3/3] dt-bindings: i2c: lpi2c: " Dong Aisheng
  2019-12-03 19:34 ` [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: " Rob Herring
  2 siblings, 1 reply; 7+ messages in thread
From: Dong Aisheng @ 2019-11-17 12:58 UTC (permalink / raw)
  To: devicetree
  Cc: linux-arm-kernel, dongas86, kernel, shawnguo, robh+dt, linux-imx,
	Dong Aisheng

Add imx8qm compatible string.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 Documentation/devicetree/bindings/serial/fsl-lpuart.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.txt b/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
index 3495eee81d53..24ab789b22f7 100644
--- a/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
+++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
@@ -10,6 +10,8 @@ Required properties:
     on i.MX7ULP SoC with 32-bit little-endian register organization
   - "fsl,imx8qxp-lpuart" for lpuart compatible with the one integrated
     on i.MX8QXP SoC with 32-bit little-endian register organization
+  - "fsl,imx8qm-lpuart" for lpuart compatible with the one integrated
+    on i.MX8QM SoC with 32-bit little-endian register organization
 - reg : Address and length of the register set for the device
 - interrupts : Should contain uart interrupt
 - clocks : phandle + clock specifier pairs, one for each entry in clock-names
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/3] dt-bindings: i2c: lpi2c: add imx8qm compatible string
  2019-11-17 12:58 [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string Dong Aisheng
  2019-11-17 12:58 ` [PATCH 2/3] dt-bindings: serial: lpuart: " Dong Aisheng
@ 2019-11-17 12:58 ` Dong Aisheng
  2019-12-03 21:39   ` Rob Herring
  2019-12-03 19:34 ` [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: " Rob Herring
  2 siblings, 1 reply; 7+ messages in thread
From: Dong Aisheng @ 2019-11-17 12:58 UTC (permalink / raw)
  To: devicetree
  Cc: linux-arm-kernel, dongas86, kernel, shawnguo, robh+dt, linux-imx,
	Dong Aisheng

Add imx8qm compatible string.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
index b245363d6d60..f0c072ff9eca 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
@@ -4,6 +4,7 @@ Required properties:
 - compatible :
   - "fsl,imx7ulp-lpi2c" for LPI2C compatible with the one integrated on i.MX7ULP soc
   - "fsl,imx8qxp-lpi2c" for LPI2C compatible with the one integrated on i.MX8QXP soc
+  - "fsl,imx8qm-lpi2c" for LPI2C compatible with the one integrated on i.MX8QM soc
 - reg : address and length of the lpi2c master registers
 - interrupts : lpi2c interrupt
 - clocks : lpi2c clock specifier
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string
  2019-11-17 12:58 [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string Dong Aisheng
  2019-11-17 12:58 ` [PATCH 2/3] dt-bindings: serial: lpuart: " Dong Aisheng
  2019-11-17 12:58 ` [PATCH 3/3] dt-bindings: i2c: lpi2c: " Dong Aisheng
@ 2019-12-03 19:34 ` Rob Herring
  2019-12-03 21:38   ` Rob Herring
  2 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2019-12-03 19:34 UTC (permalink / raw)
  To: Dong Aisheng
  Cc: devicetree, linux-arm-kernel, dongas86, kernel, shawnguo,
	robh+dt, linux-imx, Dong Aisheng

On Sun, 17 Nov 2019 20:58:48 +0800, Dong Aisheng wrote:
> Add imx8qm compatible string.
> 
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string
  2019-12-03 19:34 ` [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: " Rob Herring
@ 2019-12-03 21:38   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-12-03 21:38 UTC (permalink / raw)
  To: Dong Aisheng
  Cc: devicetree, linux-arm-kernel, dongas86, kernel, shawnguo, linux-imx

On Tue, Dec 03, 2019 at 01:34:37PM -0600, Rob Herring wrote:
> On Sun, 17 Nov 2019 20:58:48 +0800, Dong Aisheng wrote:
> > Add imx8qm compatible string.
> > 
> > Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> > ---
> >  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Acked-by: Rob Herring <robh@kernel.org>

I guess since only Cc'ed to me, you want me to apply. So I have.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/3] dt-bindings: serial: lpuart: add imx8qm compatible string
  2019-11-17 12:58 ` [PATCH 2/3] dt-bindings: serial: lpuart: " Dong Aisheng
@ 2019-12-03 21:38   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-12-03 21:38 UTC (permalink / raw)
  To: Dong Aisheng
  Cc: devicetree, linux-arm-kernel, dongas86, kernel, shawnguo,
	robh+dt, linux-imx, Dong Aisheng

On Sun, 17 Nov 2019 20:58:49 +0800, Dong Aisheng wrote:
> Add imx8qm compatible string.
> 
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  Documentation/devicetree/bindings/serial/fsl-lpuart.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/3] dt-bindings: i2c: lpi2c: add imx8qm compatible string
  2019-11-17 12:58 ` [PATCH 3/3] dt-bindings: i2c: lpi2c: " Dong Aisheng
@ 2019-12-03 21:39   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-12-03 21:39 UTC (permalink / raw)
  To: Dong Aisheng
  Cc: devicetree, linux-arm-kernel, dongas86, kernel, shawnguo,
	robh+dt, linux-imx, Dong Aisheng

On Sun, 17 Nov 2019 20:58:50 +0800, Dong Aisheng wrote:
> Add imx8qm compatible string.
> 
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-03 21:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-17 12:58 [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx8qm compatible string Dong Aisheng
2019-11-17 12:58 ` [PATCH 2/3] dt-bindings: serial: lpuart: " Dong Aisheng
2019-12-03 21:38   ` Rob Herring
2019-11-17 12:58 ` [PATCH 3/3] dt-bindings: i2c: lpi2c: " Dong Aisheng
2019-12-03 21:39   ` Rob Herring
2019-12-03 19:34 ` [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: " Rob Herring
2019-12-03 21:38   ` Rob Herring

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).