Re: [PATCH v2 1/4] ARM: dts: r8a7790: lager: rename i2cexio as i2cexio0

2016-06-14 Thread Simon Horman
On Wed, Jun 08, 2016 at 10:03:40AM +0200, Wolfram Sang wrote:
> On Wed, Jun 08, 2016 at 04:14:23PM +0900, Simon Horman wrote:
> > This is in preparation for adding i2cexio1 which will use the
> > dmuxer for IIC1/I2C0.
> 
> I2C1

Thanks, I will fix that.


Re: [PATCH v2 1/4] ARM: dts: r8a7790: lager: rename i2cexio as i2cexio0

2016-06-08 Thread Wolfram Sang
On Wed, Jun 08, 2016 at 04:14:23PM +0900, Simon Horman wrote:
> This is in preparation for adding i2cexio1 which will use the
> dmuxer for IIC1/I2C0.

I2C1



signature.asc
Description: PGP signature


[PATCH v2 1/4] ARM: dts: r8a7790: lager: rename i2cexio as i2cexio0

2016-06-08 Thread Simon Horman
This is in preparation for adding i2cexio1 which will use the
dmuxer for IIC1/I2C0.

Signed-off-by: Simon Horman 
---
 arch/arm/boot/dts/r8a7790-lager.dts | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts 
b/arch/arm/boot/dts/r8a7790-lager.dts
index 9d20ace33b01..71d62ca282ea 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -50,7 +50,7 @@
aliases {
serial0 = 
serial1 = 
-   i2c8 = "i2cexio";
+   i2c8 = "i2cexio0";
};
 
chosen {
@@ -263,10 +263,10 @@
 * instantiate the slave device at runtime according to the 
documentation.
 * You can then communicate with the slave via IIC3.
 */
-   i2cexio: i2c-8 {
+   i2cexio0: i2c-8 {
compatible = "i2c-demux-pinctrl";
i2c-parent = <>, <>;
-   i2c-bus-name = "i2c-exio";
+   i2c-bus-name = "i2c-exio0";
#address-cells = <1>;
#size-cells = <0>;
};
@@ -580,12 +580,12 @@
 
   {
pinctrl-0 = <_pins>;
-   pinctrl-names = "i2c-exio";
+   pinctrl-names = "i2c-exio0";
 };
 
   {
pinctrl-0 = <_pins>;
-   pinctrl-names = "i2c-exio";
+   pinctrl-names = "i2c-exio0";
 };
 
   {
-- 
2.1.4