All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Shawn Guo <shawn.guo@linaro.org>,
	Steffen Trumtrar <s.trumtrar@pengutronix.de>,
	Boris BREZILLON <linux-arm@overkiz.com>,
	Tomasz Figa <t.figa@samsung.com>,
	Philip Avinash <avinashphilip@ti.com>,
	Tony Prisk <linux@prisktech.co.nz>,
	linux-pwm@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM i.MX53: mba53: Fix PWM backlight DT node
Date: Thu, 11 Jul 2013 16:37:47 +0200	[thread overview]
Message-ID: <1373553468-6564-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)
In-Reply-To: <1373553468-6564-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

The i.MX53 PWM controller uses two cells to describe the PWM specifier.
Remove the extra unused values from the backlight DT node pwms property.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/imx53-mba53.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index aaa33bc..a630902 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -27,7 +27,7 @@
 
 	backlight {
 		compatible = "pwm-backlight";
-		pwms = <&pwm2 0 50000 0 0>;
+		pwms = <&pwm2 0 50000>;
 		brightness-levels = <0 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100>;
 		default-brightness-level = <10>;
 		enable-gpios = <&gpio7 7 0>;
-- 
1.8.1.5


WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart+renesas@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM i.MX53: mba53: Fix PWM backlight DT node
Date: Thu, 11 Jul 2013 16:37:47 +0200	[thread overview]
Message-ID: <1373553468-6564-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)
In-Reply-To: <1373553468-6564-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

The i.MX53 PWM controller uses two cells to describe the PWM specifier.
Remove the extra unused values from the backlight DT node pwms property.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/imx53-mba53.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index aaa33bc..a630902 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -27,7 +27,7 @@
 
 	backlight {
 		compatible = "pwm-backlight";
-		pwms = <&pwm2 0 50000 0 0>;
+		pwms = <&pwm2 0 50000>;
 		brightness-levels = <0 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100>;
 		default-brightness-level = <10>;
 		enable-gpios = <&gpio7 7 0>;
-- 
1.8.1.5

  reply	other threads:[~2013-07-11 14:37 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 14:37 [PATCH 0/2] Add PWM polarity flag macros for DT Laurent Pinchart
2013-07-11 14:37 ` Laurent Pinchart
2013-07-11 14:37 ` Laurent Pinchart [this message]
2013-07-11 14:37   ` [PATCH 1/2] ARM i.MX53: mba53: Fix PWM backlight DT node Laurent Pinchart
2013-07-12  7:55   ` Shawn Guo
2013-07-12  7:55     ` Shawn Guo
2013-07-11 14:37 ` [PATCH 2/2] pwm: Add PWM polarity flag macros for DT Laurent Pinchart
2013-07-11 14:37   ` Laurent Pinchart
2013-07-11 15:36   ` Thierry Reding
2013-07-11 15:36     ` Thierry Reding
2013-07-11 17:50     ` Stephen Warren
2013-07-11 17:50       ` Stephen Warren
2013-07-11 19:32       ` Thierry Reding
2013-07-11 19:32         ` Thierry Reding
2013-07-11 20:06         ` Stephen Warren
2013-07-11 20:06           ` Stephen Warren
2013-07-12 11:01           ` Laurent Pinchart
2013-07-12 11:01             ` Laurent Pinchart
2013-07-12 14:42             ` Stephen Warren
2013-07-12 14:42               ` Stephen Warren
2013-07-16  1:10               ` Laurent Pinchart
2013-07-16  1:10                 ` Laurent Pinchart
2013-07-16  3:39                 ` Stephen Warren
2013-07-16  3:39                   ` Stephen Warren
2013-07-17 11:00                   ` Laurent Pinchart
2013-07-17 11:00                     ` Laurent Pinchart
2013-07-17 17:11                     ` Stephen Warren
2013-07-17 17:11                       ` Stephen Warren
2013-07-17 18:20                       ` Thierry Reding
2013-07-17 18:20                         ` Thierry Reding
2013-07-12 10:50     ` Laurent Pinchart
2013-07-12 10:50       ` Laurent Pinchart
2013-07-11 17:40   ` Stephen Warren
2013-07-11 17:40     ` Stephen Warren
2013-07-12 10:41     ` Laurent Pinchart
2013-07-12 10:41       ` Laurent Pinchart
2013-07-12 14:40       ` Stephen Warren
2013-07-12 14:40         ` Stephen Warren
2013-07-12 14:40         ` Stephen Warren
2013-07-12 17:24         ` Thierry Reding
2013-07-12 17:24           ` Thierry Reding
2013-07-12 17:40           ` Stephen Warren
2013-07-12 17:40             ` Stephen Warren
2013-07-16  1:16             ` Laurent Pinchart
2013-07-16  1:16               ` Laurent Pinchart

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=1373553468-6564-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=avinashphilip@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm@overkiz.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux@prisktech.co.nz \
    --cc=s.trumtrar@pengutronix.de \
    --cc=shawn.guo@linaro.org \
    --cc=t.figa@samsung.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.