[PATCH] ARM: dts: stm32: Add ethernet MAC nvmem cells to DH STM32MP13xx DHCOR DHSBC board
Marek Vasut
marex at denx.de
Mon Jul 1 19:43:06 PDT 2024
On 7/1/24 8:10 PM, Rob Herring (Arm) wrote:
>
> On Sat, 29 Jun 2024 19:10:30 +0200, Marek Vasut wrote:
>> Describe ethernet MAC address nvmem cells in DH STM32MP13xx DHCOR DHSBC
>> board DT. The MAC address can be fused in BSEC OTP fuses and used to set
>> up MAC address for both ethernet MACs on this board.
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> ---
>> Cc: Alexandre Torgue <alexandre.torgue at foss.st.com>
>> Cc: Christophe Roullier <christophe.roullier at foss.st.com>
>> Cc: Conor Dooley <conor+dt at kernel.org>
>> Cc: Krzysztof Kozlowski <krzk+dt at kernel.org>
>> Cc: Maxime Coquelin <mcoquelin.stm32 at gmail.com>
>> Cc: Rob Herring <robh at kernel.org>
>> Cc: devicetree at vger.kernel.org
>> Cc: kernel at dh-electronics.com
>> Cc: linux-arm-kernel at lists.infradead.org
>> Cc: linux-stm32 at st-md-mailman.stormreply.com
>> ---
>> arch/arm/boot/dts/st/stm32mp135f-dhcor-dhsbc.dts | 4 ++++
>> 1 file changed, 4 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
>
>
> New warnings running 'make CHECK_DTBS=y st/stm32mp135f-dhcor-dhsbc.dtb' for 20240629171100.20285-1-marex at denx.de:
>
> arch/arm/boot/dts/st/stm32mp135f-dhcor-dhsbc.dtb: ethernet at 5800a000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts-extended', 'mdio', 'nvmem-cell-names', 'nvmem-cells', 'phy-handle', 'phy-mode', 'snps,axi-config', 'snps,mixed-burst', 'snps,pbl', 'snps,tso', 'stmmac-axi-config' were unexpected)
> from schema $id: http://devicetree.org/schemas/net/stm32-dwmac.yaml#
> arch/arm/boot/dts/st/stm32mp135f-dhcor-dhsbc.dtb: ethernet at 5800e000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts-extended', 'mdio', 'nvmem-cell-names', 'nvmem-cells', 'phy-handle', 'phy-mode', 'snps,axi-config', 'snps,mixed-burst', 'snps,pbl', 'snps,tso', 'stmmac-axi-config' were unexpected)
> from schema $id: http://devicetree.org/schemas/net/stm32-dwmac.yaml#
I can't seem to be able to reproduce it locally , even with
dtschema/master updated right now .
Looking at the bindings, net/stm32-dwmac.yaml does have allof-ref to
snps,dwmac.yaml which has allof-ref to ethernet-controller.yaml , which
does list the nvmem-cells/nvmem-cell-names properties .
What am I missing here ?
More information about the linux-arm-kernel
mailing list