Message ID | 1460542107-45807-2-git-send-email-yao.yuan@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Apr 13, 2016 at 06:08:26PM +0800, Yuan Yao wrote: > From: Yuan Yao <yao.yuan@nxp.com> > > new compatible string: "fsl,ls1043a-qspi". > > Signed-off-by: Yuan Yao <yao.yuan@nxp.com> > --- > Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) There's a typo in the compatible string in the subject. Otherwise, Acked-by: Rob Herring <robh@kernel.org>
On Thu, Apr 14, 2016 at 11:12:06AM -0500, Rob Herring wrote: > On Wed, Apr 13, 2016 at 06:08:26PM +0800, Yuan Yao wrote: > > From: Yuan Yao <yao.yuan@nxp.com> > > > > new compatible string: "fsl,ls1043a-qspi". > > > > Signed-off-by: Yuan Yao <yao.yuan@nxp.com> > > --- > > Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > There's a typo in the compatible string in the subject. Otherwise, > > Acked-by: Rob Herring <robh@kernel.org> Fixed the typo (the space in the middle of compatible string), and applied both patches. Shawn
diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt index 0333ec8..c34aa6f 100644 --- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt +++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt @@ -5,7 +5,8 @@ Required properties: "fsl,imx7d-qspi", "fsl,imx6ul-qspi", "fsl,ls1021a-qspi" or - "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi" + "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi", + "fsl,ls1043a-qspi" followed by "fsl,ls1021a-qspi" - reg : the first contains the register location and length, the second contains the memory mapping address and length - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"