devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a
@ 2017-02-09  6:29 yuantian.tang
  2017-02-09  6:29 ` [PATCH 2/2] arm64: dts: added ecc register address to sata node on ls1046a yuantian.tang
  2017-03-08 14:06 ` [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: yuantian.tang @ 2017-02-09  6:29 UTC (permalink / raw)
  To: shawnguo
  Cc: mark.rutland, devicetree, catalin.marinas, will.deacon,
	Tang Yuantian, robh+dt, linux-arm-kernel

From: Tang Yuantian <Yuantian.Tang@nxp.com>

For ls1043 sata, ecc should be disabled due to a erratum.
Provide the ecc register address for driver to use.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index ec13a6e..45cface 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -582,7 +582,9 @@
 
 		sata: sata@3200000 {
 			compatible = "fsl,ls1043a-ahci";
-			reg = <0x0 0x3200000 0x0 0x10000>;
+			reg = <0x0 0x3200000 0x0 0x10000>,
+				<0x0 0x20140520 0x0 0x4>;
+			reg-names = "ahci", "sata-ecc";
 			interrupts = <0 69 0x4>;
 			clocks = <&clockgen 4 0>;
 			dma-coherent;
-- 
2.1.0.27.g96db324

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

* [PATCH 2/2] arm64: dts: added ecc register address to sata node on ls1046a
  2017-02-09  6:29 [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a yuantian.tang
@ 2017-02-09  6:29 ` yuantian.tang
  2017-03-08 14:06 ` [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: yuantian.tang @ 2017-02-09  6:29 UTC (permalink / raw)
  To: shawnguo
  Cc: mark.rutland, devicetree, catalin.marinas, will.deacon,
	Tang Yuantian, robh+dt, linux-arm-kernel

From: Tang Yuantian <Yuantian.Tang@nxp.com>

For ls1046 sata, ecc should be disabled due to a erratum.
Provide the ecc register address for driver to use.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index 38806ca..ee19d74 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -507,7 +507,9 @@
 
 		sata: sata@3200000 {
 			compatible = "fsl,ls1046a-ahci";
-			reg = <0x0 0x3200000 0x0 0x10000>;
+			reg = <0x0 0x3200000 0x0 0x10000>,
+				<0x0 0x20140520 0x0 0x4>;
+			reg-names = "ahci", "sata-ecc";
 			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&clockgen 4 1>;
 		};
-- 
2.1.0.27.g96db324

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

* Re: [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a
  2017-02-09  6:29 [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a yuantian.tang
  2017-02-09  6:29 ` [PATCH 2/2] arm64: dts: added ecc register address to sata node on ls1046a yuantian.tang
@ 2017-03-08 14:06 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2017-03-08 14:06 UTC (permalink / raw)
  To: yuantian.tang
  Cc: mark.rutland, devicetree, catalin.marinas, will.deacon, robh+dt,
	linux-arm-kernel

On Thu, Feb 09, 2017 at 02:29:14PM +0800, yuantian.tang@nxp.com wrote:
> From: Tang Yuantian <Yuantian.Tang@nxp.com>
> 
> For ls1043 sata, ecc should be disabled due to a erratum.
> Provide the ecc register address for driver to use.
> 
> Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>

Applied both, thanks.

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

end of thread, other threads:[~2017-03-08 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09  6:29 [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a yuantian.tang
2017-02-09  6:29 ` [PATCH 2/2] arm64: dts: added ecc register address to sata node on ls1046a yuantian.tang
2017-03-08 14:06 ` [PATCH 1/2] arm64: dts: added ecc register address to sata node on ls1043a Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).