km82xx.c (bf61c8840efe60fd8f91446860b63338fb424158) | km82xx.c (ce6d73c94d7cfbdc3dc31860fe14af2f37d1b4fe) |
---|---|
1/* 2 * Keymile km82xx support 3 * Copyright 2008-2011 DENX Software Engineering GmbH 4 * Author: Heiko Schocher <hs@denx.de> 5 * 6 * based on code from: 7 * Copyright 2007 Freescale Semiconductor, Inc. 8 * Author: Scott Wood <scottwood@freescale.com> --- 166 unchanged lines hidden (view full) --- 175 clrbits32(&cpm2_immr->im_siu_conf.siu_82xx.sc_bcr, MPC82XX_BCR_PLDP); 176 177 init_ioports(); 178 179 if (ppc_md.progress) 180 ppc_md.progress("km82xx_setup_arch(), finish", 0); 181} 182 | 1/* 2 * Keymile km82xx support 3 * Copyright 2008-2011 DENX Software Engineering GmbH 4 * Author: Heiko Schocher <hs@denx.de> 5 * 6 * based on code from: 7 * Copyright 2007 Freescale Semiconductor, Inc. 8 * Author: Scott Wood <scottwood@freescale.com> --- 166 unchanged lines hidden (view full) --- 175 clrbits32(&cpm2_immr->im_siu_conf.siu_82xx.sc_bcr, MPC82XX_BCR_PLDP); 176 177 init_ioports(); 178 179 if (ppc_md.progress) 180 ppc_md.progress("km82xx_setup_arch(), finish", 0); 181} 182 |
183static __initdata struct of_device_id of_bus_ids[] = { | 183static const struct of_device_id of_bus_ids[] __initconst = { |
184 { .compatible = "simple-bus", }, 185 {}, 186}; 187 188static int __init declare_of_platform_devices(void) 189{ 190 of_platform_bus_probe(NULL, of_bus_ids, NULL); 191 --- 24 unchanged lines hidden --- | 184 { .compatible = "simple-bus", }, 185 {}, 186}; 187 188static int __init declare_of_platform_devices(void) 189{ 190 of_platform_bus_probe(NULL, of_bus_ids, NULL); 191 --- 24 unchanged lines hidden --- |