Lines Matching full:olpc
3 * OLPC-specific OFW device tree support code.
12 * Adapted for x86/OLPC by Andres Salomon <dilinger@queued.net>
19 #include <asm/olpc.h>
253 if (olpc_dt_compatible_match(node, "olpc,xo1.5-battery")) in olpc_dt_fixup()
256 /* Add olpc,xo1.5-battery compatible marker to battery node */ in olpc_dt_fixup()
258 olpc_dt_interpret(" \" olpc,xo1.5-battery\" +compatible"); in olpc_dt_fixup()
261 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup()
263 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup()
274 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup()
280 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup()
282 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup()
289 /* Add dcon device, mark RTC as olpc,xo1-rtc */ in olpc_dt_fixup()
293 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup()
298 olpc_dt_interpret(" \" olpc,xo1-rtc\" +compatible"); in olpc_dt_fixup()
302 /* Add olpc,xo1-battery compatible marker to battery node */ in olpc_dt_fixup()
304 olpc_dt_interpret(" \" olpc,xo1-battery\" +compatible"); in olpc_dt_fixup()