diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-14 18:18:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:01 -0700 |
commit | 4896f4acc8b67155026cd1095b5dcdb22e70445a (patch) | |
tree | 62fc824417a0c17df8ce58e9446dd2b5e3c4e956 /arch/x86/dts | |
parent | 3ac839352db2fb464e1e6e6a4bc50f06fb29cdb0 (diff) | |
download | u-boot-imx-4896f4acc8b67155026cd1095b5dcdb22e70445a.zip u-boot-imx-4896f4acc8b67155026cd1095b5dcdb22e70445a.tar.gz u-boot-imx-4896f4acc8b67155026cd1095b5dcdb22e70445a.tar.bz2 |
x86: dts: Add SATA settings for link
Add the requires settings to enable SATA on link.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/link.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts index 28cef07..d3c94e0 100644 --- a/arch/x86/dts/link.dts +++ b/arch/x86/dts/link.dts @@ -164,6 +164,13 @@ }; pci { + sata { + compatible = "intel,pantherpoint-ahci"; + intel,sata-mode = "ahci"; + intel,sata-port-map = <1>; + intel,sata-port0-gen3-tx = <0x00880a7f>; + }; + lpc { compatible = "intel,lpc"; #address-cells = <1>; |