* [PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c
@ 2018-10-20 21:36 Yoshihiro Kaneko
2018-11-21 11:02 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Kaneko @ 2018-10-20 21:36 UTC (permalink / raw)
To: linux-arm-kernel
From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
This patch enables I2C3 channels for the r8a77990-ebisu.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c
2018-10-20 21:36 [PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c Yoshihiro Kaneko
@ 2018-11-21 11:02 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2018-11-21 11:02 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Oct 21, 2018 at 06:36:05AM +0900, Yoshihiro Kaneko wrote:
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
>
> This patch enables I2C3 channels for the r8a77990-ebisu.
>
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-21 11:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20 21:36 [PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c Yoshihiro Kaneko
2018-11-21 11:02 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).