From: Peng Ma <peng.ma@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support
Date: Mon, 22 Oct 2018 10:43:21 +0800 [thread overview]
Message-ID: <20181022024322.9849-2-peng.ma@nxp.com> (raw)
In-Reply-To: <20181022024322.9849-1-peng.ma@nxp.com>
One ls2080a, there is one SATA 3.0 advanced host controller interface
which is a high-performance SATA solution that delivers comprehensive
and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA
capabilities, in accordance with the serial ATA revision 3.0 of Serial
ATA International Organization.
Add sata node to support this feature.
Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
arch/arm/dts/fsl-ls2080a-qds.dts | 4 ++++
arch/arm/dts/fsl-ls2080a-rdb.dts | 4 ++++
arch/arm/dts/fsl-ls2080a.dtsi | 8 ++++++++
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-ls2080a-qds.dts b/arch/arm/dts/fsl-ls2080a-qds.dts
index fbd6c78..39fbc1b 100644
--- a/arch/arm/dts/fsl-ls2080a-qds.dts
+++ b/arch/arm/dts/fsl-ls2080a-qds.dts
@@ -64,3 +64,7 @@
reg = <0>;
};
};
+
+&sata {
+ status = "okay";
+};
diff --git a/arch/arm/dts/fsl-ls2080a-rdb.dts b/arch/arm/dts/fsl-ls2080a-rdb.dts
index 541bcd3..e7567cf 100644
--- a/arch/arm/dts/fsl-ls2080a-rdb.dts
+++ b/arch/arm/dts/fsl-ls2080a-rdb.dts
@@ -32,3 +32,7 @@
reg = <0>;
};
};
+
+&sata {
+ status = "okay";
+};
diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index 2d537ae..5c0769b 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -156,4 +156,12 @@
ranges = <0x81000000 0x0 0x00000000 0x16 0x00020000 0x0 0x00010000 /* downstream I/O */
0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
};
+
+ sata: sata at 3200000 {
+ compatible = "fsl,ls2080a-ahci";
+ reg = <0x0 0x3200000 0x0 0x10000>;
+ interrupts = <0 133 0x4>; /* Level high type */
+ status = "disabled";
+ };
+
};
--
1.7.1
next prev parent reply other threads:[~2018-10-22 2:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-22 2:43 [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support Peng Ma
2018-10-22 2:43 ` Peng Ma [this message]
2018-11-03 6:07 ` [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support Simon Glass
2018-10-22 2:43 ` [U-Boot] [PATCH 3/3] arm64: ls2080a: enable DM support for sata Peng Ma
2018-11-03 6:07 ` Simon Glass
2018-10-26 7:41 ` [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support Michal Simek
2018-12-10 21:11 ` York Sun
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=20181022024322.9849-2-peng.ma@nxp.com \
--to=peng.ma@nxp.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox