From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet
Date: Sun, 13 Sep 2015 17:22:24 +0200 [thread overview]
Message-ID: <20150913152224.GU9885@lukather> (raw)
In-Reply-To: <55EE9230.70209@redhat.com>
On Tue, Sep 08, 2015 at 09:45:52AM +0200, Hans de Goede wrote:
> Hi,
>
> On 07-09-15 22:56, Maxime Ripard wrote:
> >On Mon, Sep 07, 2015 at 09:05:29AM +0200, Hans de Goede wrote:
> >>>>+®_ldo3 {
> >>>>+ /*
> >>>>+ * We need to always power the camera sensor, otherwhise all access
> >>>>+ * to i2c1 is blocked.
> >>>>+ */
> >>>>+ regulator-always-on;
> >>>>+ regulator-min-microvolt = <2800000>;
> >>>>+ regulator-max-microvolt = <2800000>;
> >>>>+ regulator-name = "vdd-csi";
> >>>>+};
> >>>
> >>>What is connected on i2c1 ? Just the camera sensor? or it has some
> >>>other devices there?
> >>
> >>The bma250 accelerometer sits there, and the kernel already has a driver
> >>for it. That driver needs to have devicetree binding support added, and
> >>then we should be able to use the accelerometer.
> >
> >Ok, so if this regulator is disable, you can't access the other
> >devices as well, right?
>
> Right, the controller reports the bus as being stuck.
Which is pretty bad... :/
> >Do you know why? Is it the regulator providing
> >the pull-up voltage?
>
> I've tried enabling the pull ups on the SoC i2c pins, so I do not think
> that it is that, it seems that somehow when not powered the camera sensor is
> actively keeping the lines low. Either it has multiple power planes, or
> it is using normally-on fet-s between ground and its i2c lines.
Well, if a regulator is powered down, it's also tied to the ground,
which means you would actually have pull-down. Maybe the in-SoC
pullups simply aren't strong enough in such a case.
Anyway. In both cases, the regulator really shouldn't be drifting
along like this. If the i2c bus needs a regulator to be operationaly,
then we can just add an optional bus-supply property or something to
give that to the i2c driver so that it can enable it when needed.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150913/99e67cef/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Re: [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet
Date: Sun, 13 Sep 2015 17:22:24 +0200 [thread overview]
Message-ID: <20150913152224.GU9885@lukather> (raw)
In-Reply-To: <55EE9230.70209-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1936 bytes --]
On Tue, Sep 08, 2015 at 09:45:52AM +0200, Hans de Goede wrote:
> Hi,
>
> On 07-09-15 22:56, Maxime Ripard wrote:
> >On Mon, Sep 07, 2015 at 09:05:29AM +0200, Hans de Goede wrote:
> >>>>+®_ldo3 {
> >>>>+ /*
> >>>>+ * We need to always power the camera sensor, otherwhise all access
> >>>>+ * to i2c1 is blocked.
> >>>>+ */
> >>>>+ regulator-always-on;
> >>>>+ regulator-min-microvolt = <2800000>;
> >>>>+ regulator-max-microvolt = <2800000>;
> >>>>+ regulator-name = "vdd-csi";
> >>>>+};
> >>>
> >>>What is connected on i2c1 ? Just the camera sensor? or it has some
> >>>other devices there?
> >>
> >>The bma250 accelerometer sits there, and the kernel already has a driver
> >>for it. That driver needs to have devicetree binding support added, and
> >>then we should be able to use the accelerometer.
> >
> >Ok, so if this regulator is disable, you can't access the other
> >devices as well, right?
>
> Right, the controller reports the bus as being stuck.
Which is pretty bad... :/
> >Do you know why? Is it the regulator providing
> >the pull-up voltage?
>
> I've tried enabling the pull ups on the SoC i2c pins, so I do not think
> that it is that, it seems that somehow when not powered the camera sensor is
> actively keeping the lines low. Either it has multiple power planes, or
> it is using normally-on fet-s between ground and its i2c lines.
Well, if a regulator is powered down, it's also tied to the ground,
which means you would actually have pull-down. Maybe the in-SoC
pullups simply aren't strong enough in such a case.
Anyway. In both cases, the regulator really shouldn't be drifting
along like this. If the i2c bus needs a regulator to be operationaly,
then we can just add an optional bus-supply property or something to
give that to the i2c driver so that it can enable it when needed.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-09-13 15:22 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 8:21 [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet Hans de Goede
2015-09-05 8:21 ` Hans de Goede
2015-09-06 16:30 ` Maxime Ripard
2015-09-06 16:30 ` Maxime Ripard
2015-09-07 7:05 ` [linux-sunxi] " Hans de Goede
2015-09-07 7:05 ` Hans de Goede
2015-09-07 7:49 ` [linux-sunxi] " Priit Laes
2015-09-07 7:49 ` Priit Laes
2015-09-07 8:49 ` [linux-sunxi] " Hans de Goede
2015-09-07 8:49 ` Hans de Goede
2015-09-07 9:14 ` Priit Laes
2015-09-07 9:14 ` Priit Laes
2015-09-07 9:30 ` Hans de Goede
2015-09-07 9:30 ` Hans de Goede
2015-09-07 20:52 ` Maxime Ripard
2015-09-07 20:52 ` Maxime Ripard
2015-09-08 7:48 ` [linux-sunxi] " Hans de Goede
2015-09-08 7:48 ` Hans de Goede
2015-09-10 13:56 ` [linux-sunxi] " Maxime Ripard
2015-09-10 13:56 ` Maxime Ripard
2015-09-07 20:56 ` [linux-sunxi] " Maxime Ripard
2015-09-07 20:56 ` Maxime Ripard
2015-09-08 7:45 ` [linux-sunxi] " Hans de Goede
2015-09-08 7:45 ` Hans de Goede
2015-09-08 8:40 ` Chen-Yu Tsai
2015-09-08 8:40 ` Chen-Yu Tsai
2015-09-08 12:49 ` [linux-sunxi] " Hans de Goede
2015-09-08 12:49 ` Hans de Goede
2015-09-08 13:14 ` Chen-Yu Tsai
2015-09-08 13:14 ` Chen-Yu Tsai
2015-09-13 15:22 ` Maxime Ripard [this message]
2015-09-13 15:22 ` Maxime Ripard
2015-09-13 17:33 ` [linux-sunxi] " Hans de Goede
2015-09-13 17:33 ` Hans de Goede
2015-09-22 15:02 ` [linux-sunxi] " Maxime Ripard
2015-09-22 15:02 ` Maxime Ripard
2015-09-22 15:24 ` [linux-sunxi] " Hans de Goede
2015-09-22 15:24 ` Hans de Goede
2015-10-10 12:32 ` Hans de Goede
2015-10-10 12:32 ` Hans de Goede
2015-10-19 19:43 ` Maxime Ripard
2015-10-19 19:43 ` Maxime Ripard
2015-10-20 21:59 ` [linux-sunxi] " Hans de Goede
2015-10-20 21:59 ` Hans de Goede
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=20150913152224.GU9885@lukather \
--to=maxime.ripard@free-electrons.com \
--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 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.