linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM
@ 2015-12-02 21:35 Alexandre Belloni
  2015-12-11 14:14 ` Shawn Guo
  2015-12-11 14:18 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Belloni @ 2015-12-02 21:35 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Fabio Estevam, Sascha Hauer, linux-arm-kernel, linux-kernel,
	Alexandre Belloni

The backlight PWM is actually pwm4.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Changes in v2:
 - remove default-brightness-level change

 arch/arm/boot/dts/imx28-cfa10057.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx28-cfa10057.dts b/arch/arm/boot/dts/imx28-cfa10057.dts
index 5df0b24eaf59..7a80bd686c40 100644
--- a/arch/arm/boot/dts/imx28-cfa10057.dts
+++ b/arch/arm/boot/dts/imx28-cfa10057.dts
@@ -115,7 +115,7 @@
 
 			pwm: pwm@80064000 {
 				pinctrl-names = "default";
-				pinctrl-0 = <&pwm3_pins_b>;
+				pinctrl-0 = <&pwm4_pins_a>;
 				status = "okay";
 			};
 
@@ -170,7 +170,7 @@
 
 	backlight {
 		compatible = "pwm-backlight";
-		pwms = <&pwm 3 5000000>;
+		pwms = <&pwm 4 5000000>;
 		brightness-levels = <0 4 8 16 32 64 128 255>;
 		default-brightness-level = <7>;
 	};
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM
  2015-12-02 21:35 [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM Alexandre Belloni
@ 2015-12-11 14:14 ` Shawn Guo
  2015-12-11 14:18 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-12-11 14:14 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Fabio Estevam, Sascha Hauer, linux-arm-kernel, linux-kernel

On Wed, Dec 02, 2015 at 10:35:22PM +0100, Alexandre Belloni wrote:
> The backlight PWM is actually pwm4.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM
  2015-12-02 21:35 [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM Alexandre Belloni
  2015-12-11 14:14 ` Shawn Guo
@ 2015-12-11 14:18 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-12-11 14:18 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Fabio Estevam, Sascha Hauer, linux-arm-kernel, linux-kernel

On Wed, Dec 02, 2015 at 10:35:22PM +0100, Alexandre Belloni wrote:
> The backlight PWM is actually pwm4.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-11 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 21:35 [PATCH v2] ARM: mxs: dt: cfa10057: fix backlight PWM Alexandre Belloni
2015-12-11 14:14 ` Shawn Guo
2015-12-11 14:18 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).