mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 13:43:21 -04:00
ARM: dts: imx6ul-tx6ul: Replace deprecated spi-gpio properties
As stated in Documentation/devicetree/bindings/spi/spi-gpio.yaml, 'gpio-miso', 'gpio-mosi' and 'gpio-sck' are deprecated properties. Use the recommeded 'miso-gpios', 'mosi-gpios' and 'sck-gpios' instead. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -218,9 +218,9 @@ spi_gpio: spi {
|
||||
compatible = "spi-gpio";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_spi_gpio>;
|
||||
gpio-mosi = <&gpio1 30 GPIO_ACTIVE_HIGH>;
|
||||
gpio-miso = <&gpio1 31 GPIO_ACTIVE_HIGH>;
|
||||
gpio-sck = <&gpio1 28 GPIO_ACTIVE_HIGH>;
|
||||
mosi-gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
|
||||
miso-gpios = <&gpio1 31 GPIO_ACTIVE_HIGH>;
|
||||
sck-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
|
||||
num-chipselects = <2>;
|
||||
cs-gpios = <
|
||||
&gpio1 29 GPIO_ACTIVE_HIGH
|
||||
|
||||
Reference in New Issue
Block a user