From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly
Date: Mon, 9 Mar 2015 17:40:35 +0100 [thread overview]
Message-ID: <1425919236-6664-3-git-send-email-p.zabel@pengutronix.de> (raw)
In-Reply-To: <1425919236-6664-1-git-send-email-p.zabel@pengutronix.de>
All PWM users should explicitly enable the used PWMs in their device tree
so they can be disabled by default in imx6qdl.dtsi.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
index 6a524ca..6c9f5e9 100644
--- a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
@@ -173,6 +173,10 @@
};
};
+&pwm1 {
+ status = "okay";
+};
+
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_cubox_i_spdif>;
--
2.1.4
next prev parent reply other threads:[~2015-03-09 16:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 16:40 [PATCH 0/3] Disable PWMs in imx6ql.dtsi Philipp Zabel
2015-03-09 16:40 ` [PATCH 1/3] ARM: dts: imx6dl-aristainetos: enable backlight PWM explicitly Philipp Zabel
2015-03-09 16:40 ` Philipp Zabel [this message]
2015-03-09 16:40 ` [PATCH 3/3] ARM: dts: imx6qdl: disable PWMs by default Philipp Zabel
2015-03-11 1:53 ` [PATCH 0/3] Disable PWMs in imx6ql.dtsi Shawn Guo
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=1425919236-6664-3-git-send-email-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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).