Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703780 > unrolled thread

[PATCH v5] dt-bindings: mtd: add new compatible strings and improve description

Started byGuochun Mao <guochun.mao@mediatek.com>
First post2017-08-04 10:20 +0200
Last post2017-08-10 20:30 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v5] dt-bindings: mtd: add new compatible strings and improve description Guochun Mao <guochun.mao@mediatek.com> - 2017-08-04 10:20 +0200
    [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description Guochun Mao <guochun.mao@mediatek.com> - 2017-08-04 10:20 +0200
      Re: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and  improve description Rob Herring <robh@kernel.org> - 2017-08-10 20:30 +0200

#1703780 — [PATCH v5] dt-bindings: mtd: add new compatible strings and improve description

FromGuochun Mao <guochun.mao@mediatek.com>
Date2017-08-04 10:20 +0200
Subject[PATCH v5] dt-bindings: mtd: add new compatible strings and improve description
Message-ID<uaFZU-4wN-11@gated-at.bofh.it>
Correct compatibles description and explicate fallback compatible.

Guochun Mao (1):
  dt-bindings: mtd: add new compatible strings and improve description

 Documentation/devicetree/bindings/mtd/mtk-quadspi.txt | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

-- 
1.9.1

[toc] | [next] | [standalone]


#1703782 — [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description

FromGuochun Mao <guochun.mao@mediatek.com>
Date2017-08-04 10:20 +0200
Subject[PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description
Message-ID<uaFZU-4wN-17@gated-at.bofh.it>
In reply to#1703780
Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
for nor flash node's compatible strings.
Explicate the fallback compatible.

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

diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
index 5ded66a..f97d601 100644
--- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
@@ -1,13 +1,16 @@
 * Serial NOR flash controller for MTK MT81xx (and similar)
 
 Required properties:
-- compatible: 	  The possible values are:
-		  "mediatek,mt2701-nor"
-		  "mediatek,mt7623-nor"
+- compatible: 	  For mt8173, compatible should be "mediatek,mt8173-nor",
+		  and it's the fallback compatible for other Soc.
+		  For every other SoC, should contain both the SoC-specific compatible
+		  string and "mediatek,mt8173-nor".
+		  The possible values are:
+		  "mediatek,mt2701-nor", "mediatek,mt8173-nor"
+		  "mediatek,mt2712-nor", "mediatek,mt8173-nor"
+		  "mediatek,mt7622-nor", "mediatek,mt8173-nor"
+		  "mediatek,mt7623-nor", "mediatek,mt8173-nor"
 		  "mediatek,mt8173-nor"
-		  For mt8173, compatible should be "mediatek,mt8173-nor".
-		  For every other SoC, should contain both the SoC-specific compatible string
-		  and "mediatek,mt8173-nor".
 - reg: 		  physical base address and length of the controller's register
 - clocks: 	  the phandle of the clocks needed by the nor controller
 - clock-names: 	  the names of the clocks
-- 
1.7.9.5

[toc] | [prev] | [next] | [standalone]


#1708959 — Re: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description

FromRob Herring <robh@kernel.org>
Date2017-08-10 20:30 +0200
SubjectRe: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description
Message-ID<ud0nw-ME-21@gated-at.bofh.it>
In reply to#1703782
On Fri, Aug 04, 2017 at 04:10:39PM +0800, Guochun Mao wrote:
> Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
> for nor flash node's compatible strings.
> Explicate the fallback compatible.
> 
> Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
> ---
>  .../devicetree/bindings/mtd/mtk-quadspi.txt        |   15 +++++++++------
>  1 file changed, 9 insertions(+), 6 deletions(-)

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web