Skip to content

Commit ac643c5

Browse files
krish2718jfischer-no
authored andcommitted
dts: bindings: wifi: Make 5G settings optional
For nRF7001 which is a 2.4GHz only device, these 5G related TX power settings are unnecessary. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent c6ad2d6 commit ac643c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dts/bindings/wifi/nordic,nrf700x-tx-power.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,19 @@ properties:
2323
description: 8-bit values for max tx power in 2.4GHz band for MCS7
2424
max-pwr-5g-low-mcs0:
2525
type: int
26-
required: true
2726
description: 8-bit values for max tx power in 5GHz band MCS0 low sub-band
2827
max-pwr-5g-low-mcs7:
2928
type: int
30-
required: true
3129
description: 8-bit values for max tx power in 5GHz band MCS7 low sub-band
3230
max-pwr-5g-mid-mcs0:
3331
type: int
34-
required: true
3532
description: 8-bit values for max tx power in 5GHz band MCS0 mid sub-band
3633
max-pwr-5g-mid-mcs7:
3734
type: int
38-
required: true
3935
description: 8-bit values for max tx power in 5GHz band MCS7 mid sub-band
4036
max-pwr-5g-high-mcs0:
4137
type: int
42-
required: true
4338
description: 8-bit values for max tx power in 5GHz band MCS0 high sub-band
4439
max-pwr-5g-high-mcs7:
4540
type: int
46-
required: true
4741
description: 8-bit values for max tx power in 5GHz band MCS7 high sub-band

0 commit comments

Comments
 (0)