From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM i.MX53: dts: Add TVE to i.MX53-QSB device tree
Date: Mon, 8 Apr 2013 18:16:35 +0200 [thread overview]
Message-ID: <1365437795-30074-3-git-send-email-p.zabel@pengutronix.de> (raw)
In-Reply-To: <1365437795-30074-1-git-send-email-p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
arch/arm/boot/dts/imx53-qsb.dts | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts
index 8f0e9ae..9141d19 100644
--- a/arch/arm/boot/dts/imx53-qsb.dts
+++ b/arch/arm/boot/dts/imx53-qsb.dts
@@ -129,6 +129,15 @@
};
};
+ tve {
+ pinctrl_vga_sync_1: vgasync-grp1 {
+ fsl,pins = <
+ /* VGA_HSYNC, VSYNC with max drive strength */
+ 614 0xe6 /* MX53_PAD_EIM_OE__IPU_DI1_PIN7 */
+ 619 0xe6 /* MX53_PAD_EIM_RW__IPU_DI1_PIN8 */
+ >;
+ };
+ };
};
&uart1 {
@@ -235,8 +244,8 @@
};
ldo8_reg: ldo8 {
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <3600000>;
+ regulator-min-microvolt = <2750000>;
+ regulator-max-microvolt = <2750000>;
regulator-always-on;
};
@@ -268,3 +277,15 @@
phy-reset-gpios = <&gpio7 6 0>;
status = "okay";
};
+
+&tve {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_vga_sync_1>;
+ ddc = <&i2c2>;
+ fsl,tve-mode = "vga";
+ status = "okay";
+ dac-supply = <&ldo7_reg>;
+
+ fsl,hsync-pin = <7>; /* IPU DI1 PIN7 via EIM_OE */
+ fsl,vsync-pin = <8>; /* IPU DI1 PIN8 via EIM_RW */
+};
--
1.8.2.rc2
next prev parent reply other threads:[~2013-04-08 16:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-08 16:16 [PATCH 0/2] Add TVE to i.MX53-QSB device tree Philipp Zabel
2013-04-08 16:16 ` [PATCH 1/2] ARM i.MX53: Add TVE entry to i.MX53 dtsi Philipp Zabel
2013-04-08 16:16 ` Philipp Zabel [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-26 10:46 [PATCH 1/2] Documentation: Add device tree bindings for i.MX TVE Philipp Zabel
2013-09-26 10:46 ` [PATCH 2/2] ARM i.MX53: dts: Add TVE to i.MX53-QSB device tree Philipp Zabel
2013-09-27 1:16 ` Shawn Guo
2013-09-30 14:40 ` Philipp Zabel
2013-10-05 1:58 ` Shawn Guo
2014-01-23 14:08 ` Fabio Estevam
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=1365437795-30074-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).