Skip to content

Commit b115751

Browse files
ambaruskrzk
authored andcommitted
arm64: dts: exynosautov9: specify the SPI FIFO depth
Up to now the SPI alias was used as an index into an array defined in the SPI driver to determine the SPI FIFO depth. Drop the dependency on the SPI alias and specify the SPI FIFO depth directly into the SPI node. There are no SPI aliases defined, thus the FIFO depth was determined by matching the FIFO depth of the I2C node of the same USI parent. No functional change expected. Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 65993c7 commit b115751

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/exynos/exynosautov9.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
num-cs = <1>;
436436
#address-cells = <1>;
437437
#size-cells = <0>;
438+
fifo-depth = <256>;
438439
status = "disabled";
439440
};
440441

@@ -526,6 +527,7 @@
526527
num-cs = <1>;
527528
#address-cells = <1>;
528529
#size-cells = <0>;
530+
fifo-depth = <256>;
529531
status = "disabled";
530532
};
531533

@@ -617,6 +619,7 @@
617619
num-cs = <1>;
618620
#address-cells = <1>;
619621
#size-cells = <0>;
622+
fifo-depth = <64>;
620623
status = "disabled";
621624
};
622625

@@ -708,6 +711,7 @@
708711
num-cs = <1>;
709712
#address-cells = <1>;
710713
#size-cells = <0>;
714+
fifo-depth = <64>;
711715
status = "disabled";
712716
};
713717

@@ -799,6 +803,7 @@
799803
num-cs = <1>;
800804
#address-cells = <1>;
801805
#size-cells = <0>;
806+
fifo-depth = <64>;
802807
status = "disabled";
803808
};
804809

@@ -890,6 +895,7 @@
890895
num-cs = <1>;
891896
#address-cells = <1>;
892897
#size-cells = <0>;
898+
fifo-depth = <64>;
893899
status = "disabled";
894900
};
895901

@@ -981,6 +987,7 @@
981987
num-cs = <1>;
982988
#address-cells = <1>;
983989
#size-cells = <0>;
990+
fifo-depth = <256>;
984991
status = "disabled";
985992
};
986993

@@ -1072,6 +1079,7 @@
10721079
num-cs = <1>;
10731080
#address-cells = <1>;
10741081
#size-cells = <0>;
1082+
fifo-depth = <64>;
10751083
status = "disabled";
10761084
};
10771085

@@ -1163,6 +1171,7 @@
11631171
num-cs = <1>;
11641172
#address-cells = <1>;
11651173
#size-cells = <0>;
1174+
fifo-depth = <64>;
11661175
status = "disabled";
11671176
};
11681177

@@ -1254,6 +1263,7 @@
12541263
num-cs = <1>;
12551264
#address-cells = <1>;
12561265
#size-cells = <0>;
1266+
fifo-depth = <64>;
12571267
status = "disabled";
12581268
};
12591269

@@ -1345,6 +1355,7 @@
13451355
num-cs = <1>;
13461356
#address-cells = <1>;
13471357
#size-cells = <0>;
1358+
fifo-depth = <64>;
13481359
status = "disabled";
13491360
};
13501361

@@ -1434,6 +1445,7 @@
14341445
num-cs = <1>;
14351446
#address-cells = <1>;
14361447
#size-cells = <0>;
1448+
fifo-depth = <64>;
14371449
status = "disabled";
14381450
};
14391451

0 commit comments

Comments
 (0)