Ejemplo n.º 1
0
Archivo: h8.c Proyecto: 24hours/linux
void __init wsp_setup_h8(void)
{
	h8 = wsp_h8_getaddr();

	/* Devtree change? lets hard map it anyway */
	if (h8 == NULL) {
		pr_warn("UART to H8 could not be found");
		h8 = ioremap(0xffc0008000ULL, 0x100);
	}
}
Ejemplo n.º 2
0
void __init wsp_setup_h8(void)
{
	h8 = wsp_h8_getaddr();

	/*                                         */
	if (h8 == NULL) {
		pr_warn("UART to H8 could not be found");
		h8 = ioremap(0xffc0008000ULL, 0x100);
	}
}