mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ARM: dts: imx51-zii-rdu1: 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:
@@ -145,9 +145,9 @@
|
||||
pinctrl-0 = <&pinctrl_gpiospi0>;
|
||||
status = "okay";
|
||||
|
||||
gpio-sck = <&gpio4 15 GPIO_ACTIVE_HIGH>;
|
||||
gpio-mosi = <&gpio4 12 GPIO_ACTIVE_HIGH>;
|
||||
gpio-miso = <&gpio4 11 GPIO_ACTIVE_HIGH>;
|
||||
sck-gpios = <&gpio4 15 GPIO_ACTIVE_HIGH>;
|
||||
mosi-gpios = <&gpio4 12 GPIO_ACTIVE_HIGH>;
|
||||
miso-gpios = <&gpio4 11 GPIO_ACTIVE_HIGH>;
|
||||
num-chipselects = <1>;
|
||||
cs-gpios = <&gpio4 14 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user