[PATCH 1/2] ARM: dts: renesas: lager: specify correct connector for i2cexio0 bus
Wolfram Sang <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
It is located on EXIO connector C, not A. Signed-off-by: Wolfram Sang <[email protected]> --- I would put a fixes tag here, but I recall docs don't get fixes? arch/arm/boot/dts/renesas/r8a7790-lager.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/renesas/r8a7790-lager.dts b/arch/arm/boot/dts/renesas/r8a7790-lager.dts index 8e7665501675..ad12c46eaed0 100644 --- a/arch/arm/boot/dts/renesas/r8a7790-lager.dts +++ b/arch/arm/boot/dts/renesas/r8a7790-lager.dts @@ -302,7 +302,7 @@ gpioi2c2: i2c-9 { }; /* - * IIC0/I2C0 is routed to EXIO connector A, pins 114 (SCL) + 116 (SDA) only. + * IIC0/I2C0 is routed to EXIO connector C, pins 114 (SCL) + 116 (SDA) only. * We use the I2C demuxer, so the desired IP core can be selected at runtime * depending on the use case (e.g. DMA with IIC0 or slave support with I2C0). * Note: For testing the I2C slave feature, it is convenient to connect this -- 2.47.3