 f956a785a2
			
		
	
	
	f956a785a2
	
	
	
		
			
			This creates a new SoC bus driver for the ARM Integrator family core modules to register the SoC bus and provide sysfs info for the core module. We delete the corresponding code from the Integrator machine and select this driver to get a clean result. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			199 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			199 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <linux/reboot.h>
 | |
| #include <linux/amba/serial.h>
 | |
| extern struct amba_pl010_data ap_uart_data;
 | |
| void integrator_init_early(void);
 | |
| int integrator_init(bool is_cp);
 | |
| void integrator_reserve(void);
 |