From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 2/2 v4] ARM: tegra: fix the status of PWM nodes Date: Wed, 13 Mar 2013 10:19:10 -0600 Message-ID: <5140A6FE.8070504@wwwdotorg.org> References: <1363131651-13734-1-git-send-email-achew@nvidia.com> <1363131651-13734-2-git-send-email-achew@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1363131651-13734-2-git-send-email-achew-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andrew Chew Cc: hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 03/12/2013 05:40 PM, Andrew Chew wrote: > We should be defining the PWM nodes with status as "disabled" in the > chip-specific dtsi file, since we don't know whether specific boards > will use the PWM or not. This patch fixes the PWM node status for > Tegra20 and Tegra30. > > Also fixed the one user of PWM, which is the Tegra20 medcom-wide board, > so that PWM is set to "okay" in the board-specific dts file. I've applied this series to Tegra's for-3.10/dt branch. > diff --git a/arch/arm/boot/dts/tegra20-medcom-wide.dts b/arch/arm/boot/dts/tegra20-medcom-wide.dts > + pwm: pwm { > + status = "okay"; > + } > + There's also a syntax error here; there needs to be a ; after the }. I also fixed this up when I applied it. BTW, "PATCH 2/2 v4" is more typically written "PATCH V4 2/2". Using "git format-patch --subject-prefix='PATCH V4'" can help automate that a little.