On Sun, Oct 21, 2018 at 06:36:05AM +0900, Yoshihiro Kaneko wrote: > From: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > This patch enables I2C3 channels for the r8a77990-ebisu. > > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> Hi Kaneko-san, thanks for your patch. It seems that i2c3 is already enabled in upstream as of: 56629fcba94c ("arm64: dts: renesas: ebisu: Enable Audio") Accordingly, I am dropping this patch. > --- > > This patch is based on the devel branch of Simon Horman's renesas tree. > > arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > index 611f026..4a596ef 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -294,6 +294,10 @@ > clock-names = "fck", "dclkin.0", "extal"; > }; > > +&i2c3 { > + status = "okay"; > +}; > + > &ohci0 { > status = "okay"; > }; > -- > 1.9.1 >