init.c (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | init.c (6a5e69c7ddeacbfcab1ffe501c32e21d7989c0f8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2// 3// Copyright (c) 2008 Simtec Electronics 4// Ben Dooks <ben@simtec.co.uk> 5// http://armlinux.simtec.co.uk/ 6// 7// S3C series CPU initialisation 8 --- 45 unchanged lines hidden (view full) --- 54 55 if (cpu->init == NULL) { 56 printk(KERN_ERR "CPU %s support not enabled\n", cpu->name); 57 panic("Unsupported Samsung CPU"); 58 } 59 60 if (cpu->map_io) 61 cpu->map_io(); | 1// SPDX-License-Identifier: GPL-2.0 2// 3// Copyright (c) 2008 Simtec Electronics 4// Ben Dooks <ben@simtec.co.uk> 5// http://armlinux.simtec.co.uk/ 6// 7// S3C series CPU initialisation 8 --- 45 unchanged lines hidden (view full) --- 54 55 if (cpu->init == NULL) { 56 printk(KERN_ERR "CPU %s support not enabled\n", cpu->name); 57 panic("Unsupported Samsung CPU"); 58 } 59 60 if (cpu->map_io) 61 cpu->map_io(); |
62 63 pr_err("The platform is deprecated and scheduled for removal. Please reach to the maintainers of the platform and linux-samsung-soc@vger.kernel.org if you still use it. Without such feedback, the platform will be removed after 2022.\n"); |
|
62} 63 64/* s3c24xx_init_clocks 65 * 66 * Initialise the clock subsystem and associated information from the 67 * given master crystal value. 68 * 69 * xtal = 0 -> use default PLL crystal value (normally 12MHz) --- 104 unchanged lines hidden --- | 64} 65 66/* s3c24xx_init_clocks 67 * 68 * Initialise the clock subsystem and associated information from the 69 * given master crystal value. 70 * 71 * xtal = 0 -> use default PLL crystal value (normally 12MHz) --- 104 unchanged lines hidden --- |