canyonlands.c (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | canyonlands.c (ce6d73c94d7cfbdc3dc31860fe14af2f37d1b4fe) |
---|---|
1/* 2 * This contain platform specific code for APM PPC460EX based Canyonlands 3 * board. 4 * 5 * Copyright (c) 2010, Applied Micro Circuits Corporation 6 * Author: Rupjyoti Sarmah <rsarmah@apm.com> 7 * 8 * This program is free software; you can redistribute it and/or --- 19 unchanged lines hidden (view full) --- 28#include <asm/udbg.h> 29#include <asm/uic.h> 30#include <linux/of_platform.h> 31#include <linux/delay.h> 32#include "44x.h" 33 34#define BCSR_USB_EN 0x11 35 | 1/* 2 * This contain platform specific code for APM PPC460EX based Canyonlands 3 * board. 4 * 5 * Copyright (c) 2010, Applied Micro Circuits Corporation 6 * Author: Rupjyoti Sarmah <rsarmah@apm.com> 7 * 8 * This program is free software; you can redistribute it and/or --- 19 unchanged lines hidden (view full) --- 28#include <asm/udbg.h> 29#include <asm/uic.h> 30#include <linux/of_platform.h> 31#include <linux/delay.h> 32#include "44x.h" 33 34#define BCSR_USB_EN 0x11 35 |
36static __initdata struct of_device_id ppc460ex_of_bus[] = { | 36static const struct of_device_id ppc460ex_of_bus[] __initconst = { |
37 { .compatible = "ibm,plb4", }, 38 { .compatible = "ibm,opb", }, 39 { .compatible = "ibm,ebc", }, 40 { .compatible = "simple-bus", }, 41 {}, 42}; 43 44static int __init ppc460ex_device_probe(void) --- 90 unchanged lines hidden --- | 37 { .compatible = "ibm,plb4", }, 38 { .compatible = "ibm,opb", }, 39 { .compatible = "ibm,ebc", }, 40 { .compatible = "simple-bus", }, 41 {}, 42}; 43 44static int __init ppc460ex_device_probe(void) --- 90 unchanged lines hidden --- |