Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-21 Thread ayaka
On 10/21/2016 04:25 PM, Heiko Stuebner wrote: Am Donnerstag, 20. Oktober 2016, 15:47:56 CEST schrieb Tomeu Vizoso: On 10/20/2016 03:45 PM, Heiko Stübner wrote: Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: Add an empty 'i2c-bus' subnode to the edp node just so that the I2C

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-21 Thread ayaka
On 10/21/2016 04:25 PM, Heiko Stuebner wrote: Am Donnerstag, 20. Oktober 2016, 15:47:56 CEST schrieb Tomeu Vizoso: On 10/20/2016 03:45 PM, Heiko Stübner wrote: Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: Add an empty 'i2c-bus' subnode to the edp node just so that the I2C

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-21 Thread Heiko Stuebner
Am Donnerstag, 20. Oktober 2016, 15:47:56 CEST schrieb Tomeu Vizoso: > On 10/20/2016 03:45 PM, Heiko Stübner wrote: > > Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: > >> Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core > >> doesn't attemp to parse the

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-21 Thread Heiko Stuebner
Am Donnerstag, 20. Oktober 2016, 15:47:56 CEST schrieb Tomeu Vizoso: > On 10/20/2016 03:45 PM, Heiko Stübner wrote: > > Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: > >> Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core > >> doesn't attemp to parse the

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Tomeu Vizoso
On 10/20/2016 03:45 PM, Heiko Stübner wrote: > Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: >> Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core >> doesn't attemp to parse the 'ports' subnode as containing i2c devices. >> >> This is to avoid spurious

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Tomeu Vizoso
On 10/20/2016 03:45 PM, Heiko Stübner wrote: > Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: >> Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core >> doesn't attemp to parse the 'ports' subnode as containing i2c devices. >> >> This is to avoid spurious

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Heiko Stübner
Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: > Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core > doesn't attemp to parse the 'ports' subnode as containing i2c devices. > > This is to avoid spurious failure messages such as: > > i2c i2c-6: of_i2c:

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Heiko Stübner
Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: > Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core > doesn't attemp to parse the 'ports' subnode as containing i2c devices. > > This is to avoid spurious failure messages such as: > > i2c i2c-6: of_i2c:

[PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Tomeu Vizoso
Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core doesn't attemp to parse the 'ports' subnode as containing i2c devices. This is to avoid spurious failure messages such as: i2c i2c-6: of_i2c: modalias failure on /dp@ff97/ports Signed-off-by: Tomeu Vizoso

[PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-20 Thread Tomeu Vizoso
Add an empty 'i2c-bus' subnode to the edp node just so that the I2C core doesn't attemp to parse the 'ports' subnode as containing i2c devices. This is to avoid spurious failure messages such as: i2c i2c-6: of_i2c: modalias failure on /dp@ff97/ports Signed-off-by: Tomeu Vizoso Cc: Randy Li