> On Mon, Apr 05, 2021 at 02:40:25PM +0200, Lorenzo Bianconi wrote: > > Add regdomain property to ieee80211 binding > > > > Signed-off-by: Lorenzo Bianconi > > --- > > .../devicetree/bindings/net/wireless/ieee80211.yaml | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/net/wireless/ieee80211.yaml b/Documentation/devicetree/bindings/net/wireless/ieee80211.yaml > > index d58e1571df9b..6557c6348cac 100644 > > --- a/Documentation/devicetree/bindings/net/wireless/ieee80211.yaml > > +++ b/Documentation/devicetree/bindings/net/wireless/ieee80211.yaml > > @@ -30,6 +30,15 @@ properties: > > different 5 GHz subbands. Using them incorrectly could not work or > > decrease performance noticeably > > > > + regdomain: > > + minItems: 1 > > + maxItems: 1 > > + contains: > > If only 1 entry, then 'contains' is pointless. Just 'enum' is enough. > You also need a 'description'. ack, I will fix it in v2 moving it in mt76.yaml patch Regards, Lorenzo > > > + enum: > > + - FCC > > + - ETSI > > + - JP > > + > > additionalProperties: true > > > > examples: > > -- > > 2.30.2 > >