Commit 5e7de0aa authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

arm64: dts: imx8dxl-evk: Remove invalid SPI property

'pinctrl-assert-gpios' is not a valid property.

Remove it to fix the following schema warning:

imx8dxl-evk.dtb: spi@5a030000: Unevaluated properties are not allowed ('pinctrl-assert-gpios' was unexpected)
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent eb2350fd
...@@ -365,7 +365,6 @@ &lpspi3 { ...@@ -365,7 +365,6 @@ &lpspi3 {
fsl,spi-only-use-cs1-sel; fsl,spi-only-use-cs1-sel;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpspi3>; pinctrl-0 = <&pinctrl_lpspi3>;
pinctrl-assert-gpios = <&pca6416_1 7 GPIO_ACTIVE_HIGH>;
status = "okay"; status = "okay";
spidev0: spi@0 { spidev0: spi@0 {
......
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