From: Lee Jones <lee.jones@linaro.org>
To: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
linux-pwm@vger.kernel.org,
"kernel@stlinux.com" <kernel@stlinux.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
ajitpal.singh@st.com, thierry.reding@gmail.com,
Maxime Coquelin <maxime.coquelin@st.com>
Subject: Re: [PATCH 3/7] ARM: stih416: Add DT nodes for PWM
Date: Wed, 18 Jun 2014 16:17:17 +0100 [thread overview]
Message-ID: <20140618151717.GD15956@lee--X1> (raw)
In-Reply-To: <CAG374jChjAZksvYv0eQN+L1a2Zc4D2w+nU+OTuX_cCHP-aaPHA@mail.gmail.com>
On Wed, 18 Jun 2014, Gabriel Fernandez wrote:
> Hi Lee,
> minor remark below..
>
> On 18 June 2014 16:52, Lee Jones <lee.jones@linaro.org> wrote:
> > Supply top level nodes for the STiH416 based development boards.
> > The Pinctrl configuration has already been applied, so the only
> > missing piece of the DT puzzle is for a board's DTB to enable
> > the nodes.
> >
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> > arch/arm/boot/dts/stih416.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 40 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi
> > index 06473c5..8af159e 100644
> > --- a/arch/arm/boot/dts/stih416.dtsi
> > +++ b/arch/arm/boot/dts/stih416.dtsi
> > @@ -236,5 +236,45 @@
> > resets = <&powerdown STIH416_KEYSCAN_POWERDOWN>,
> > <&softreset STIH416_KEYSCAN_SOFTRESET>;
> > };
> > +
> > + /* SAS PWM Module */
> > + pwm0: pwm@fed10000 {
> > + compatible = "st,sti-pwm";
> > + status = "disabled";
> > + #pwm-cells = <2>;
> > + reg = <0xfed10000 0x68>;
> > +
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_pwm0_chan0_default
> del space
Thanks.
> > + &pinctrl_pwm0_chan1_default
> > + &pinctrl_pwm0_chan2_default
> > + &pinctrl_pwm0_chan3_default>;
> > +
> > + clock-names = "pwm";
> > + clocks = <&clk_sysin>;
> > + };
> > +
> > + /* SBC PWM Module */
> > + pwm1: pwm@fe510000 {
> > + compatible = "st,sti-pwm";
> > + status = "disabled";
> > + #pwm-cells = <2>;
> > + reg = <0xfe510000 0x68>;
> > +
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_pwm1_chan0_default
> > + /*
> > + * Shared with SBC_OBS_NOTRST. Don't
> > + * enable unless you really know what
> > + * you're doing.
> > + *
> > + * &pinctrl_pwm1_chan1_default
> > + */
> > + &pinctrl_pwm1_chan2_default
> > + &pinctrl_pwm1_chan3_default>;
> > +
> > + clock-names = "pwm";
> > + clocks = <&clk_sysin>;
> > + };
> > };
> > };
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] ARM: stih416: Add DT nodes for PWM
Date: Wed, 18 Jun 2014 16:17:17 +0100 [thread overview]
Message-ID: <20140618151717.GD15956@lee--X1> (raw)
In-Reply-To: <CAG374jChjAZksvYv0eQN+L1a2Zc4D2w+nU+OTuX_cCHP-aaPHA@mail.gmail.com>
On Wed, 18 Jun 2014, Gabriel Fernandez wrote:
> Hi Lee,
> minor remark below..
>
> On 18 June 2014 16:52, Lee Jones <lee.jones@linaro.org> wrote:
> > Supply top level nodes for the STiH416 based development boards.
> > The Pinctrl configuration has already been applied, so the only
> > missing piece of the DT puzzle is for a board's DTB to enable
> > the nodes.
> >
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> > arch/arm/boot/dts/stih416.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 40 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi
> > index 06473c5..8af159e 100644
> > --- a/arch/arm/boot/dts/stih416.dtsi
> > +++ b/arch/arm/boot/dts/stih416.dtsi
> > @@ -236,5 +236,45 @@
> > resets = <&powerdown STIH416_KEYSCAN_POWERDOWN>,
> > <&softreset STIH416_KEYSCAN_SOFTRESET>;
> > };
> > +
> > + /* SAS PWM Module */
> > + pwm0: pwm at fed10000 {
> > + compatible = "st,sti-pwm";
> > + status = "disabled";
> > + #pwm-cells = <2>;
> > + reg = <0xfed10000 0x68>;
> > +
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_pwm0_chan0_default
> del space
Thanks.
> > + &pinctrl_pwm0_chan1_default
> > + &pinctrl_pwm0_chan2_default
> > + &pinctrl_pwm0_chan3_default>;
> > +
> > + clock-names = "pwm";
> > + clocks = <&clk_sysin>;
> > + };
> > +
> > + /* SBC PWM Module */
> > + pwm1: pwm at fe510000 {
> > + compatible = "st,sti-pwm";
> > + status = "disabled";
> > + #pwm-cells = <2>;
> > + reg = <0xfe510000 0x68>;
> > +
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_pwm1_chan0_default
> > + /*
> > + * Shared with SBC_OBS_NOTRST. Don't
> > + * enable unless you really know what
> > + * you're doing.
> > + *
> > + * &pinctrl_pwm1_chan1_default
> > + */
> > + &pinctrl_pwm1_chan2_default
> > + &pinctrl_pwm1_chan3_default>;
> > +
> > + clock-names = "pwm";
> > + clocks = <&clk_sysin>;
> > + };
> > };
> > };
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-06-18 15:17 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-18 14:52 [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 14:52 ` [PATCH 2/7] ARM: stih416: Add Pinctrl settings " Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 14:52 ` [PATCH 3/7] ARM: stih416: Add DT nodes " Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 15:08 ` Gabriel Fernandez
2014-06-18 15:08 ` Gabriel Fernandez
2014-06-18 15:17 ` Lee Jones [this message]
2014-06-18 15:17 ` Lee Jones
2014-06-18 15:28 ` [PATCH v2 " Lee Jones
2014-06-18 15:28 ` Lee Jones
2014-06-18 14:52 ` [PATCH 4/7] ARM: stih416-b2020e: Enable PWM on the B2020 Rev-E Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-19 9:05 ` [STLinux Kernel] " Peter Griffin
2014-06-19 9:05 ` Peter Griffin
2014-06-19 9:20 ` Lee Jones
2014-06-19 9:20 ` Lee Jones
2014-06-19 10:12 ` Peter Griffin
2014-06-19 10:12 ` Peter Griffin
2014-06-19 10:59 ` Maxime Coquelin
2014-06-19 10:59 ` Maxime Coquelin
2014-06-19 10:59 ` Maxime Coquelin
2014-06-19 11:22 ` Lee Jones
2014-06-19 11:22 ` Lee Jones
2014-06-19 13:29 ` Peter Griffin
2014-06-19 13:29 ` Peter Griffin
2014-06-18 14:52 ` [PATCH 5/7] ARM: multi_v7_defconfig: Enable ST's PWM driver Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 14:52 ` [PATCH 6/7] pwm: st: Add new driver for ST's PWM IP Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 23:11 ` Thierry Reding
2014-06-18 23:11 ` Thierry Reding
2014-06-19 8:44 ` Lee Jones
2014-06-19 8:44 ` Lee Jones
2014-06-19 8:44 ` Lee Jones
2014-06-19 11:32 ` Russell King - ARM Linux
2014-06-19 11:32 ` Russell King - ARM Linux
2014-06-19 14:27 ` Ajit Pal
2014-06-19 14:27 ` Ajit Pal
[not found] ` <53A2F342.7030606-qxv4g6HH51o@public.gmane.org>
2014-06-20 22:27 ` Thierry Reding
2014-06-20 22:27 ` Thierry Reding
2014-06-20 22:27 ` Thierry Reding
2014-06-20 22:16 ` Thierry Reding
2014-06-20 22:16 ` Thierry Reding
2014-06-18 14:52 ` [PATCH 7/7] pwm: st: Supply Device Tree binding documentation " Lee Jones
2014-06-18 14:52 ` Lee Jones
2014-06-18 15:08 ` Gabriel Fernandez
2014-06-18 15:08 ` Gabriel Fernandez
2014-06-18 15:16 ` Lee Jones
2014-06-18 15:16 ` Lee Jones
2014-06-18 15:29 ` [PATCH v2 " Lee Jones
2014-06-18 15:29 ` Lee Jones
2014-06-18 15:07 ` [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM Gabriel Fernandez
2014-06-18 15:07 ` Gabriel Fernandez
2014-06-18 15:16 ` Lee Jones
2014-06-18 15:16 ` Lee Jones
2014-06-18 15:26 ` [PATCH v2 " Lee Jones
2014-06-18 15:26 ` Lee Jones
2014-06-19 8:38 ` [STLinux Kernel] [PATCH " Peter Griffin
2014-06-19 8:38 ` Peter Griffin
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=20140618151717.GD15956@lee--X1 \
--to=lee.jones@linaro.org \
--cc=ajitpal.singh@st.com \
--cc=devicetree@vger.kernel.org \
--cc=gabriel.fernandez@linaro.org \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=maxime.coquelin@st.com \
--cc=patrice.chotard@st.com \
--cc=srinivas.kandagatla@gmail.com \
--cc=thierry.reding@gmail.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.