summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/wireless
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-01-06 21:04:17 -0600
committerRob Herring <robh@kernel.org>2022-01-11 11:54:34 -0600
commit434a4010de07b6f5f497f9109aae8cb9868abdc9 (patch)
treeab4613bf3519e2e4af513aaae8bc154ce6e5880a /Documentation/devicetree/bindings/net/wireless
parent437b168028911c8e622130919e583fb5011bf0a4 (diff)
downloadlinux-stable-434a4010de07b6f5f497f9109aae8cb9868abdc9.tar.gz
linux-stable-434a4010de07b6f5f497f9109aae8cb9868abdc9.tar.bz2
linux-stable-434a4010de07b6f5f497f9109aae8cb9868abdc9.zip
dt-bindings: net: wireless: mt76: Fix 8-bit property sizes
The '/bits/ 8' notation applies the next <> list of values. Another <> list is encoded as 32-bits by default. IOW, each <> list needs to be preceeded with '/bits/ 8'. While the dts format allows this, as a rule we don't mix sizes for DT properties since all size information is lost in the dtb file. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220107030419.2380198-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/net/wireless')
-rw-r--r--Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
index 1489d3c1cd6e..269cd63fb544 100644
--- a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
@@ -191,9 +191,9 @@ examples:
channels = <36 48>;
rates-ofdm = /bits/ 8 <23 23 23 23 23 23 23 23>;
rates-mcs = /bits/ 8 <1 23 23 23 23 23 23 23 23 23 23>,
- <3 22 22 22 22 22 22 22 22 22 22>;
+ /bits/ 8 <3 22 22 22 22 22 22 22 22 22 22>;
rates-ru = /bits/ 8 <3 22 22 22 22 22 22 22 22 22 22 22 22>,
- <4 20 20 20 20 20 20 20 20 20 20 20 20>;
+ /bits/ 8 <4 20 20 20 20 20 20 20 20 20 20 20 20>;
};
b1 {
channels = <100 181>;