mirror of https://github.com/torvalds/linux.git
dt-bindings: wireless: qcom,wcnss: Use wireless-controller.yaml
Reference wireless-controller.yaml schema, so we can use properties as local-mac-address or mac-address. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://patch.msgid.link/20250324-dt-bindings-network-class-v5-5-f5c3fe00e8f0@ixit.cz Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
c301db25dd
commit
98fd01b417
|
|
@ -54,7 +54,7 @@ properties:
|
|||
- compatible
|
||||
|
||||
wifi:
|
||||
additionalProperties: false
|
||||
unevaluatedProperties: false
|
||||
type: object
|
||||
properties:
|
||||
compatible:
|
||||
|
|
@ -88,6 +88,9 @@ properties:
|
|||
- qcom,smem-states
|
||||
- qcom,smem-state-names
|
||||
|
||||
allOf:
|
||||
- $ref: /schemas/net/wireless/wireless-controller.yaml#
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- qcom,mmio
|
||||
|
|
|
|||
Loading…
Reference in New Issue