devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] Documentation: mtk-quadspi: update DT bindings
@ 2017-07-20  8:29 Guochun Mao
  2017-07-20  8:29 ` [PATCH] " Guochun Mao
  0 siblings, 1 reply; 7+ messages in thread
From: Guochun Mao @ 2017-07-20  8:29 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, Boris Brezillon, devicetree, Richard Weinberger,
	Russell King, linux-kernel, Marek Vasut, linux-mtd,
	Matthias Brugger, linux-mediatek, Cyrille Pitchen,
	David Woodhouse, linux-arm-kernel

Guochun Mao (1):
  Documentation: mtk-quadspi: update DT bindings

 Documentation/devicetree/bindings/mtd/mtk-quadspi.txt | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1

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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-20  8:29 [PATCH v1 1/1] Documentation: mtk-quadspi: update DT bindings Guochun Mao
@ 2017-07-20  8:29 ` Guochun Mao
       [not found]   ` <1500539352-9499-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Guochun Mao @ 2017-07-20  8:29 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, Boris Brezillon, Guochun Mao, devicetree,
	Richard Weinberger, Russell King, linux-kernel, Marek Vasut,
	linux-mtd, Matthias Brugger, linux-mediatek, Cyrille Pitchen,
	David Woodhouse, linux-arm-kernel

Add "mediatek,mt2712-nor" for nor flash node's compatible.

Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
---
 .../devicetree/bindings/mtd/mtk-quadspi.txt        |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
index 5ded66a..592bb71 100644
--- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
@@ -2,6 +2,7 @@
 
 Required properties:
 - compatible: 	  The possible values are:
+		  "mediatek,mt2712-nor"
 		  "mediatek,mt2701-nor"
 		  "mediatek,mt7623-nor"
 		  "mediatek,mt8173-nor"
-- 
1.7.9.5

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

* Re: [PATCH] Documentation: mtk-quadspi: update DT bindings
       [not found]   ` <1500539352-9499-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2017-07-20  9:55     ` Matthias Brugger
  0 siblings, 0 replies; 7+ messages in thread
From: Matthias Brugger @ 2017-07-20  9:55 UTC (permalink / raw)
  To: Guochun Mao, Rob Herring
  Cc: Boris Brezillon, Cyrille Pitchen, Marek Vasut, David Woodhouse,
	Richard Weinberger, Mark Rutland, Russell King,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA



On 07/20/2017 10:29 AM, Guochun Mao wrote:
> Add "mediatek,mt2712-nor" for nor flash node's compatible.
> 
> Signed-off-by: Guochun Mao <guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
>   .../devicetree/bindings/mtd/mtk-quadspi.txt        |    1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> index 5ded66a..592bb71 100644
> --- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> +++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> @@ -2,6 +2,7 @@
>   
>   Required properties:
>   - compatible: 	  The possible values are:
> +		  "mediatek,mt2712-nor"

Please sort in alphabetic order.

Thanks,
Matthias

>   		  "mediatek,mt2701-nor"
>   		  "mediatek,mt7623-nor"
>   		  "mediatek,mt8173-nor"
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-21  2:36 [PATCH v2 1/1] " Guochun Mao
@ 2017-07-21  2:36 ` Guochun Mao
  0 siblings, 0 replies; 7+ messages in thread
From: Guochun Mao @ 2017-07-21  2:36 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Boris Brezillon, Cyrille Pitchen, Marek Vasut, David Woodhouse,
	Richard Weinberger, Mark Rutland, Russell King, linux-mtd,
	devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	Guochun Mao

Add "mediatek,mt2712-nor" for nor flash node's compatible.

Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
---
 .../devicetree/bindings/mtd/mtk-quadspi.txt        |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
index 5ded66a..35974eb 100644
--- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
@@ -3,6 +3,7 @@
 Required properties:
 - compatible: 	  The possible values are:
 		  "mediatek,mt2701-nor"
+		  "mediatek,mt2712-nor"
 		  "mediatek,mt7623-nor"
 		  "mediatek,mt8173-nor"
 		  For mt8173, compatible should be "mediatek,mt8173-nor".
-- 
1.7.9.5

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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-21  3:26 [PATCH v3 1/1] " Guochun Mao
@ 2017-07-21  3:26 ` Guochun Mao
       [not found]   ` <1500607619-21969-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Guochun Mao @ 2017-07-21  3:26 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Boris Brezillon, Cyrille Pitchen, Marek Vasut, David Woodhouse,
	Richard Weinberger, Mark Rutland, Russell King, linux-mtd,
	devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	Guochun Mao

Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
for nor flash node's compatible.

Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
---
 .../devicetree/bindings/mtd/mtk-quadspi.txt        |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
index 5ded66a..9845ff4 100644
--- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
@@ -3,6 +3,8 @@
 Required properties:
 - compatible: 	  The possible values are:
 		  "mediatek,mt2701-nor"
+		  "mediatek,mt2712-nor"
+		  "mediatek,mt7622-nor"
 		  "mediatek,mt7623-nor"
 		  "mediatek,mt8173-nor"
 		  For mt8173, compatible should be "mediatek,mt8173-nor".
-- 
1.7.9.5

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

* Re: [PATCH] Documentation: mtk-quadspi: update DT bindings
       [not found]   ` <1500607619-21969-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2017-07-21 11:49     ` Matthias Brugger
  2017-07-24 16:14     ` Rob Herring
  1 sibling, 0 replies; 7+ messages in thread
From: Matthias Brugger @ 2017-07-21 11:49 UTC (permalink / raw)
  To: Guochun Mao, Rob Herring
  Cc: Boris Brezillon, Cyrille Pitchen, Marek Vasut, David Woodhouse,
	Richard Weinberger, Mark Rutland, Russell King,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA



On 07/21/2017 05:26 AM, Guochun Mao wrote:
> Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
> for nor flash node's compatible.
> 
> Signed-off-by: Guochun Mao <guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>

Reviewed-by: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

> ---
>   .../devicetree/bindings/mtd/mtk-quadspi.txt        |    2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> index 5ded66a..9845ff4 100644
> --- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> +++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> @@ -3,6 +3,8 @@
>   Required properties:
>   - compatible: 	  The possible values are:
>   		  "mediatek,mt2701-nor"
> +		  "mediatek,mt2712-nor"
> +		  "mediatek,mt7622-nor"
>   		  "mediatek,mt7623-nor"
>   		  "mediatek,mt8173-nor"
>   		  For mt8173, compatible should be "mediatek,mt8173-nor".
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] Documentation: mtk-quadspi: update DT bindings
       [not found]   ` <1500607619-21969-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  2017-07-21 11:49     ` Matthias Brugger
@ 2017-07-24 16:14     ` Rob Herring
  1 sibling, 0 replies; 7+ messages in thread
From: Rob Herring @ 2017-07-24 16:14 UTC (permalink / raw)
  To: Guochun Mao
  Cc: Matthias Brugger, Boris Brezillon, Cyrille Pitchen, Marek Vasut,
	David Woodhouse, Richard Weinberger, Mark Rutland, Russell King,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Jul 21, 2017 at 11:26:59AM +0800, Guochun Mao wrote:
> Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
> for nor flash node's compatible.

The subject could be improved because it is exactly the same as the last 
patch adding the 2701 and 7623. Also, use "dt-bindings: mtd: ..." for 
the subject prefix.

> 
> Signed-off-by: Guochun Mao <guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
>  .../devicetree/bindings/mtd/mtk-quadspi.txt        |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> index 5ded66a..9845ff4 100644
> --- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> +++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> @@ -3,6 +3,8 @@
>  Required properties:
>  - compatible: 	  The possible values are:
>  		  "mediatek,mt2701-nor"
> +		  "mediatek,mt2712-nor"
> +		  "mediatek,mt7622-nor"
>  		  "mediatek,mt7623-nor"
>  		  "mediatek,mt8173-nor"
>  		  For mt8173, compatible should be "mediatek,mt8173-nor".
> -- 
> 1.7.9.5
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-07-24 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20  8:29 [PATCH v1 1/1] Documentation: mtk-quadspi: update DT bindings Guochun Mao
2017-07-20  8:29 ` [PATCH] " Guochun Mao
     [not found]   ` <1500539352-9499-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-07-20  9:55     ` Matthias Brugger
  -- strict thread matches above, loose matches on Subject: below --
2017-07-21  2:36 [PATCH v2 1/1] " Guochun Mao
2017-07-21  2:36 ` [PATCH] " Guochun Mao
2017-07-21  3:26 [PATCH v3 1/1] " Guochun Mao
2017-07-21  3:26 ` [PATCH] " Guochun Mao
     [not found]   ` <1500607619-21969-2-git-send-email-guochun.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-07-21 11:49     ` Matthias Brugger
2017-07-24 16:14     ` 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).