From: "Michal Vokáč" <michal.vokac@ysoft.com>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Shawn Guo <shawnguo@kernel.org>,
Petr Benes <petr.benes@ysoft.com>,
devicetree@vger.kernel.org, linux-usb@vger.kernel.org,
Michael Walle <mwalle@kernel.org>,
imx@lists.linux.dev,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Mathieu Othacehe <m.othacehe@gmail.com>,
Hugo Villeneuve <hvilleneuve@dimonoff.com>,
linux-kernel@vger.kernel.org,
Hiago De Franco <hiago.franco@toradex.com>,
Herburger <gregor.herburger@ew.tq-group.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Joao Paulo Goncalves <joao.goncalves@toradex.com>,
Fabio Estevam <festevam@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 2/4] arm64: dts: imx: Add imx8mp-iota2-lumpy board
Date: Tue, 24 Sep 2024 11:06:04 +0200 [thread overview]
Message-ID: <8243ef43-cb5b-4aef-88cd-7aeffa9eeff6@ysoft.com> (raw)
In-Reply-To: <20240924071651.e2a3uxhzp3h5f722@pengutronix.de>
On 24. 09. 24 9:16, Marco Felsch wrote:
> Hi Michael,
>
> thanks for the patch, please see below some notes but nothing crucial.
>
>> +
>> +&i2c1 {
>> + clock-frequency = <400000>;
>> + pinctrl-0 = <&pinctrl_i2c1>;
>> + pinctrl-names = "default";
>> + status = "okay";
>> +
>> + pmic@25 {
>> + compatible = "nxp,pca9450c";
>> + reg = <0x25>;
>> + interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>> + interrupt-parent = <&gpio1>;
>> + pinctrl-0 = <&pinctrl_pmic>;
>> + pinctrl-names = "default";
>> +
>> + regulators {
>> + BUCK1 {
>> + regulator-always-on;
>
> All your PMIC rails are marked as regulator-always-on. I didn't expect
> this from a (battery backed) IOT platform.
These are correct. I is not a battery backed device. It operates on 12V
from wall power adapter. It is more like an Ethernet router/edge device
for a B2B solution.
>> + regulator-boot-on;
>> + regulator-max-microvolt = <1000000>;
>> + regulator-min-microvolt = <720000>;
>> + regulator-name = "BUCK1";
>> + regulator-ramp-delay = <3125>;
>> + };
>> +
>> +
>> +&iomuxc {
>
> Albeit we do sort the node names alphabetical we put the iomuxc at the
> very end at least for the i.MX platforms. Maybe this is something
> Frank's tool should be aware of in the future :)
I am used to do it the way you say. I just accepted Frank's comment
and that it is maybe a new standard to sort all nodes strictly alphabetically.
OK, I will move the iomuxc node back to the end as usual.
>> +&usdhc3 {
>> + assigned-clocks = <&clk IMX8MP_CLK_USDHC3>;
>> + assigned-clock-rates = <400000000>;
>> + bus-width = <8>;
>> + non-removable;
>
> Please move the bus-width and non-removeable properties below the
> pinctrl-* properties.
OK.
>> + pinctrl-0 = <&pinctrl_usdhc3>;
>> + pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
>> + pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
>> + pinctrl-names = "default", "state_100mhz", "state_200mhz";
>> + status = "okay";
>> +};
>> +
>> +&wdog1 {
>> + fsl,ext-reset-output;
>
> This property should be put below the pinctrl-* properties.
OK.
Thank you for the review,
Michal
>> + pinctrl-0 = <&pinctrl_wdog>;
>> + pinctrl-names = "default";
>> + status = "okay";
>> +};
next prev parent reply other threads:[~2024-09-24 9:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-23 15:14 [PATCH v3 0/4] Add support for new IMX8MP based board Michal Vokáč
2024-09-23 15:14 ` [PATCH v3 1/4] dt-bindings: arm: Add i.MX8MP IOTA2 Lumpy board Michal Vokáč
2024-09-23 15:14 ` [PATCH v3 2/4] arm64: dts: imx: Add imx8mp-iota2-lumpy board Michal Vokáč
2024-09-24 7:16 ` Marco Felsch
2024-09-24 9:06 ` Michal Vokáč [this message]
2024-09-23 15:14 ` [PATCH v3 3/4] dt-bindings: usb: Add Diodes Incorporated PI5USB30213A Type-C Controller Michal Vokáč
2024-09-24 7:24 ` Marco Felsch
2024-09-24 8:21 ` Krzysztof Kozlowski
2024-09-24 9:08 ` Krzysztof Kozlowski
2024-09-24 9:15 ` Marco Felsch
2024-09-23 15:14 ` [PATCH v3 4/4] arm64: dts: imx8mp-iota2: Enable the USB Type-C port Michal Vokáč
2024-09-24 7:23 ` Marco Felsch
2024-09-24 9:08 ` Michal Vokáč
2024-09-24 8:22 ` [PATCH v3 0/4] Add support for new IMX8MP based board Krzysztof Kozlowski
2024-09-24 9:37 ` Michal Vokáč
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=8243ef43-cb5b-4aef-88cd-7aeffa9eeff6@ysoft.com \
--to=michal.vokac@ysoft.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=gregor.herburger@ew.tq-group.com \
--cc=hiago.franco@toradex.com \
--cc=hvilleneuve@dimonoff.com \
--cc=imx@lists.linux.dev \
--cc=joao.goncalves@toradex.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=m.othacehe@gmail.com \
--cc=mwalle@kernel.org \
--cc=petr.benes@ysoft.com \
--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