From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>,
wsa@the-dreams.de, alexandre.belloni@free-electrons.com
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
plagnioj@jcrosoft.com, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time
Date: Wed, 2 Dec 2015 12:08:16 +0100 [thread overview]
Message-ID: <565ED120.3090603@atmel.com> (raw)
In-Reply-To: <1449052747-20991-4-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a écrit :
> Data have to been hold longer for the PMIC device.
s/been/be/
It can also be interesting to know where the value comes from...
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index ad6de73..9bced00 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -129,6 +129,7 @@
> dmas = <0>, <0>;
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c0_default>;
> + i2c-sda-hold-time-ns = <350>;
> status = "okay";
>
> pmic: act8865@5b {
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time
Date: Wed, 2 Dec 2015 12:08:16 +0100 [thread overview]
Message-ID: <565ED120.3090603@atmel.com> (raw)
In-Reply-To: <1449052747-20991-4-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a ?crit :
> Data have to been hold longer for the PMIC device.
s/been/be/
It can also be interesting to know where the value comes from...
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index ad6de73..9bced00 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -129,6 +129,7 @@
> dmas = <0>, <0>;
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c0_default>;
> + i2c-sda-hold-time-ns = <350>;
> status = "okay";
>
> pmic: act8865 at 5b {
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>,
<wsa@the-dreams.de>, <alexandre.belloni@free-electrons.com>
Cc: <linux-i2c@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<plagnioj@jcrosoft.com>, <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>
Subject: Re: [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time
Date: Wed, 2 Dec 2015 12:08:16 +0100 [thread overview]
Message-ID: <565ED120.3090603@atmel.com> (raw)
In-Reply-To: <1449052747-20991-4-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a écrit :
> Data have to been hold longer for the PMIC device.
s/been/be/
It can also be interesting to know where the value comes from...
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index ad6de73..9bced00 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -129,6 +129,7 @@
> dmas = <0>, <0>;
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c0_default>;
> + i2c-sda-hold-time-ns = <350>;
> status = "okay";
>
> pmic: act8865@5b {
>
--
Nicolas Ferre
next prev parent reply other threads:[~2015-12-02 11:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 10:39 [PATCH 1/4] i2c: at91: add upport for the HOLD field Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` [PATCH 2/4] i2c: at91: update bindings documention Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
[not found] ` <1449052747-20991-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 14:28 ` Rob Herring
2015-12-02 14:28 ` Rob Herring
2015-12-02 10:39 ` [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 11:07 ` Nicolas Ferre
2015-12-02 11:07 ` Nicolas Ferre
2015-12-02 11:07 ` Nicolas Ferre
[not found] ` <1449052747-20991-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-12-02 10:39 ` [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 11:08 ` Nicolas Ferre [this message]
2015-12-02 11:08 ` Nicolas Ferre
2015-12-02 11:08 ` Nicolas Ferre
2015-12-02 11:01 ` [PATCH 1/4] i2c: at91: add upport for the HOLD field Nicolas Ferre
2015-12-02 11:01 ` Nicolas Ferre
2015-12-02 11:01 ` Nicolas Ferre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=565ED120.3090603@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=plagnioj@jcrosoft.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.