Commit 653cda8f6605676504d03eb76f84932a20a6feb1

Authored by Marek Vasut
Committed by Jagannadha Sutradharudu Teki
1 parent 7411486253

dt: socfpga: Replace num-chipselect with num-cs

This optional DT property is called 'num-cs', so repair the misnomers.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

arch/arm/dts/socfpga.dtsi
... ... @@ -637,7 +637,7 @@
637 637 interrupts = <0 151 4>;
638 638 clocks = <&qspi_clk>;
639 639 ext-decoder = <0>; /* external decoder */
640   - num-chipselect = <4>;
  640 + num-cs = <4>;
641 641 fifo-depth = <128>;
642 642 bus-num = <2>;
643 643 status = "disabled";
... ... @@ -649,7 +649,7 @@
649 649 #size-cells = <0>;
650 650 reg = <0xfff00000 0x1000>;
651 651 interrupts = <0 154 4>;
652   - num-chipselect = <4>;
  652 + num-cs = <4>;
653 653 bus-num = <0>;
654 654 tx-dma-channel = <&pdma 16>;
655 655 rx-dma-channel = <&pdma 17>;
... ... @@ -663,7 +663,7 @@
663 663 #size-cells = <0>;
664 664 reg = <0xfff01000 0x1000>;
665 665 interrupts = <0 156 4>;
666   - num-chipselect = <4>;
  666 + num-cs = <4>;
667 667 bus-num = <1>;
668 668 tx-dma-channel = <&pdma 20>;
669 669 rx-dma-channel = <&pdma 21>;