Message ID | 1500539352-9499-2-git-send-email-guochun.mao@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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" >
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"
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(+)