[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173436597537.264948.12611164276777551472.robh@kernel.org>
Date: Mon, 16 Dec 2024 10:29:15 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ninad Palsule <ninad@...ux.ibm.com>
Cc: andrew@...econstruct.com.au, linux-arm-kernel@...ts.infradead.org,
krzk+dt@...nel.org, eajames@...ux.ibm.com, joel@....id.au,
devicetree@...r.kernel.org, linux-aspeed@...ts.ozlabs.org,
linux-kernel@...r.kernel.org, conor+dt@...nel.org
Subject: Re: [PATCH v1 0/8] DTS updates for system1 BMC
On Fri, 13 Dec 2024 08:50:26 -0600, Ninad Palsule wrote:
> Hello
>
> Please review the patch set. It has various device tree changes for
> system1 BMC after hardware testing.
>
> NINAD PALSULE (7):
> ARM: dts: aspeed: system1: Add IPMB device
> ARM: dts: aspeed: system1: Add GPIO line name
> ARM: dts: aspeed: system1: Add RGMII support
> ARM: dts: aspeed: system1: Reduce sgpio speed
> ARM: dts: aspeed: system1: Update LED gpio name
> ARM: dts: aspeed: system1: Remove VRs max8952
> ARM: dts: aspeed: system1: Mark GPIO line high/low
>
> Ninad Palsule (1):
> ARM: dts: aspeed: system1: Disable gpio pull down
>
> .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 178 ++++++++++++------
> 1 file changed, 119 insertions(+), 59 deletions(-)
>
> --
> 2.43.0
>
>
>
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
New warnings running 'make CHECK_DTBS=y aspeed/aspeed-bmc-ibm-system1.dtb' for 20241213145037.3784931-1-ninad@...ux.ibm.com:
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: ethernet@...60000: phy-mode:0: 'rgmii-rxid' is not one of ['rgmii', 'rmii']
from schema $id: http://devicetree.org/schemas/net/faraday,ftgmac100.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: gpio@...80000: 'fan_controller_reset', 'isolate_errs_cpu1', 'rtc_reset', 'srtc_reset' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/gpio/aspeed,ast2400-gpio.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: rtc_reset: $nodename:0: 'rtc_reset' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: srtc_reset: $nodename:0: 'srtc_reset' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: fan_controller_reset: $nodename:0: 'fan_controller_reset' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: isolate_errs_cpu1: $nodename:0: 'isolate_errs_cpu1' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dtb: /ahb/apb@...80000/bus@...8a000/i2c@.../bmc_slave@10: failed to match any schema with compatible: ['ipmb-dev']
Powered by blists - more mailing lists