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>
248 if (olpc_dt_compatible_match(node, "olpc,xo1.5-battery"))
251 /* Add olpc,xo1.5-battery compatible marker to battery node */
253 olpc_dt_interpret(" \" olpc,xo1.5-battery\" +compatible");
256 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) {
258 * If we have a olpc,xo1-battery compatible, then we're
269 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible");
275 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) {
277 * If we have a olpc,xo1-battery compatible, then we're
284 /* Add dcon device, mark RTC as olpc,xo1-rtc */
288 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible");
293 olpc_dt_interpret(" \" olpc,xo1-rtc\" +compatible");
297 /* Add olpc,xo1-battery compatible marker to battery node */
299 olpc_dt_interpret(" \" olpc,xo1-battery\" +compatible");