summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-12-31 20:14:56 +0100
committerJagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>2015-01-07 12:13:30 +0530
commit653cda8f6605676504d03eb76f84932a20a6feb1 (patch)
tree008d6eb3e25f7e09795a54592be42b9cea9ae232 /arch/arm/dts
parent741148625359ef92ad078b1096e3352cdb36dd0d (diff)
downloadtalos-obmc-uboot-653cda8f6605676504d03eb76f84932a20a6feb1.tar.gz
talos-obmc-uboot-653cda8f6605676504d03eb76f84932a20a6feb1.zip
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/socfpga.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi
index 93d3776766..bf791c5dde 100644
--- a/arch/arm/dts/socfpga.dtsi
+++ b/arch/arm/dts/socfpga.dtsi
@@ -637,7 +637,7 @@
interrupts = <0 151 4>;
clocks = <&qspi_clk>;
ext-decoder = <0>; /* external decoder */
- num-chipselect = <4>;
+ num-cs = <4>;
fifo-depth = <128>;
bus-num = <2>;
status = "disabled";
@@ -649,7 +649,7 @@
#size-cells = <0>;
reg = <0xfff00000 0x1000>;
interrupts = <0 154 4>;
- num-chipselect = <4>;
+ num-cs = <4>;
bus-num = <0>;
tx-dma-channel = <&pdma 16>;
rx-dma-channel = <&pdma 17>;
@@ -663,7 +663,7 @@
#size-cells = <0>;
reg = <0xfff01000 0x1000>;
interrupts = <0 156 4>;
- num-chipselect = <4>;
+ num-cs = <4>;
bus-num = <1>;
tx-dma-channel = <&pdma 20>;
rx-dma-channel = <&pdma 21>;
OpenPOWER on IntegriCloud