Skip to content

Commit 0ef91cc

Browse files
author
Dinh Nguyen
committed
arm: dts: socfpga: add reset-names to spi node
Add reset-names = "spi" to spi dts nodes. Signed-off-by: Dinh Nguyen <[email protected]>
1 parent d4ae4dd commit 0ef91cc

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@
829829
num-cs = <4>;
830830
clocks = <&spi_m_clk>;
831831
resets = <&rst SPIM0_RESET>;
832+
reset-names = "spi";
832833
status = "disabled";
833834
};
834835

@@ -841,6 +842,7 @@
841842
num-cs = <4>;
842843
clocks = <&spi_m_clk>;
843844
resets = <&rst SPIM1_RESET>;
845+
reset-names = "spi";
844846
status = "disabled";
845847
};
846848

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@
613613
/*32bit_access;*/
614614
clocks = <&spi_m_clk>;
615615
resets = <&rst SPIM0_RESET>;
616+
reset-names = "spi";
616617
status = "disabled";
617618
};
618619

@@ -628,6 +629,7 @@
628629
rx-dma-channel = <&pdma 17>;
629630
clocks = <&spi_m_clk>;
630631
resets = <&rst SPIM1_RESET>;
632+
reset-names = "spi";
631633
status = "disabled";
632634
};
633635

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
reg = <0xffda4000 0x1000>;
381381
interrupts = <0 99 4>;
382382
resets = <&rst SPIM0_RESET>;
383+
reset-names = "spi";
383384
reg-io-width = <4>;
384385
num-cs = <4>;
385386
clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
@@ -393,6 +394,7 @@
393394
reg = <0xffda5000 0x1000>;
394395
interrupts = <0 100 4>;
395396
resets = <&rst SPIM1_RESET>;
397+
reset-names = "spi";
396398
reg-io-width = <4>;
397399
num-cs = <4>;
398400
clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
reg = <0xffda4000 0x1000>;
381381
interrupts = <0 99 4>;
382382
resets = <&rst SPIM0_RESET>;
383+
reset-names = "spi";
383384
reg-io-width = <4>;
384385
num-cs = <4>;
385386
clocks = <&clkmgr AGILEX_L4_MAIN_CLK>;
@@ -393,6 +394,7 @@
393394
reg = <0xffda5000 0x1000>;
394395
interrupts = <0 100 4>;
395396
resets = <&rst SPIM1_RESET>;
397+
reset-names = "spi";
396398
reg-io-width = <4>;
397399
num-cs = <4>;
398400
clocks = <&clkmgr AGILEX_L4_MAIN_CLK>;

0 commit comments

Comments
 (0)