]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: imx53-ppd: Remove 'num-chipselects' property
authorFabio Estevam <festevam@gmail.com>
Tue, 25 Sep 2018 16:24:08 +0000 (13:24 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Sep 2018 03:16:15 +0000 (11:16 +0800)
The 'num-chipselects' property is not a valid property according
to Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt, so
let's remove it.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-ppd.dts

index cdb90bee7b4a2b3d4d68681cc68c0c0efea7efae..b560ff88459bf1b74a0c093f3bdc15d2118c0182 100644 (file)
 &ecspi2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi2>;
-       num-chipselects = <1>;
        cs-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>;
        status = "okay";