All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pramod Kumar <pramod.kumar_1@nxp.com>
To: "robh+dt@kernel.org" <robh+dt@kernel.org>,
	"mark.rutland@arm.com" <mark.rutland@arm.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"manivannan.sadhasivam@linaro.org"
	<manivannan.sadhasivam@linaro.org>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"Michal.Vokac@ysoft.com" <Michal.Vokac@ysoft.com>,
	Leo Li <leoyang.li@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Ashish Kumar <ashish.kumar@nxp.com>
Subject: [PATCH v2 3/3] arm64: dts: nxp: frwy-ls1046a: add support for micron nor flash
Date: Fri, 10 May 2019 13:00:24 +0000	[thread overview]
Message-ID: <20190510130207.14330-4-pramod.kumar_1@nxp.com> (raw)
In-Reply-To: <20190510130207.14330-1-pramod.kumar_1@nxp.com>

add micron nor flash support for ls1046a frwy board.

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
---
 .../boot/dts/freescale/fsl-ls1046a-frwy.dts     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
index de0d19c02944..890f07122dd0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
@@ -113,6 +113,23 @@
 
 };
 
+
+&qspi {
+	num-cs = <1>;
+	bus-num = <0>;
+	status = "okay";
+
+	qflash0: flash@0 {
+		compatible = "jedec,spi-nor";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		spi-max-frequency = <50000000>;
+		reg = <0>;
+		spi-rx-bus-width = <4>;
+		spi-tx-bus-width = <4>;
+	};
+};
+
 #include "fsl-ls1046-post.dtsi"
 
 &fman0 {
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Pramod Kumar <pramod.kumar_1@nxp.com>
To: "robh+dt@kernel.org" <robh+dt@kernel.org>,
	"mark.rutland@arm.com" <mark.rutland@arm.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"manivannan.sadhasivam@linaro.org"
	<manivannan.sadhasivam@linaro.org>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"Michal.Vokac@ysoft.com" <Michal.Vokac@ysoft.com>,
	Leo Li <leoyang.li@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Ashish Kumar <ashish.kumar@nxp.com>
Subject: [PATCH v2 3/3] arm64: dts: nxp: frwy-ls1046a: add support for micron nor flash
Date: Fri, 10 May 2019 13:00:24 +0000	[thread overview]
Message-ID: <20190510130207.14330-4-pramod.kumar_1@nxp.com> (raw)
In-Reply-To: <20190510130207.14330-1-pramod.kumar_1@nxp.com>

add micron nor flash support for ls1046a frwy board.

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
---
 .../boot/dts/freescale/fsl-ls1046a-frwy.dts     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
index de0d19c02944..890f07122dd0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
@@ -113,6 +113,23 @@
 
 };
 
+
+&qspi {
+	num-cs = <1>;
+	bus-num = <0>;
+	status = "okay";
+
+	qflash0: flash@0 {
+		compatible = "jedec,spi-nor";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		spi-max-frequency = <50000000>;
+		reg = <0>;
+		spi-rx-bus-width = <4>;
+		spi-tx-bus-width = <4>;
+	};
+};
+
 #include "fsl-ls1046-post.dtsi"
 
 &fman0 {
-- 
2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-05-10 13:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-10 13:00 [PATCH v2 0/3] arm64: dts: nxp: add ls1046a frwy board support Pramod Kumar
2019-05-10 13:00 ` Pramod Kumar
2019-05-10 13:00 ` Pramod Kumar
2019-05-10 13:00 ` [PATCH v2 1/3] dt-bindings: arm: nxp: Add device tree binding for ls1046a-frwy board Pramod Kumar
2019-05-10 13:00   ` Pramod Kumar
2019-05-10 13:00   ` Pramod Kumar
2019-05-10 13:00 ` [PATCH v2 2/3] arm64: dts: nxp: add ls1046a-frwy board support Pramod Kumar
2019-05-10 13:00   ` Pramod Kumar
2019-05-10 13:00   ` Pramod Kumar
2019-05-20  2:53   ` Shawn Guo
2019-05-20  2:53     ` Shawn Guo
2019-05-20  2:53     ` Shawn Guo
2019-05-10 13:00 ` Pramod Kumar [this message]
2019-05-10 13:00   ` [PATCH v2 3/3] arm64: dts: nxp: frwy-ls1046a: add support for micron nor flash Pramod Kumar
2019-05-10 13:00   ` Pramod Kumar
2019-05-20  2:55   ` Shawn Guo
2019-05-20  2:55     ` Shawn Guo
2019-05-20  2:55     ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190510130207.14330-4-pramod.kumar_1@nxp.com \
    --to=pramod.kumar_1@nxp.com \
    --cc=Michal.Vokac@ysoft.com \
    --cc=aisheng.dong@nxp.com \
    --cc=ashish.kumar@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.