diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-12-24 06:43:54 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-02 10:35:18 +0100 |
commit | 00eb3630a98ad09acf5ac5365a7b66cba61d9676 (patch) | |
tree | 32b3214f6ebabbbd79b861962636f2ca3fe79170 /arch/arm/boot/dts/imx53-tqma53.dtsi | |
parent | ARM: dts: imx28: Add simple-card support (diff) | |
download | linux-00eb3630a98ad09acf5ac5365a7b66cba61d9676.tar.xz linux-00eb3630a98ad09acf5ac5365a7b66cba61d9676.zip |
ARM: dts: imx: remove obsoleted property fsl,spi-num-chipselects
Since commit b36581df7e78 ("spi: imx: Using existing properties for
chipselects") the device tree property 'fsl,spi-num-chipselects' is
unused and it is already marked as obsolete in device tree binding
documentation. Remove the property from the existing DTS files to
avoid its reoccurence on copying.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tqma53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tqma53.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi index 91a6a9ff50d7..85972f2201c2 100644 --- a/arch/arm/boot/dts/imx53-tqma53.dtsi +++ b/arch/arm/boot/dts/imx53-tqma53.dtsi @@ -55,7 +55,6 @@ &ecspi1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ecspi1>; - fsl,spi-num-chipselects = <4>; cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>, <&gpio3 24 0>, <&gpio3 25 0>; status = "disabled"; @@ -249,7 +248,6 @@ &cspi { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_cspi>; - fsl,spi-num-chipselects = <3>; cs-gpios = <&gpio1 18 0>, <&gpio1 19 0>, <&gpio1 21 0>; status = "disabled"; |