mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
ARM: dts: imx7d-flex-concentrator: Remove invalid ecspi property
The 'num-chipselects' property is not a valid property for ecspi.
Remove it to fix the following DT check warning:
spi@30630000: Unevaluated properties are not allowed ('num-chipselects' was unexpected)
From schema: Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -107,7 +107,6 @@ &adc1 {
|
||||
&ecspi2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_ecspi2>;
|
||||
num-chipselects = <1>;
|
||||
cs-gpios = <&gpio4 23 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
|
||||
@@ -122,7 +121,6 @@ pcf2127: rtc@0 {
|
||||
&ecspi4 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_ecspi4>;
|
||||
num-chipselects = <1>;
|
||||
cs-gpios = <&gpio3 3 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user