mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
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: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
eb2350fd60
commit
5e7de0aafc
|
|
@ -365,7 +365,6 @@ &lpspi3 {
|
|||
fsl,spi-only-use-cs1-sel;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpspi3>;
|
||||
pinctrl-assert-gpios = <&pca6416_1 7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
|
||||
spidev0: spi@0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user