On Thursday 15 October 2015 18:05:33 Masahiro Yamada wrote: > + aliases { > + serial0 = &serial0; > + serial1 = &serial1; > + serial2 = &serial2; > + i2c0 = &i2c0; > + i2c4 = &i2c4; > + i2c5 = &i2c5; > + i2c6 = &i2c6; >
This looks like a typo, you probably mean i2c0 = &i2c0; i2c1 = &i2c4; i2c2 = &i2c5; i2c3 = &i2c6; Can you re-send this? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/