mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
x86: dts: Add SATA settings for link
Add the requires settings to enable SATA on link. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3ac839352d
commit
4896f4acc8
2 changed files with 7 additions and 1 deletions
|
@ -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>;
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
#undef CONFIG_CMD_SF
|
||||
#undef CONFIG_USB_EHCI
|
||||
#undef CONFIG_CMD_USB
|
||||
#undef CONFIG_CMD_SCSI
|
||||
|
||||
#define CONFIG_PCI_MEM_BUS 0xe0000000
|
||||
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
|
||||
|
|
Loading…
Reference in a new issue