From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] ARM: dts: STiH407-family: Add ports-implemented property in sata nodes
Date: Mon, 15 Aug 2016 13:17:39 +0100 [thread overview]
Message-ID: <20160815121740.29515-7-lee.jones@linaro.org> (raw)
In-Reply-To: <20160815121740.29515-1-lee.jones@linaro.org>
From: Patrice Chotard <patrice.chotard@st.com>
Despite ST AHCI version = 1.3, reading HOST_PORTS_IMPL
returns 0. So force HOST_PORTS_IMPL to 1 by using
ports-implemented DT property.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index 59fea05..55ecfbe 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -607,6 +607,8 @@
clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
+ ports-implemented = <0x1>;
+
status = "disabled";
};
@@ -630,6 +632,8 @@
clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
+ ports-implemented = <0x1>;
+
status = "disabled";
};
--
2.9.0
next prev parent reply other threads:[~2016-08-15 12:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-15 12:17 [PATCH 0/7] ARM: dts: STi: Make way for new Linaro 96Board: ST B2260 Lee Jones
2016-08-15 12:17 ` [PATCH 1/7] ARM: dts: STiH407: Move pio20 node to fix kernel warning Lee Jones
2016-08-15 12:17 ` [PATCH 2/7] ARM: dts: STiH410: Add thermal node Lee Jones
2016-08-15 12:17 ` [PATCH 3/7] ARM: dts: STiH407-pinctrl: Add i2c2_alt2_1 node Lee Jones
2016-08-15 12:17 ` [PATCH 4/7] ARM: dts: STiH407: Move non-removable property to board file Lee Jones
2016-08-15 12:17 ` [PATCH 5/7] ARM: dts: STiH407-pinctrl: Add pinctrl_rgmii1_mdio_1 node Lee Jones
2016-08-15 12:17 ` Lee Jones [this message]
2016-08-15 12:17 ` [PATCH 7/7] ARM: dts: STi: Introduce B2260 board Lee Jones
2016-08-25 11:34 ` [STLinux Kernel] [PATCH 0/7] ARM: dts: STi: Make way for new Linaro 96Board: ST B2260 Peter Griffin
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=20160815121740.29515-7-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 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).