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 nxeb500hmi_clcd_setup(
struct clcd_fb *
fb)
74 fb->
fb.var.green.length = 5;
75 fb->
fb.var.green.msb_right = 0;
96 .check = nxeb500hmi_check,
97 .decode = clcdfb_decode,
99 .setup = nxeb500hmi_clcd_setup,
114 .platform_data = ð0_platform_data,
128 .platform_data = ð1_platform_data,
132 static struct resource netx_cf_resources[] = {
143 .resource = netx_cf_resources,
144 .num_resources =
ARRAY_SIZE(netx_cf_resources),
147 static struct resource netx_uart0_resources[] = {
163 .num_resources =
ARRAY_SIZE(netx_uart0_resources),
164 .resource = netx_uart0_resources,
174 static void __init nxeb500hmi_init(
void)
181 .atag_offset = 0x100,
186 .init_machine = nxeb500hmi_init,