canyonlands.c (1c96fcdef8c7492ecf34ed70102a1ae5253ef9d1) | canyonlands.c (0aafbdf35c75cbfec82636d01e6dc7950bc1507c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * This contain platform specific code for APM PPC460EX based Canyonlands 4 * board. 5 * 6 * Copyright (c) 2010, Applied Micro Circuits Corporation 7 * Author: Rupjyoti Sarmah <rsarmah@apm.com> 8 */ --- 100 unchanged lines hidden (view full) --- 109define_machine(canyonlands) { 110 .name = "Canyonlands", 111 .compatible = "amcc,canyonlands", 112 .probe = ppc460ex_probe, 113 .progress = udbg_progress, 114 .init_IRQ = uic_init_tree, 115 .get_irq = uic_get_irq, 116 .restart = ppc4xx_reset_system, | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * This contain platform specific code for APM PPC460EX based Canyonlands 4 * board. 5 * 6 * Copyright (c) 2010, Applied Micro Circuits Corporation 7 * Author: Rupjyoti Sarmah <rsarmah@apm.com> 8 */ --- 100 unchanged lines hidden (view full) --- 109define_machine(canyonlands) { 110 .name = "Canyonlands", 111 .compatible = "amcc,canyonlands", 112 .probe = ppc460ex_probe, 113 .progress = udbg_progress, 114 .init_IRQ = uic_init_tree, 115 .get_irq = uic_get_irq, 116 .restart = ppc4xx_reset_system, |
117 .calibrate_decr = generic_calibrate_decr, | |
118}; | 117}; |