Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

From: Arnd Bergmann
Date: Thu Oct 15 2015 - 11:18:30 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/