aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2018-01-16 14:07:36 -0500
committerDinh Nguyen <dinguyen@kernel.org>2018-01-23 10:37:29 -0500
commit889d1509042096f6ccd082655997aeff8457fe1c (patch)
treeab21021b15edb1882981c5fae06371f85e829c46
parent2fd372084e1eecb63829bb0959889c0fdbb74796 (diff)
arm64: dts: stratix10: fix SPI settings
Correct the SPI Master node settings. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r--arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 3c91d07ab47e..fb65f519686a 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -248,7 +248,9 @@
248 #address-cells = <1>; 248 #address-cells = <1>;
249 #size-cells = <0>; 249 #size-cells = <0>;
250 reg = <0xffda4000 0x1000>; 250 reg = <0xffda4000 0x1000>;
251 interrupts = <0 101 4>; 251 interrupts = <0 99 4>;
252 resets = <&rst SPIM0_RESET>;
253 reg-io-width = <4>;
252 num-chipselect = <4>; 254 num-chipselect = <4>;
253 bus-num = <0>; 255 bus-num = <0>;
254 status = "disabled"; 256 status = "disabled";
@@ -259,7 +261,9 @@
259 #address-cells = <1>; 261 #address-cells = <1>;
260 #size-cells = <0>; 262 #size-cells = <0>;
261 reg = <0xffda5000 0x1000>; 263 reg = <0xffda5000 0x1000>;
262 interrupts = <0 102 4>; 264 interrupts = <0 100 4>;
265 resets = <&rst SPIM1_RESET>;
266 reg-io-width = <4>;
263 num-chipselect = <4>; 267 num-chipselect = <4>;
264 bus-num = <0>; 268 bus-num = <0>;
265 status = "disabled"; 269 status = "disabled";