[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173931425548.1387873.8595837512080490773.robh@kernel.org>
Date: Tue, 11 Feb 2025 16:52:06 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Mihai Sain <mihai.sain@...rochip.com>
Cc: devicetree@...r.kernel.org, nicolas.ferre@...rochip.com,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
alexandre.belloni@...tlin.com, claudiu.beznea@...on.dev, krzk+dt@...nel.org,
conor+dt@...nel.org
Subject: Re: [PATCH 0/2] Add power monitor support on sama7d65-curiosity
board
On Tue, 11 Feb 2025 16:33:00 +0200, Mihai Sain wrote:
> This patch series adds power monitor support on Microchip SAMA7D65 Curiosity board.
>
> [root@...A7D65 ~]$ lsiio
> Device 001: pac1934
> Device 000: e1000000.adc
>
> [root@...A7D65 ~]$ awk -f pac1934.awk
> VDD3V3 current: 146.173 mA, voltage: 3302.73 mV
> VDDIODDR current: 62.1356 mA, voltage: 1353.96 mV
> VDDCORE current: 242.248 mA, voltage: 1204.36 mV
> VDDCPU current: 213.565 mA, voltage: 1303.05 mV
>
> Mihai Sain (2):
> ARM: dts: microchip: sama7d65: Add flexcom 10 node
> ARM: dts: microchip: sama7d65_curiosity: Add power monitor support
>
> .../dts/microchip/at91-sama7d65_curiosity.dts | 52 +++++++++++++++++++
> arch/arm/boot/dts/microchip/sama7d65.dtsi | 21 ++++++++
> 2 files changed, 73 insertions(+)
>
>
> base-commit: febbc555cf0fff895546ddb8ba2c9a523692fb55
> --
> 2.48.1
>
>
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 for arch/arm/boot/dts/microchip/' for 20250211143302.4102-1-mihai.sain@...rochip.com:
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: flexcom@...24000: compatible: 'oneOf' conditional failed, one must be fixed:
['microchip,sama7d65-flexcom', 'atmel,sama5d2-flexcom'] is too long
'atmel,sama5d2-flexcom' was expected
'microchip,sam9x7-flexcom' was expected
'microchip,sama7g5-flexcom' was expected
from schema $id: http://devicetree.org/schemas/mfd/atmel,sama5d2-flexcom.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/flexcom@...24000: failed to match any schema with compatible: ['microchip,sama7d65-flexcom', 'atmel,sama5d2-flexcom']
Powered by blists - more mailing lists