linux-arm-kernel.lists.infradead.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: 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
  2017-07-20  9:55   ` Matthias Brugger
  0 siblings, 1 reply; 7+ messages in thread
From: Guochun Mao @ 2017-07-20  8:29 UTC (permalink / raw)
  To: 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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-20  8:29 ` [PATCH] " Guochun Mao
@ 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: linux-arm-kernel



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@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"

Please sort in alphabetic order.

Thanks,
Matthias

>   		  "mediatek,mt2701-nor"
>   		  "mediatek,mt7623-nor"
>   		  "mediatek,mt8173-nor"
> 

^ 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: 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..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
  2017-07-21 11:49   ` Matthias Brugger
  2017-07-24 16:14   ` Rob Herring
  0 siblings, 2 replies; 7+ messages in thread
From: Guochun Mao @ 2017-07-21  3:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-21  3:26 ` [PATCH] " Guochun Mao
@ 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: linux-arm-kernel



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@mediatek.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.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".
> 

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

* [PATCH] Documentation: mtk-quadspi: update DT bindings
  2017-07-21  3:26 ` [PATCH] " Guochun Mao
  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: linux-arm-kernel

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