All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-12  6:49 ` SZ Lin
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin @ 2017-09-12  6:49 UTC (permalink / raw)
  To: linux-arm-kernel

Add QSPI node support, and this function is disabled by default
This setting could be overwritten in board-level definitions

Signed-off-by: SZ Lin <sz.lin@moxa.com>
---
 arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 7bb9df2c1460..9da876e47810 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -154,6 +154,20 @@
 			big-endian;
 		};
 
+		qspi: quadspi at 1550000 {
+			compatible = "fsl,ls1021a-qspi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x0 0x1550000 0x0 0x10000>,
+			      <0x0 0x40000000 0x0 0x40000000>;
+			reg-names = "QuadSPI", "QuadSPI-memory";
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
+			clock-names = "qspi_en", "qspi";
+			clocks = <&clockgen 4 1>, <&clockgen 4 1>;
+			big-endian;
+			status = "disabled";
+		};
+
 		esdhc: esdhc at 1560000 {
 			compatible = "fsl,esdhc";
 			reg = <0x0 0x1560000 0x0 0x10000>;
-- 
2.14.1

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

* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-12  6:49 ` SZ Lin
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin @ 2017-09-12  6:49 UTC (permalink / raw)
  Cc: Mark Rutland, devicetree, andy.tang, yi.sheng.lin, Zhiqiang.Hou,
	Russell King, Rob Herring, linux-kernel, Minghuan.Lian, SZ Lin,
	linux-arm-kernel

Add QSPI node support, and this function is disabled by default
This setting could be overwritten in board-level definitions

Signed-off-by: SZ Lin <sz.lin@moxa.com>
---
 arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 7bb9df2c1460..9da876e47810 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -154,6 +154,20 @@
 			big-endian;
 		};
 
+		qspi: quadspi@1550000 {
+			compatible = "fsl,ls1021a-qspi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x0 0x1550000 0x0 0x10000>,
+			      <0x0 0x40000000 0x0 0x40000000>;
+			reg-names = "QuadSPI", "QuadSPI-memory";
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
+			clock-names = "qspi_en", "qspi";
+			clocks = <&clockgen 4 1>, <&clockgen 4 1>;
+			big-endian;
+			status = "disabled";
+		};
+
 		esdhc: esdhc@1560000 {
 			compatible = "fsl,esdhc";
 			reg = <0x0 0x1560000 0x0 0x10000>;
-- 
2.14.1

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

* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-12  6:49 ` SZ Lin
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin @ 2017-09-12  6:49 UTC (permalink / raw)
  Cc: Minghuan.Lian, Zhiqiang.Hou, andy.tang, yi.sheng.lin, SZ Lin,
	Rob Herring, Mark Rutland, Russell King, devicetree,
	linux-arm-kernel, linux-kernel

Add QSPI node support, and this function is disabled by default
This setting could be overwritten in board-level definitions

Signed-off-by: SZ Lin <sz.lin@moxa.com>
---
 arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 7bb9df2c1460..9da876e47810 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -154,6 +154,20 @@
 			big-endian;
 		};
 
+		qspi: quadspi@1550000 {
+			compatible = "fsl,ls1021a-qspi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x0 0x1550000 0x0 0x10000>,
+			      <0x0 0x40000000 0x0 0x40000000>;
+			reg-names = "QuadSPI", "QuadSPI-memory";
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
+			clock-names = "qspi_en", "qspi";
+			clocks = <&clockgen 4 1>, <&clockgen 4 1>;
+			big-endian;
+			status = "disabled";
+		};
+
 		esdhc: esdhc@1560000 {
 			compatible = "fsl,esdhc";
 			reg = <0x0 0x1560000 0x0 0x10000>;
-- 
2.14.1

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

* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-19  8:45   ` SZ Lin (林上智)
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin (林上智) @ 2017-09-19  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

> Add QSPI node support, and this function is disabled by default This setting could be overwritten > in board-level definitions
> 
> Signed-off-by: SZ Lin <sz.lin@moxa.com>
> ---

This is a resend patch [1]. Any feedback would be greatly appreciated!

ref:
[1]: https://patchwork.kernel.org/patch/9889431/

Best regards,
SZ Lin

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

* RE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-19  8:45   ` SZ Lin (林上智)
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin (林上智) @ 2017-09-19  8:45 UTC (permalink / raw)
  To: SZ Lin (林上智)
  Cc: Minghuan.Lian-3arQi8VN3Tc@public.gmane.org,
	Zhiqiang.Hou-3arQi8VN3Tc@public.gmane.org,
	andy.tang-3arQi8VN3Tc@public.gmane.org,
	yi.sheng.lin-3arQi8VN3Tc@public.gmane.org, Rob Herring,
	Mark Rutland, Russell King,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

> Add QSPI node support, and this function is disabled by default This setting could be overwritten > in board-level definitions
> 
> Signed-off-by: SZ Lin <sz.lin@moxa.com>
> ---

This is a resend patch [1]. Any feedback would be greatly appreciated!

ref:
[1]: https://patchwork.kernel.org/patch/9889431/

Best regards,
SZ Lin

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

* RE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-09-19  8:45   ` SZ Lin (林上智)
  0 siblings, 0 replies; 12+ messages in thread
From: SZ Lin (林上智) @ 2017-09-19  8:45 UTC (permalink / raw)
  To: SZ Lin (林上智)
  Cc: Minghuan.Lian@nxp.com, Zhiqiang.Hou@nxp.com, andy.tang@nxp.com,
	yi.sheng.lin@nxp.com, Rob Herring, Mark Rutland, Russell King,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

> Add QSPI node support, and this function is disabled by default This setting could be overwritten > in board-level definitions
> 
> Signed-off-by: SZ Lin <sz.lin@moxa.com>
> ---

This is a resend patch [1]. Any feedback would be greatly appreciated!

ref:
[1]: https://patchwork.kernel.org/patch/9889431/

Best regards,
SZ Lin

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

* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-10-25 21:00   ` Li Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Li Yang @ 2017-10-25 21:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin@moxa.com> wrote:
> Add QSPI node support, and this function is disabled by default
> This setting could be overwritten in board-level definitions

Adding Shawn Guo.

>
> Signed-off-by: SZ Lin <sz.lin@moxa.com>

Acked-by: Li Yang <leoyang.li@nxp.com>

> ---
>  arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 7bb9df2c1460..9da876e47810 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -154,6 +154,20 @@
>                         big-endian;
>                 };
>
> +               qspi: quadspi at 1550000 {
> +                       compatible = "fsl,ls1021a-qspi";
> +                       #address-cells = <1>;
> +                       #size-cells = <0>;
> +                       reg = <0x0 0x1550000 0x0 0x10000>,
> +                             <0x0 0x40000000 0x0 0x40000000>;
> +                       reg-names = "QuadSPI", "QuadSPI-memory";
> +                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
> +                       clock-names = "qspi_en", "qspi";
> +                       clocks = <&clockgen 4 1>, <&clockgen 4 1>;
> +                       big-endian;
> +                       status = "disabled";
> +               };
> +
>                 esdhc: esdhc at 1560000 {
>                         compatible = "fsl,esdhc";
>                         reg = <0x0 0x1560000 0x0 0x10000>;
> --
> 2.14.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-10-25 21:00   ` Li Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Li Yang @ 2017-10-25 21:00 UTC (permalink / raw)
  To: SZ Lin, Shawn Guo
  Cc: Minghuan Lian, Zhiqiang Hou, andy.tang-3arQi8VN3Tc,
	yi.sheng.lin-3arQi8VN3Tc, Rob Herring, Mark Rutland, Russell King,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	lkml

On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org> wrote:
> Add QSPI node support, and this function is disabled by default
> This setting could be overwritten in board-level definitions

Adding Shawn Guo.

>
> Signed-off-by: SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org>

Acked-by: Li Yang <leoyang.li-3arQi8VN3Tc@public.gmane.org>

> ---
>  arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 7bb9df2c1460..9da876e47810 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -154,6 +154,20 @@
>                         big-endian;
>                 };
>
> +               qspi: quadspi@1550000 {
> +                       compatible = "fsl,ls1021a-qspi";
> +                       #address-cells = <1>;
> +                       #size-cells = <0>;
> +                       reg = <0x0 0x1550000 0x0 0x10000>,
> +                             <0x0 0x40000000 0x0 0x40000000>;
> +                       reg-names = "QuadSPI", "QuadSPI-memory";
> +                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
> +                       clock-names = "qspi_en", "qspi";
> +                       clocks = <&clockgen 4 1>, <&clockgen 4 1>;
> +                       big-endian;
> +                       status = "disabled";
> +               };
> +
>                 esdhc: esdhc@1560000 {
>                         compatible = "fsl,esdhc";
>                         reg = <0x0 0x1560000 0x0 0x10000>;
> --
> 2.14.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-10-25 21:00   ` Li Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Li Yang @ 2017-10-25 21:00 UTC (permalink / raw)
  To: SZ Lin, Shawn Guo
  Cc: Minghuan Lian, Zhiqiang Hou, andy.tang, yi.sheng.lin, Rob Herring,
	Mark Rutland, Russell King,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel@lists.infradead.org, lkml

On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin@moxa.com> wrote:
> Add QSPI node support, and this function is disabled by default
> This setting could be overwritten in board-level definitions

Adding Shawn Guo.

>
> Signed-off-by: SZ Lin <sz.lin@moxa.com>

Acked-by: Li Yang <leoyang.li@nxp.com>

> ---
>  arch/arm/boot/dts/ls1021a.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 7bb9df2c1460..9da876e47810 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -154,6 +154,20 @@
>                         big-endian;
>                 };
>
> +               qspi: quadspi@1550000 {
> +                       compatible = "fsl,ls1021a-qspi";
> +                       #address-cells = <1>;
> +                       #size-cells = <0>;
> +                       reg = <0x0 0x1550000 0x0 0x10000>,
> +                             <0x0 0x40000000 0x0 0x40000000>;
> +                       reg-names = "QuadSPI", "QuadSPI-memory";
> +                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
> +                       clock-names = "qspi_en", "qspi";
> +                       clocks = <&clockgen 4 1>, <&clockgen 4 1>;
> +                       big-endian;
> +                       status = "disabled";
> +               };
> +
>                 esdhc: esdhc@1560000 {
>                         compatible = "fsl,esdhc";
>                         reg = <0x0 0x1560000 0x0 0x10000>;
> --
> 2.14.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-11-16  7:33     ` Shawn Guo
  0 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2017-11-16  7:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 25, 2017 at 04:00:36PM -0500, Li Yang wrote:
> On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin@moxa.com> wrote:
> > Add QSPI node support, and this function is disabled by default
> > This setting could be overwritten in board-level definitions
> 
> Adding Shawn Guo.
> 
> >
> > Signed-off-by: SZ Lin <sz.lin@moxa.com>
> 
> Acked-by: Li Yang <leoyang.li@nxp.com>

Applied, thanks.

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

* Re: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-11-16  7:33     ` Shawn Guo
  0 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2017-11-16  7:33 UTC (permalink / raw)
  To: Li Yang
  Cc: SZ Lin, Minghuan Lian, Zhiqiang Hou, andy.tang-3arQi8VN3Tc,
	yi.sheng.lin-3arQi8VN3Tc, Rob Herring, Mark Rutland, Russell King,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	lkml

On Wed, Oct 25, 2017 at 04:00:36PM -0500, Li Yang wrote:
> On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org> wrote:
> > Add QSPI node support, and this function is disabled by default
> > This setting could be overwritten in board-level definitions
> 
> Adding Shawn Guo.
> 
> >
> > Signed-off-by: SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org>
> 
> Acked-by: Li Yang <leoyang.li-3arQi8VN3Tc@public.gmane.org>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
@ 2017-11-16  7:33     ` Shawn Guo
  0 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2017-11-16  7:33 UTC (permalink / raw)
  To: Li Yang
  Cc: SZ Lin, Minghuan Lian, Zhiqiang Hou, andy.tang, yi.sheng.lin,
	Rob Herring, Mark Rutland, Russell King,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel@lists.infradead.org, lkml

On Wed, Oct 25, 2017 at 04:00:36PM -0500, Li Yang wrote:
> On Tue, Sep 12, 2017 at 1:49 AM, SZ Lin <sz.lin@moxa.com> wrote:
> > Add QSPI node support, and this function is disabled by default
> > This setting could be overwritten in board-level definitions
> 
> Adding Shawn Guo.
> 
> >
> > Signed-off-by: SZ Lin <sz.lin@moxa.com>
> 
> Acked-by: Li Yang <leoyang.li@nxp.com>

Applied, thanks.

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

end of thread, other threads:[~2017-11-16  7:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12  6:49 [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC SZ Lin
2017-09-12  6:49 ` SZ Lin
2017-09-12  6:49 ` SZ Lin
2017-09-19  8:45 ` SZ Lin (林上智)
2017-09-19  8:45   ` SZ Lin (林上智)
2017-09-19  8:45   ` SZ Lin (林上智)
2017-10-25 21:00 ` Li Yang
2017-10-25 21:00   ` Li Yang
2017-10-25 21:00   ` Li Yang
2017-11-16  7:33   ` Shawn Guo
2017-11-16  7:33     ` Shawn Guo
2017-11-16  7:33     ` Shawn Guo

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.