From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Linux ARM Kernel Mailing List
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm: boot: dts: am437x-idk: enable i2c2
Date: Mon, 16 Mar 2015 14:07:51 -0700 [thread overview]
Message-ID: <20150316210750.GH12397@atomide.com> (raw)
In-Reply-To: <1424375858-26664-1-git-send-email-balbi@ti.com>
* Felipe Balbi <balbi@ti.com> [150219 12:02]:
> i2c2 goes to an expansion connector which we
> want to use.
Applying into omap-for-v4.1/dt thanks.
Tony
> Signed-off-by: Felipe Balbi <balbi@ti.com>
> ---
> arch/arm/boot/dts/am437x-idk-evm.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts
> index 2471f1ebd4ed..22c2031dea17 100644
> --- a/arch/arm/boot/dts/am437x-idk-evm.dts
> +++ b/arch/arm/boot/dts/am437x-idk-evm.dts
> @@ -133,6 +133,20 @@
> >;
> };
>
> + i2c2_pins_default: i2c2_pins_default {
> + pinctrl-single,pins = <
> + 0x1e8 (PIN_INPUT | SLEWCTRL_FAST | MUX_MODE3) /* cam1_data1.i2c2_scl */
> + 0x1ec (PIN_INPUT | SLEWCTRL_FAST | MUX_MODE3) /* cam1_data0.i2c2_sda */
> + >;
> + };
> +
> + i2c2_pins_sleep: i2c2_pins_sleep {
> + pinctrl-single,pins = <
> + 0x1e8 (PIN_INPUT_PULLDOWN | MUX_MODE7)
> + 0x1ec (PIN_INPUT_PULLDOWN | MUX_MODE7)
> + >;
> + };
> +
> mmc1_pins_default: pinmux_mmc1_pins_default {
> pinctrl-single,pins = <
> 0x100 (PIN_INPUT | MUX_MODE0) /* mmc0_clk.mmc0_clk */
> @@ -263,6 +277,14 @@
> };
> };
>
> +&i2c2 {
> + status = "okay";
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&i2c2_pins_default>;
> + pinctrl-1 = <&i2c2_pins_sleep>;
> + clock-frequency = <100000>;
> +};
> +
> &epwmss0 {
> status = "okay";
> };
> --
> 2.3.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: boot: dts: am437x-idk: enable i2c2
Date: Mon, 16 Mar 2015 14:07:51 -0700 [thread overview]
Message-ID: <20150316210750.GH12397@atomide.com> (raw)
In-Reply-To: <1424375858-26664-1-git-send-email-balbi@ti.com>
* Felipe Balbi <balbi@ti.com> [150219 12:02]:
> i2c2 goes to an expansion connector which we
> want to use.
Applying into omap-for-v4.1/dt thanks.
Tony
> Signed-off-by: Felipe Balbi <balbi@ti.com>
> ---
> arch/arm/boot/dts/am437x-idk-evm.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts
> index 2471f1ebd4ed..22c2031dea17 100644
> --- a/arch/arm/boot/dts/am437x-idk-evm.dts
> +++ b/arch/arm/boot/dts/am437x-idk-evm.dts
> @@ -133,6 +133,20 @@
> >;
> };
>
> + i2c2_pins_default: i2c2_pins_default {
> + pinctrl-single,pins = <
> + 0x1e8 (PIN_INPUT | SLEWCTRL_FAST | MUX_MODE3) /* cam1_data1.i2c2_scl */
> + 0x1ec (PIN_INPUT | SLEWCTRL_FAST | MUX_MODE3) /* cam1_data0.i2c2_sda */
> + >;
> + };
> +
> + i2c2_pins_sleep: i2c2_pins_sleep {
> + pinctrl-single,pins = <
> + 0x1e8 (PIN_INPUT_PULLDOWN | MUX_MODE7)
> + 0x1ec (PIN_INPUT_PULLDOWN | MUX_MODE7)
> + >;
> + };
> +
> mmc1_pins_default: pinmux_mmc1_pins_default {
> pinctrl-single,pins = <
> 0x100 (PIN_INPUT | MUX_MODE0) /* mmc0_clk.mmc0_clk */
> @@ -263,6 +277,14 @@
> };
> };
>
> +&i2c2 {
> + status = "okay";
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&i2c2_pins_default>;
> + pinctrl-1 = <&i2c2_pins_sleep>;
> + clock-frequency = <100000>;
> +};
> +
> &epwmss0 {
> status = "okay";
> };
> --
> 2.3.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-03-16 21:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 19:57 [PATCH] arm: boot: dts: am437x-idk: enable i2c2 Felipe Balbi
2015-02-19 19:57 ` Felipe Balbi
2015-03-16 21:07 ` Tony Lindgren [this message]
2015-03-16 21:07 ` Tony Lindgren
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=20150316210750.GH12397@atomide.com \
--to=tony@atomide.com \
--cc=balbi@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.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 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.