From: Krzysztof Kozlowski <krzk@kernel.org>
To: Joseph Guo <qijian.guo@nxp.com>, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Justin Jiang <justin.jiang@nxp.com>,
Tom Zheng <haidong.zheng@nxp.com>,
Steven Yang <steven.yang@nxp.com>
Subject: Re: [PATCH 1/2] arm64: dts: freescale: Add FRDM-IMX91 basic support
Date: Fri, 14 Nov 2025 08:09:16 +0100 [thread overview]
Message-ID: <77918d70-49a0-4922-8f41-60b236a0ae3d@kernel.org> (raw)
In-Reply-To: <20251114-imx91_frdm-v1-1-e5763bdf9336@nxp.com>
On 14/11/2025 07:55, Joseph Guo wrote:
> +
> + reserved-memory {
> + ranges;
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + linux,cma {
> + compatible = "shared-dma-pool";
> + alloc-ranges = <0 0x80000000 0 0x30000000>;
> + reusable;
> + size = <0 0x10000000>;
> + linux,cma-default;
> + };
> + };
> +
> + sound-mqs {
> + compatible = "fsl,imx6sx-sdb-mqs",
> + "fsl,imx-audio-mqs";
> + audio-codec = <&mqs1>;
> + audio-cpu = <&sai1>;
> + model = "mqs-audio";
> + };
> +
> + sw-keys {
That's not how the node is called. Either use existing name or follow DT
spec in node naming.
> + compatible = "gpio-keys";
> +
> + K2: user_btn1 {
It does not look like you tested the DTS against bindings. Please run
`make dtbs_check W=1` (see
Documentation/devicetree/bindings/writing-schema.rst or
https://www.linaro.org/blog/tips-and-tricks-for-validating-devicetree-sources-with-the-devicetree-schema/
for instructions).
Maybe you need to update your dtschema and yamllint. Don't rely on
distro packages for dtschema and be sure you are using the latest
released dtschema.
And underscore used... Please do not send us downstream code.
You need to write it from scratch from usptream code, not send us what
you have in downstream.
...
> + };
> +
> + pcf2131: rtc@53 {
> + compatible = "nxp,pcf2131";
> + reg = <0x53>;
> + interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
> + interrupt-parent = <&pcal6524>;
> + status = "okay";
Why?
> + };
> +};
> +
> +&lpspi3 {
> + cs-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
> + pinctrl-0 = <&pinctrl_lpspi3>;
> + pinctrl-1 = <&pinctrl_lpspi3>;
> + pinctrl-names = "default", "sleep";
> + gpio = <&pcal6408 0 GPIO_ACTIVE_HIGH>;
> + status = "okay";
> +
> + spidev0: spi@0 {
> + compatible = "lwn,bk4";
NAK, don't fake nodes. Just because downstream uses this, is not correct
argument. This does not exist here.
...
> +
> + pinctrl_usdhc2_gpio_sleep: usdhc2gpiogrpsleep {
You still not bother to test your own code... Again, why are you sending
downstream code?
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-11-14 7:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 6:55 [PATCH 0/2] Add FRDM i.MX 91 Development board support Joseph Guo
2025-11-14 6:55 ` [PATCH 1/2] arm64: dts: freescale: Add FRDM-IMX91 basic support Joseph Guo
2025-11-14 7:09 ` Krzysztof Kozlowski [this message]
2025-11-14 12:58 ` Francesco Valla
2025-11-17 3:30 ` Joseph Guo
2025-11-14 6:55 ` [PATCH 2/2] dt-bindings: arm: imx Add FRDM-IMX91 board Joseph Guo
2025-11-14 7:04 ` Krzysztof Kozlowski
2025-11-14 7:10 ` Daniel Baluta
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=77918d70-49a0-4922-8f41-60b236a0ae3d@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=haidong.zheng@nxp.com \
--cc=imx@lists.linux.dev \
--cc=justin.jiang@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=qijian.guo@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=steven.yang@nxp.com \
/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