linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <robh+dt@kernel.org>, <alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>
Subject: Re: [PATCH v2] ARM: dts: at91: sama5d2_icp: enable digital filter for I2C nodes
Date: Tue, 27 Jul 2021 16:45:28 +0200	[thread overview]
Message-ID: <1444f480-be56-02a8-152e-8b6d0a94a0a9@microchip.com> (raw)
In-Reply-To: <20210727134115.1353494-1-codrin.ciubotariu@microchip.com>

On 27/07/2021 at 15:41, Codrin Ciubotariu wrote:
> SAMA5D2's I2C controller supports digital filter, so let's enable it.
> 
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
> 
> Changes in v2:
>   - removed Acked-by tag

And I add it back here ;-) :
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

I queue the patch in at91-dt for 5.15.

Thanks Codrin, best regards,
   Nicolas

> 
>   arch/arm/boot/dts/at91-sama5d2_icp.dts | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d2_icp.dts b/arch/arm/boot/dts/at91-sama5d2_icp.dts
> index bd64721fa23c..1c235fc5f788 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_icp.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_icp.dts
> @@ -184,6 +184,8 @@ i2c6: i2c@600 {
>   		dmas = <0>, <0>;
>   		pinctrl-names = "default";
>   		pinctrl-0 = <&pinctrl_flx4_default>;
> +		i2c-digital-filter;
> +		i2c-digital-filter-width-ns = <35>;
>   		status = "okay";
>   
>   		mcp16502@5b {
> @@ -307,6 +309,8 @@ regulator-state-mem {
>   &i2c0 { /* mikrobus i2c */
>   	pinctrl-names = "default";
>   	pinctrl-0 = <&pinctrl_mikrobus_i2c>;
> +	i2c-digital-filter;
> +	i2c-digital-filter-width-ns = <35>;
>   	status = "okay";
>   };
>   
> @@ -314,6 +318,8 @@ &i2c1 {
>   	dmas = <0>, <0>;
>   	pinctrl-names = "default";
>   	pinctrl-0 = <&pinctrl_i2c1_default>;
> +	i2c-digital-filter;
> +	i2c-digital-filter-width-ns = <35>;
>   	status = "okay";
>   
>   	eeprom@50 {
> 


-- 
Nicolas Ferre

      reply	other threads:[~2021-07-27 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-27 13:41 [PATCH v2] ARM: dts: at91: sama5d2_icp: enable digital filter for I2C nodes Codrin Ciubotariu
2021-07-27 14:45 ` Nicolas Ferre [this message]

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=1444f480-be56-02a8-152e-8b6d0a94a0a9@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=codrin.ciubotariu@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=robh+dt@kernel.org \
    /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 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).