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


Groups > linux.kernel > #1730688 > unrolled thread

[RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

Started bySZ Lin <sz.lin@moxa.com>
First post2017-09-12 09:00 +0200
Last post2017-09-19 11:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC SZ Lin <sz.lin@moxa.com> - 2017-09-12 09:00 +0200
    RE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with  ls1021a SoC SZ Lin (林上智) <SZ.Lin@moxa.com> - 2017-09-19 11:00 +0200

#1730688 — [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

FromSZ Lin <sz.lin@moxa.com>
Date2017-09-12 09:00 +0200
Subject[RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
Message-ID<uoNkS-6jf-13@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1734749 — RE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

FromSZ Lin (林上智) <SZ.Lin@moxa.com>
Date2017-09-19 11:00 +0200
SubjectRE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC
Message-ID<urmxQ-1Xm-5@gated-at.bofh.it>
In reply to#1730688
> 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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web