diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-12-24 08:43:54 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-02 12:35:18 +0300 |
commit | 00eb3630a98ad09acf5ac5365a7b66cba61d9676 (patch) | |
tree | 32b3214f6ebabbbd79b861962636f2ca3fe79170 /arch/arm/boot/dts/imx6q-bx50v3.dtsi | |
parent | 27767d68a9ffa848f6f8ba0411122c54262d9e9e (diff) | |
download | linux-00eb3630a98ad09acf5ac5365a7b66cba61d9676.tar.xz |
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/imx6q-bx50v3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-bx50v3.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index e4a415fd899b..b1be7947f332 100644 --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi @@ -95,7 +95,6 @@ }; &ecspi5 { - fsl,spi-num-chipselects = <1>; cs-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ecspi5>; |