All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: "Tomasz Stanislawski" <t.stanislaws@samsung.com>,
	김국진 <kgene.kim@samsung.com>
Cc: "'Ben Dooks'" <ben-linux@fluff.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Pawel Moll" <pawel.moll@arm.com>,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, linux@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
	'박경민' <kyungmin.park@samsung.com>
Subject: Re: [PATCH] arm: dts: exynos4: add missing pinctrls for I2C controllers
Date: Wed, 16 Apr 2014 15:01:14 +0200	[thread overview]
Message-ID: <534E7F1A.8080502@samsung.com> (raw)
In-Reply-To: <534E7A3F.7050406@samsung.com>

Hi Tomasz,

On 16.04.2014 14:40, Tomasz Stanislawski wrote:
> This patch adds missing pinctrls for I2C controllers 2-7.
>
> Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
> ---
>   arch/arm/boot/dts/exynos4.dtsi |   12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 0401f4d..288aa81 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -357,6 +357,8 @@
>   		interrupts = <0 60 0>;
>   		clocks = <&clock CLK_I2C2>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c2_bus>;
>   		status = "disabled";
>   	};
>
> @@ -368,6 +370,8 @@
>   		interrupts = <0 61 0>;
>   		clocks = <&clock CLK_I2C3>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c3_bus>;
>   		status = "disabled";
>   	};
>
> @@ -379,6 +383,8 @@
>   		interrupts = <0 62 0>;
>   		clocks = <&clock CLK_I2C4>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c4_bus>;
>   		status = "disabled";
>   	};
>
> @@ -390,6 +396,8 @@
>   		interrupts = <0 63 0>;
>   		clocks = <&clock CLK_I2C5>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c5_bus>;
>   		status = "disabled";
>   	};
>
> @@ -401,6 +409,8 @@
>   		interrupts = <0 64 0>;
>   		clocks = <&clock CLK_I2C6>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c6_bus>;
>   		status = "disabled";
>   	};
>
> @@ -412,6 +422,8 @@
>   		interrupts = <0 65 0>;
>   		clocks = <&clock CLK_I2C7>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c7_bus>;
>   		status = "disabled";
>   	};
>
>

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

--
Best regards,
Tomasz

WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: dts: exynos4: add missing pinctrls for I2C controllers
Date: Wed, 16 Apr 2014 15:01:14 +0200	[thread overview]
Message-ID: <534E7F1A.8080502@samsung.com> (raw)
In-Reply-To: <534E7A3F.7050406@samsung.com>

Hi Tomasz,

On 16.04.2014 14:40, Tomasz Stanislawski wrote:
> This patch adds missing pinctrls for I2C controllers 2-7.
>
> Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
> ---
>   arch/arm/boot/dts/exynos4.dtsi |   12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 0401f4d..288aa81 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -357,6 +357,8 @@
>   		interrupts = <0 60 0>;
>   		clocks = <&clock CLK_I2C2>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c2_bus>;
>   		status = "disabled";
>   	};
>
> @@ -368,6 +370,8 @@
>   		interrupts = <0 61 0>;
>   		clocks = <&clock CLK_I2C3>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c3_bus>;
>   		status = "disabled";
>   	};
>
> @@ -379,6 +383,8 @@
>   		interrupts = <0 62 0>;
>   		clocks = <&clock CLK_I2C4>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c4_bus>;
>   		status = "disabled";
>   	};
>
> @@ -390,6 +396,8 @@
>   		interrupts = <0 63 0>;
>   		clocks = <&clock CLK_I2C5>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c5_bus>;
>   		status = "disabled";
>   	};
>
> @@ -401,6 +409,8 @@
>   		interrupts = <0 64 0>;
>   		clocks = <&clock CLK_I2C6>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c6_bus>;
>   		status = "disabled";
>   	};
>
> @@ -412,6 +422,8 @@
>   		interrupts = <0 65 0>;
>   		clocks = <&clock CLK_I2C7>;
>   		clock-names = "i2c";
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&i2c7_bus>;
>   		status = "disabled";
>   	};
>
>

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

--
Best regards,
Tomasz

  reply	other threads:[~2014-04-16 13:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-16 12:40 [PATCH] arm: dts: exynos4: add missing pinctrls for I2C controllers Tomasz Stanislawski
2014-04-16 12:40 ` Tomasz Stanislawski
2014-04-16 13:01 ` Tomasz Figa [this message]
2014-04-16 13:01   ` Tomasz Figa
2014-05-06  2:35   ` Kukjin Kim
2014-05-06  2:35     ` Kukjin Kim

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=534E7F1A.8080502@samsung.com \
    --to=t.figa@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=t.stanislaws@samsung.com \
    /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.