From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Goran Rađenović" <goran.radni@gmail.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Goran Rađenović" <gradenovic@ultratronik.de>,
"Börge Strümpfel" <bstruempfel@ultratronik.de>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/4] ARM: dts: stm32: add initial support for stm32mp157-ultra-fly-sbc board
Date: Mon, 10 Mar 2025 17:08:24 +0100 [thread overview]
Message-ID: <6af3a9fe-0c0b-497d-b143-77edc12f0c1e@kernel.org> (raw)
In-Reply-To: <20250310154804.326943-5-goran.radni@gmail.com>
On 10/03/2025 16:48, Goran Rađenović wrote:
> +&gpioj {
> + gpio-line-names =
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "";
> +};
> +
> +&gpiok {
> + gpio-line-names =
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "";
> +};
> +
> +&gpioz {
> + gpio-line-names =
> + "", "", "", "#SPI_CS2", "", "", "", "",
> + "", "", "", "", "", "", "", "";
> +};
> +
> +&gpu {
> + status = "okay";
> +};
> +
> +&i2c1 {
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&i2c1_ux_pins_a>;
> + pinctrl-1 = <&i2c1_ux_pins_sleep_a>;
> + i2c-scl-rising-time-ns = <100>;
> + i2c-scl-falling-time-ns = <7>;
> + status = "okay";
> + /delete-property/dmas;
> + /delete-property/dma-names;
> +
> + rtc@32 {
> + compatible = "epson,rx8900";
> + reg = <0x32>;
> + epson,vdet-disable;
> + trickle-diode-disable;
> + };
> +};
> +
> +&i2c4 {
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&i2c4_ux_pins_a>;
> + pinctrl-1 = <&i2c4_ux_pins_sleep_a>;
> + i2c-scl-rising-time-ns = <185>;
> + i2c-scl-falling-time-ns = <20>;
> + status = "okay";
> + /delete-property/dmas;
> + /delete-property/dma-names;
> +
> + pmic: stpmic@33 {
Node names should be generic. See also an explanation and list of
examples (not exhaustive) in DT specification:
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
pmic?
> + compatible = "st,stpmic1";
> + reg = <0x33>;
> + interrupts-extended = <&exti 0 IRQ_TYPE_EDGE_FALLING>;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + status = "okay";
Does not look disabled
...
> + dac_ux_ch2_pins_a: dac_ux-ch2-0 {
No underscores in node names.
> + pins {
> + pinmux = <STM32_PINMUX('A', 5, ANALOG)>;
> + };
> + };
> +
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-03-10 16:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250310154804.326943-1-goran.radni@gmail.com>
2025-03-10 15:47 ` [PATCH 1/4] dt-bindings: vendor-prefixes: Add Ultratronik Goran Rađenović
2025-03-10 16:03 ` Krzysztof Kozlowski
2025-03-11 8:18 ` Goran Radenovic
2025-03-10 15:48 ` [PATCH 3/4] dt-bindings: arm: stm32: Document Ultratronik's Fly board DT binding Goran Rađenović
2025-03-10 15:48 ` [PATCH 4/4] ARM: dts: stm32: add initial support for stm32mp157-ultra-fly-sbc board Goran Rađenović
2025-03-10 16:08 ` Krzysztof Kozlowski [this message]
2025-03-11 8:30 ` Goran Radenovic
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=6af3a9fe-0c0b-497d-b143-77edc12f0c1e@kernel.org \
--to=krzk@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=bstruempfel@ultratronik.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=goran.radni@gmail.com \
--cc=gradenovic@ultratronik.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh@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).