[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174541475597.315167.13886111857775924354.robh@kernel.org>
Date: Wed, 23 Apr 2025 08:37:38 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Yashwant Varur <yashwant.v@...sung.com>
Cc: conor+dt@...nel.org, linux-arm-kernel@...ts.infradead.org,
niyas.ahmed@...sung.com, linux-kernel@...r.kernel.org, g.naidu@...sung.com,
devicetree@...r.kernel.org, krzk+dt@...nel.org, cs0617.lee@...sung.com,
linux-samsung-soc@...r.kernel.org, alim.akhtar@...sung.com
Subject: Re: [PATCH] arm64: dts: exynos: Added the ethernet pin
configuration
On Wed, 23 Apr 2025 11:30:34 +0530, Yashwant Varur wrote:
> This patch adds the ethernet pin configuration.
>
> Signed-off-by: Yashwant Varur <yashwant.v@...sung.com>
> Signed-off-by: Changsub Lee <cs0617.lee@...sung.com>
> ---
> .../dts/exynos/exynosautov920-pinctrl.dtsi | 41 +++++++++++++++++++
> 1 file changed, 41 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-20250423 (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/arm64/boot/dts/exynos/' for 20250423060034.973-1-yashwant.v@...sung.com:
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: pinctrl@...30000 (samsung,exynosautov920-pinctrl): 'eth0_pps_out0', 'eth0_pps_out1', 'eth_extpll_avb', 'eth_phy_reset' do not match any of the regexes: '^(initial|sleep)-state$', '^[a-z0-9-]+-pins$', '^[a-z]+[0-9]*-gpio-bank$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/samsung,pinctrl.yaml#
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: pinctrl@...10000 (samsung,exynosautov920-pinctrl): 'eth0_mdc_mdio', 'eth0_pps_out', 'eth0_rgmii' do not match any of the regexes: '^(initial|sleep)-state$', '^[a-z0-9-]+-pins$', '^[a-z]+[0-9]*-gpio-bank$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/samsung,pinctrl.yaml#
Powered by blists - more mailing lists