From: Philippe De Muyter <phdm@macq.eu>
To: Jean-Baptiste Maneyrol <JManeyrol@invensense.com>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: invensense mpu9250 ak8963 and devicetree
Date: Thu, 4 Mar 2021 10:31:18 +0100 [thread overview]
Message-ID: <20210304093118.GA29240@frolo.macqel> (raw)
In-Reply-To: <BL0PR12MB50118E81AC1B92F530C4A7B0C4979@BL0PR12MB5011.namprd12.prod.outlook.com>
Hello Jean-Baptiste,
thank you for your answer
I work actually with a nvidia-provided 4.9 kernel that I cannot change.
Up to now I have incorporated the mpu9250 related patches up to v4.12.
Do you think I should simply replace the inv_mpu6050 driver files of v4.9
by their v5.11 (or newer) counterparts ?
Thanks
Philippe
On Thu, Mar 04, 2021 at 09:12:47AM +0000, Jean-Baptiste Maneyrol wrote:
> Hello Philippe,
>
> I would recommend letting mpu9250 chip drives the magnetometer instead of using the ak8963 driver.
>
> This is simpler to use and guarantees a good synchronization between all sensors and no possible latency coming from kernel scheduling when polling the magnetometer. And it enables the use of spi bus for connecting the device.
>
> You just need to define mpu9250 dts without an i2c-gate, and delete all definition of ak8963 chip.
>
> Best regards,
> JB
>
>
> From: Philippe De Muyter <phdm@macq.eu>
> Sent: Wednesday, March 3, 2021 16:31
> To: linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>
> Subject: invensense mpu9250 ak8963 and devicetree
>
> Hello,
>
> I am trying to use a mpu9250 imu, but I have trouble with the ak8963 part.
>
> Currently, ak8975_probe fails in this code :
>
> /* Fetch the regulators */
> data->vdd = devm_regulator_get(&client->dev, "vdd");
> if (IS_ERR(data->vdd))
> return PTR_ERR(data->vdd);
> data->vid = devm_regulator_get(&client->dev, "vid");
> if (IS_ERR(data->vid))
> return PTR_ERR(data->vid);
>
> but Documentation/devicetree/bindings/iio/magnetometer/asahi-kasei,ak8975.yaml
> says :
>
> vdd-supply:
> description: |
> an optional regulator that needs to be on to provide VDD power to
> the sensor.
>
> I have no vdd or vdd-supply property in my ak8963 description.
>
> Is that unrelated ?
>
> What should I write in my dts file for this ak8963 embedded in a mpu9250 ?
>
> Thanks in advance
>
> Philippe
>
> --
> Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles
next prev parent reply other threads:[~2021-03-04 9:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 15:31 invensense mpu9250 ak8963 and devicetree Philippe De Muyter
2021-03-04 9:12 ` Jean-Baptiste Maneyrol
2021-03-04 9:31 ` Philippe De Muyter [this message]
[not found] ` <BL0PR12MB501190F3812AA541BDBEF625C4979@BL0PR12MB5011.namprd12.prod.outlook.com>
2021-03-08 13:06 ` Philippe De Muyter
2021-03-08 17:24 ` Jonathan Cameron
2021-03-09 10:11 ` Philippe De Muyter
2021-03-09 10:46 ` Lars-Peter Clausen
2021-03-09 10:59 ` Philippe De Muyter
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=20210304093118.GA29240@frolo.macqel \
--to=phdm@macq.eu \
--cc=JManeyrol@invensense.com \
--cc=linux-iio@vger.kernel.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