Message ID | 1389719131-24376-3-git-send-email-valentine.barshak@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Jan 14, 2014 at 09:05:31PM +0400, Valentine Barshak wrote: > This enables SATA1 in Lager device tree. > SATA0 is not available on Lager since its > pinmux is fixed to USB3.0. > > Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Thanks. I have queued this up with Magnus's ack and dts: in the subject changed to shmobile: -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 57569cb..1081c5e 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -91,3 +91,7 @@ non-removable; status = "okay"; }; + +&sata1 { + status = "okay"; +};
This enables SATA1 in Lager device tree. SATA0 is not available on Lager since its pinmux is fixed to USB3.0. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> --- arch/arm/boot/dts/r8a7790-lager.dts | 4 ++++ 1 file changed, 4 insertions(+)