28 #include <mach/hardware.h>
64 var->
green.length = 5;
65 var->
green.msb_right = 0;
67 return clcdfb_check(fb, var);
70 static int nxdb500_clcd_setup(
struct clcd_fb *
fb)
74 fb->
fb.var.green.length = 5;
75 fb->
fb.var.green.msb_right = 0;
93 .check = nxdb500_check,
94 .decode = clcdfb_decode,
96 .setup = nxdb500_clcd_setup,
111 .platform_data = ð0_platform_data,
125 .platform_data = ð1_platform_data,
129 static struct resource netx_uart0_resources[] = {
145 .num_resources =
ARRAY_SIZE(netx_uart0_resources),
146 .resource = netx_uart0_resources,
149 static struct resource netx_uart1_resources[] = {
165 .num_resources =
ARRAY_SIZE(netx_uart1_resources),
166 .resource = netx_uart1_resources,
169 static struct resource netx_uart2_resources[] = {
185 .num_resources =
ARRAY_SIZE(netx_uart2_resources),
186 .resource = netx_uart2_resources,
197 static void __init nxdb500_init(
void)
204 .atag_offset = 0x100,
209 .init_machine = nxdb500_init,