summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts
diff options
context:
space:
mode:
authorChen Minqiang <ptpt52@gmail.com>2023-08-26 06:38:18 +0800
committerChuanhong Guo <gch981213@gmail.com>2023-09-05 15:40:43 +0800
commit36746893ac690796bf7aad00a793ff4bf739d066 (patch)
tree2899ac36437dd6f1eeca047292506dc459b6cca7 /target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts
parent1b15cb21db6dafed9a43bb3258e6fa3481080192 (diff)
downloadopenwrt-36746893ac690796bf7aad00a793ff4bf739d066.tar.gz
openwrt-36746893ac690796bf7aad00a793ff4bf739d066.tar.bz2
openwrt-36746893ac690796bf7aad00a793ff4bf739d066.zip
mediatek: fix the name of buswidth to bus-width
Fix the issue of dts buswidth cannot be applied properly with spi driver. Fix the name of buswidth to bus-width in dts in order to fit the format in linux spi kernel[1] so that spi-tx-bus-width & spi-rx-bus-width can be parsed properly. [1] Documentation/devicetree/bindings/spi/spi-controller.yaml Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Diffstat (limited to 'target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts')
-rw-r--r--target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts b/target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts
index 358365adba..671e1f1839 100644
--- a/target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts
+++ b/target/linux/mediatek/dts/mt7981b-h3c-magic-nx30-pro.dts
@@ -104,8 +104,8 @@
reg = <0>;
spi-max-frequency = <52000000>;
- spi-tx-buswidth = <4>;
- spi-rx-buswidth = <4>;
+ spi-tx-bus-width = <4>;
+ spi-rx-bus-width = <4>;
partitions {
compatible = "fixed-partitions";