[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175678731473.878204.3446095909067556324.robh@kernel.org>
Date: Tue, 02 Sep 2025 08:18:23 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Conley Lee <conleylee@...mail.com>
Cc: andrew@...n.ch, davem@...emloft.net,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
kuba@...nel.org, mripard@...nel.org, wens@...e.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] arm: dts: add nand device in
sun7i-a20-haoyu-marsboard.dts
On Mon, 01 Sep 2025 17:05:21 +0800, Conley Lee wrote:
> The Haoyu MarsBoard-A20 comes with an 8G Hynix NAND flash,
> and this commit adds this NAND device in the device tree.
>
> Signed-off-by: Conley Lee <conleylee@...mail.com>
> ---
> .../allwinner/sun7i-a20-haoyu-marsboard.dts | 67 +++++++++++++++++++
> 1 file changed, 67 insertions(+)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20250829 (exact match)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/allwinner/' for tencent_57056C4B1E98EF5C0517A5685B2E4D060508@...com:
arch/arm/boot/dts/allwinner/sun7i-a20-haoyu-marsboard.dtb: pinctrl@...0800 (allwinner,sun7i-a20-pinctrl): 'nand_base0@0', 'nand_cs@0', 'nand_cs@1', 'nand_cs@2', 'nand_cs@3', 'nand_rb@0', 'nand_rb@1' do not match any of the regexes: '^([rs]-)?(([a-z0-9]{3,}|[a-oq-z][a-z0-9]*?)?-)+?(p[a-ilm][0-9]*?-)??pins?$', '^pinctrl-[0-9]+$', '^vcc-p[a-ilm]-supply$'
from schema $id: http://devicetree.org/schemas/pinctrl/allwinner,sun4i-a10-pinctrl.yaml#
Powered by blists - more mailing lists