Skip to content

Commit

Permalink
mediatek: fixes typo for spi properties
Browse files Browse the repository at this point in the history
Same as commit 3674689, correct 'buswidth' to 'bus-width'.

Signed-off-by: Chukun Pan <[email protected]>
  • Loading branch information
aiamadeus authored and dangowrt committed Jan 14, 2024
1 parent cfee7fa commit 8632f61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions target/linux/mediatek/dts/mt7981b-confiabits-mt7981.dts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
spi-cal-addrlen = <5>;
spi-cal-addr = /bits/ 32 <0x0 0x0 0x0 0x0 0x0>;

spi-tx-buswidth = <4>;
spi-rx-buswidth = <4>;
spi-tx-bus-width = <4>;
spi-rx-bus-width = <4>;
mediatek,nmbm;
mediatek,bmt-max-ratio = <1>;
mediatek,bmt-max-reserved-blocks = <64>;
Expand Down
4 changes: 2 additions & 2 deletions target/linux/mediatek/dts/mt7981b-routerich-ax3000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,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>;

spi-cal-enable;
spi-cal-mode = "read-data";
Expand Down
4 changes: 2 additions & 2 deletions target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,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";
Expand Down
4 changes: 2 additions & 2 deletions target/linux/mediatek/dts/mt7986a-asus-rt-ax59u.dts
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
reg = <0>;

spi-max-frequency = <20000000>;
spi-tx-buswidth = <4>;
spi-rx-buswidth = <4>;
spi-tx-bus-width = <4>;
spi-rx-bus-width = <4>;

partitions: partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 8632f61

Please sign in to comment.