Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504927
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin |
| Date | 2016-10-20 16:20 +0200 |
| Message-ID | <summm-iV-5@gated-at.bofh.it> (permalink) |
| References | <sugJX-50e-3@gated-at.bofh.it> <sugJX-50e-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Oct 20, 2016 at 4:12 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> The PWM controller has two different channels, but only the first pin was
> exposed in the DTSI. Add the other one.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
> ---
> arch/arm/boot/dts/ntc-gr8.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/ntc-gr8.dtsi b/arch/arm/boot/dts/ntc-gr8.dtsi
> index 74aff795e723..fad7381630f3 100644
> --- a/arch/arm/boot/dts/ntc-gr8.dtsi
> +++ b/arch/arm/boot/dts/ntc-gr8.dtsi
> @@ -854,6 +854,13 @@
> allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
> };
>
> + pwm1_pins_a: pwm1@0 {
Nit: really don't need "_a" and "@0" here.
> + allwinner,pins = "PG13";
> + allwinner,function = "pwm1";
> + allwinner,drive = <SUN4I_PINCTRL_10_MA>;
> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
> + };
> +
> spdif_tx_pins_a: spdif@0 {
> allwinner,pins = "PB10";
> allwinner,function = "spdif";
> --
> git-series 0.8.10
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin Chen-Yu Tsai <wens@csie.org> - 2016-10-20 16:20 +0200
Re: [PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 19:10 +0200
Re: [PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin Chen-Yu Tsai <wens@csie.org> - 2016-10-25 06:20 +0200
Re: [PATCH 5/8] ARM: gr8: Add missing pwm channel 1 pin Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-27 00:20 +0200
csiph-web