]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Set default PCI device ID for 405EP boards
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Wed, 8 Jul 2009 13:31:57 +0000 (15:31 +0200)
committerStefan Roese <sr@denx.de>
Fri, 10 Jul 2009 06:26:11 +0000 (08:26 +0200)
commit632e9b671efb0a6c900499f7a49fe5b63292b5fc
tree31a92a634c4f87d6c29f787ff627e725eaff3051
parent123f102ec093fba6967066acdf9beb637df2e2d1
ppc4xx: Set default PCI device ID for 405EP boards

Current code only sets the PCI vendor id to 0x1014 and
leaved device id to 0x0000.

Ths patch ....
a) uses the correct PCI_VENDOR_ID_IBM macro for this
b) sets the default device ID as stated in the UM to 0x0156
   by using PCI_DEVICE_ID_IBM_405GP for this.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pci.c