From: Andreas Kemnade <andreas@kemnade.info>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, marex@denx.de,
leoyang.li@nxp.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: dts: imx: Add Kobo Clara HD rev b
Date: Sat, 18 May 2024 11:41:17 +0200 [thread overview]
Message-ID: <20240518114117.54d7aa75@aktux> (raw)
In-Reply-To: <20240504215344.861327-3-andreas@kemnade.info>
On Sat, 4 May 2024 23:53:44 +0200
Andreas Kemnade <andreas@kemnade.info> wrote:
> There is a variation of the Kobo Clara HD containing a PMIC with different
> default settings for the regulators in the OTP and therefore also
> regulators wired up in a different way, so add a proper devicetree for it
> to avoid some magic smoke.
>
[...]
> +&cpu0 {
> + arm-supply = <&dcdc5_reg>;
> + soc-supply = <&dcdc2_reg>;
> +};
> +
Vendor devicetree has also this snippet for that revision:
cpus {
cpu0: cpu@0 {
operating-points = < /* Core2_1V3_ARM */
/* kHz uV */
996000 1062500
792000 1062500
396000 1062500
198000 975000
>;
fsl,soc-operating-points = < /* Core2_1V3_SOC */
/* ARM kHz SOC-PU uV */
996000 987500
792000 987500
396000 987500
198000 900000
>;
};
};
Apparently we run into https://gitlab.com/postmarketOS/pmaports/-/issues/2811
but I cannot find any documentation an alternative voltage ranges for that SoC
(i.MX6SLL). So not all 6SLLs are created equal? At least we do not mix up 1.XV regulators
with 3.3 regulators now, that is more healthy.
Regards,
Andreas
next prev parent reply other threads:[~2024-05-18 10:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-04 21:53 [PATCH 0/2] ARM: dts: mix: Add Kobo Clara HD rev B Andreas Kemnade
2024-05-04 21:53 ` [PATCH 1/2] dt-bindings: arm: fsl: " Andreas Kemnade
2024-05-05 8:28 ` Krzysztof Kozlowski
2024-05-04 21:53 ` [PATCH 2/2] ARM: dts: imx: Add Kobo Clara HD rev b Andreas Kemnade
2024-05-18 9:41 ` Andreas Kemnade [this message]
2024-05-06 20:40 ` [PATCH 0/2] ARM: dts: mix: Add Kobo Clara HD rev B Rob Herring (Arm)
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=20240518114117.54d7aa75@aktux \
--to=andreas@kemnade.info \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marex@denx.de \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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;
as well as URLs for NNTP newsgroup(s).