* [PATCHv2] dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address
@ 2026-08-11 19:28 Rosen Penev
2026-08-11 19:39 ` sashiko-bot
0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-08-11 19:28 UTC (permalink / raw)
To: devicetree
Cc: Johannes Berg, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
van Spriel, open list:NETWORKING DRIVERS (WIRELESS), open list
The nvmem-cells and nvmem-cell-names properties are used to supply a
MAC address to the brcmfmac wireless controller. Nodes such as
bcm4709-linksys-ea9200.dts fail dtbs_check with:
Unevaluated properties are not allowed ('nvmem-cell-names',
'nvmem-cells' were unexpected)
nvmem-consumer.yaml cannot be referenced from the common
network-class.yaml because it does not constrain the number of entries
or their names, and not all network devices use the same cell names.
Each binding that uses nvmem must therefore define its own
nvmem-cells/nvmem-cell-names constraints, like ethernet-controller.yaml
and qca,ath9k.yaml already do.
Add the single-cell, mac-address-only constraints to the
brcm,bcm4329-fmac binding.
Assisted-by: opencode:deepseek-v4-flash-free
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
v2: don't use nvmem-consumer.yaml
.../bindings/net/wireless/brcm,bcm4329-fmac.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
index 81fd3e37452a..88d0099871b1 100644
--- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
@@ -57,6 +57,13 @@ properties:
- pci14e4,4434 # BCM4388
- pci14e4,449d # BCM43752
+ nvmem-cells:
+ maxItems: 1
+ description: Reference to an nvmem node for the MAC address
+
+ nvmem-cell-names:
+ const: mac-address
+
reg:
description: SDIO function number for the device (for most cases
this will be 1) or PCI device identifier.
--
2.55.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCHv2] dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address
2026-08-11 19:28 [PATCHv2] dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address Rosen Penev
@ 2026-08-11 19:39 ` sashiko-bot
0 siblings, 0 replies; 2+ messages in thread
From: sashiko-bot @ 2026-08-11 19:39 UTC (permalink / raw)
To: Rosen Penev; +Cc: conor+dt, devicetree, robh
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The patch claims to fix a dtbs_check failure in bcm4709-linksys-ea9200.dts by updating the brcm,bcm4329-fmac wireless binding. However, the bcm4709-linksys-ea9200.dts device tree does not contain any brcm,bcm4329-fmac nodes. The actual nvmem-cells property triggering the validation error in that file is located in a DSA ethernet switch port node (port@4 of &srab). As a result, the patch completely fails to fix the cited validation error and its justification is misattributed.
--
--- Patch [1]: [PATCHv2] dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address ---
commit 9d4080c22265cf928d39764eafdb9bcf9fa9f241
Author: Rosen Penev <rosenp@gmail.com>
dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address
This commit adds constraints for nvmem-cells and nvmem-cell-names to the
brcm,bcm4329-fmac binding. It aims to resolve dtbs_check failures related
to unevaluated properties.
> The nvmem-cells and nvmem-cell-names properties are used to supply a
> MAC address to the brcmfmac wireless controller. Nodes such as
> bcm4709-linksys-ea9200.dts fail dtbs_check with:
>
> Unevaluated properties are not allowed ('nvmem-cell-names',
> 'nvmem-cells' were unexpected)
[Severity: Medium]
The commit message claims this patch fixes a dtbs_check failure in
bcm4709-linksys-ea9200.dts, but is this accurate?
Looking at arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts, the
nvmem-cells property causing the error is located in a DSA ethernet switch
port node, not a wireless controller:
port@4 {
label = "wan";
nvmem-cells = <&et2macaddr 1>;
nvmem-cell-names = "mac-address";
};
Since the bcm4709-linksys-ea9200.dts device tree does not contain any
brcm,bcm4329-fmac nodes, updating the brcm,bcm4329-fmac wireless binding
will not fix the cited dtbs_check error.
Should the commit message be updated to cite a different device tree, or
should this fix be applied to the DSA switch port binding instead?
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260811192829.123410-1-rosenp@gmail.com?part=1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-11 19:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 19:28 [PATCHv2] dt-bindings: net: brcm,bcm4329-fmac: add nvmem-cells for MAC address Rosen Penev
2026-08-11 19:39 ` sashiko-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox