sam440ep.c (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | sam440ep.c (ce6d73c94d7cfbdc3dc31860fe14af2f37d1b4fe) |
---|---|
1/* 2 * Sam440ep board specific routines based off bamboo.c code 3 * original copyrights below 4 * 5 * Wade Farnsworth <wfarnsworth@mvista.com> 6 * Copyright 2004 MontaVista Software Inc. 7 * 8 * Rewritten and ported to the merged powerpc tree: --- 15 unchanged lines hidden (view full) --- 24#include <asm/prom.h> 25#include <asm/udbg.h> 26#include <asm/time.h> 27#include <asm/uic.h> 28#include <asm/pci-bridge.h> 29#include <asm/ppc4xx.h> 30#include <linux/i2c.h> 31 | 1/* 2 * Sam440ep board specific routines based off bamboo.c code 3 * original copyrights below 4 * 5 * Wade Farnsworth <wfarnsworth@mvista.com> 6 * Copyright 2004 MontaVista Software Inc. 7 * 8 * Rewritten and ported to the merged powerpc tree: --- 15 unchanged lines hidden (view full) --- 24#include <asm/prom.h> 25#include <asm/udbg.h> 26#include <asm/time.h> 27#include <asm/uic.h> 28#include <asm/pci-bridge.h> 29#include <asm/ppc4xx.h> 30#include <linux/i2c.h> 31 |
32static __initdata struct of_device_id sam440ep_of_bus[] = { | 32static const struct of_device_id sam440ep_of_bus[] __initconst = { |
33 { .compatible = "ibm,plb4", }, 34 { .compatible = "ibm,opb", }, 35 { .compatible = "ibm,ebc", }, 36 {}, 37}; 38 39static int __init sam440ep_device_probe(void) 40{ --- 39 unchanged lines hidden --- | 33 { .compatible = "ibm,plb4", }, 34 { .compatible = "ibm,opb", }, 35 { .compatible = "ibm,ebc", }, 36 {}, 37}; 38 39static int __init sam440ep_device_probe(void) 40{ --- 39 unchanged lines hidden --- |