summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-03-31 09:01:36 +0200
committerWolfgang Denk <wd@denx.de>2011-03-31 09:01:36 +0200
commitb12fee010cff9738735e0f213205906ff68aead8 (patch)
tree2866f540a80650bf2e036d159bd7a2972666ec20 /include
parent53ce77eef1090e3f4004398c1d2abb410b63235c (diff)
parentb03a466d6ceb9dbfd1a1638f355e9c8b4833259f (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include')
-rw-r--r--include/configs/P1022DS.h1
-rw-r--r--include/pci.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h
index cb240418fe6..84b7e1d22eb 100644
--- a/include/configs/P1022DS.h
+++ b/include/configs/P1022DS.h
@@ -279,6 +279,7 @@
/* SATA */
#define CONFIG_LIBATA
#define CONFIG_FSL_SATA
+#define CONFIG_FSL_SATA_V2
#define CONFIG_SYS_SATA_MAX_DEVICE 2
#define CONFIG_SATA1
diff --git a/include/pci.h b/include/pci.h
index c6b264bdb5f..1284c427b51 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -306,6 +306,7 @@
#define PCI_DCR 0x54 /* PCIe Device Control Register */
#define PCI_DSR 0x56 /* PCIe Device Status Register */
#define PCI_LSR 0x5e /* PCIe Link Status Register */
+#define PCI_LCR 0x5c /* PCIe Link Control Register */
#define PCI_LTSSM 0x404 /* PCIe Link Training, Status State Machine */
#define PCI_LTSSM_L0 0x16 /* L0 state */