[coreboot] [PATCH 1/4] pci1x2x: use devicetree register configuration

2011-04-19 Thread Sven Schnelle
Signed-off-by: Sven Schnelle --- src/mainboard/nokia/ip530/Kconfig | 25 - src/mainboard/nokia/ip530/devicetree.cb |9 +++ src/southbridge/ti/pci1x2x/pci1x2x.c| 36 +- 3 files changed, 25 insertions(+), 45 deletions(-) diff --

Re: [coreboot] [PATCH 1/4] pci1x2x: use devicetree register configuration

2011-04-19 Thread Stefan Reinauer
* Sven Schnelle [110419 21:47]: > Signed-off-by: Sven Schnelle > static void ti_pci1x2y_init(struct device *dev) > { > + > printk(BIOS_INFO, "Init of Texas Instruments PCI1x2x PCMCIA/CardBus > controller\n"); > + struct southbridge_ti_pci1x2x_config *conf = dev->chip_info; You sh