Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: wireless: silabs,wfx: Use wireless-controller.yaml

Instead listing local-mac-address and mac-address properties, reference
wireless-controller.yaml schema. The schema brings in constraints for the
property checked during `make dtbs_check`.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://patch.msgid.link/20250324-dt-bindings-network-class-v5-4-f5c3fe00e8f0@ixit.cz
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Janne Grunau and committed by
Johannes Berg
c301db25 3c360679

+1 -4
+1 -4
Documentation/devicetree/bindings/net/wireless/silabs,wfx.yaml
··· 71 71 "Platform Data Set" in Silabs jargon). Default depends of "compatible" 72 72 string. For "silabs,wf200", the default is 'wf200.pds'. 73 73 74 - local-mac-address: true 75 - 76 - mac-address: true 77 - 78 74 required: 79 75 - compatible 80 76 - reg 81 77 82 78 allOf: 79 + - $ref: /schemas/net/wireless/wireless-controller.yaml# 83 80 - $ref: /schemas/spi/spi-peripheral-props.yaml# 84 81 85 82 unevaluatedProperties: false