Lines Matching full:olpc
3 * OLPC-specific OFW device tree support code.
12 * Adapted for x86/OLPC by Andres Salomon <[email protected]>
19 #include <asm/olpc.h>
249 if (olpc_dt_compatible_match(node, "olpc,xo1.5-battery")) in olpc_dt_fixup()
252 /* Add olpc,xo1.5-battery compatible marker to battery node */ in olpc_dt_fixup()
254 olpc_dt_interpret(" \" olpc,xo1.5-battery\" +compatible"); in olpc_dt_fixup()
257 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup()
259 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup()
270 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup()
276 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup()
278 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup()
285 /* Add dcon device, mark RTC as olpc,xo1-rtc */ in olpc_dt_fixup()
289 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup()
294 olpc_dt_interpret(" \" olpc,xo1-rtc\" +compatible"); in olpc_dt_fixup()
298 /* Add olpc,xo1-battery compatible marker to battery node */ in olpc_dt_fixup()
300 olpc_dt_interpret(" \" olpc,xo1-battery\" +compatible"); in olpc_dt_fixup()