From: robertcnelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Robert Nelson
<robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [PATCH] ARM: dts: omap3-beagle-xm: enable pullup for dvi on twl_gpio
Date: Fri, 20 Sep 2013 14:52:16 -0500 [thread overview]
Message-ID: <1379706736-4041-1-git-send-email-robertcnelson@gmail.com> (raw)
From: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
This fixes some video sync issues seen with KVM equipment on bootup, with
omapdrm/kms by making sure the TFP410 is powered up, via pulling up GPIO2 on
the twl4030.
https://groups.google.com/d/msg/beagleboard/Wk9SLuw-EvY/oCxJcAHufAMJ
Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
arch/arm/boot/dts/omap3-beagle-xm.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 0c514dc..c48778f 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -131,14 +131,14 @@
&twl_gpio {
ti,use-leds;
- /* pullups: BIT(1) */
- ti,pullups = <0x000002>;
+ /* pullups: BIT(1), BIT(2) */
+ ti,pullups = <0x000006>;
/*
* pulldowns:
- * BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
+ * BIT(6), BIT(7), BIT(8), BIT(13)
* BIT(15), BIT(16), BIT(17)
*/
- ti,pulldowns = <0x03a1c4>;
+ ti,pulldowns = <0x03a1c0>;
};
&usb_otg_hs {
--
1.8.4.rc3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: robertcnelson@gmail.com (robertcnelson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: omap3-beagle-xm: enable pullup for dvi on twl_gpio
Date: Fri, 20 Sep 2013 14:52:16 -0500 [thread overview]
Message-ID: <1379706736-4041-1-git-send-email-robertcnelson@gmail.com> (raw)
From: Robert Nelson <robertcnelson@gmail.com>
This fixes some video sync issues seen with KVM equipment on bootup, with
omapdrm/kms by making sure the TFP410 is powered up, via pulling up GPIO2 on
the twl4030.
https://groups.google.com/d/msg/beagleboard/Wk9SLuw-EvY/oCxJcAHufAMJ
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
arch/arm/boot/dts/omap3-beagle-xm.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 0c514dc..c48778f 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -131,14 +131,14 @@
&twl_gpio {
ti,use-leds;
- /* pullups: BIT(1) */
- ti,pullups = <0x000002>;
+ /* pullups: BIT(1), BIT(2) */
+ ti,pullups = <0x000006>;
/*
* pulldowns:
- * BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
+ * BIT(6), BIT(7), BIT(8), BIT(13)
* BIT(15), BIT(16), BIT(17)
*/
- ti,pulldowns = <0x03a1c4>;
+ ti,pulldowns = <0x03a1c0>;
};
&usb_otg_hs {
--
1.8.4.rc3
next reply other threads:[~2013-09-20 19:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-20 19:52 robertcnelson [this message]
2013-09-20 19:52 ` [PATCH] ARM: dts: omap3-beagle-xm: enable pullup for dvi on twl_gpio robertcnelson
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=1379706736-4041-1-git-send-email-robertcnelson@gmail.com \
--to=robertcnelson-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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 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.