Re: [PATCH v3 01/13] ARM: dts: lager: rename and reindex i2cexio

2016-09-02 Thread Simon Horman
On Tue, Aug 30, 2016 at 05:29:08PM +0200, Wolfram Sang wrote: > Hi Simon, > > > serial0 = &scif0; > > serial1 = &scifa1; > > - i2c8 = "i2cexio"; > > + i2c10 = "i2cexio0"; > > Those should be pointers, i.e. "&i2cexio0;", here and in the rest of > your se

Re: [PATCH v3 01/13] ARM: dts: lager: rename and reindex i2cexio

2016-08-30 Thread Wolfram Sang
Hi Simon, > serial0 = &scif0; > serial1 = &scifa1; > - i2c8 = "i2cexio"; > + i2c10 = "i2cexio0"; Those should be pointers, i.e. "&i2cexio0;", here and in the rest of your series. Sorry for the broken template! Did you have a chance to test my fi

[PATCH v3 01/13] ARM: dts: lager: rename and reindex i2cexio

2016-06-21 Thread Simon Horman
The rename from i2cexio to i2cexio0 is in in preparation for adding i2cexio1 which will use the dmuxer for IIC1/I2C1. The reindexing from i2c8 to i2c10 is to allow space for grouping of additional GPIO buses to added by follow-up patches to support demuxing of other i2c buses. Also note that fall