Commit f7defed5 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Shawn Guo

ARM: dts: imx7-mba7: drop incorrect num-chipselects property

This property was never set correctly; it should have been num-cs. As
num-cs support is being removed as well, simply drop it.
Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 68e680c5
...@@ -179,7 +179,6 @@ &adc2 { ...@@ -179,7 +179,6 @@ &adc2 {
&ecspi1 { &ecspi1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>; pinctrl-0 = <&pinctrl_ecspi1>;
num-chipselects = <3>;
cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>, cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>,
<&gpio4 2 GPIO_ACTIVE_LOW>; <&gpio4 2 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
...@@ -188,7 +187,6 @@ &ecspi1 { ...@@ -188,7 +187,6 @@ &ecspi1 {
&ecspi2 { &ecspi2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi2>; pinctrl-0 = <&pinctrl_ecspi2>;
num-chipselects = <1>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment