Commit b709c5a3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: vf610: align SPI node name with dtschema

The node names should be generic and DT schema expects certain pattern.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e067767e
...@@ -61,7 +61,7 @@ reg_vcc_3v3_mcu: regulator-vcc3v3mcu { ...@@ -61,7 +61,7 @@ reg_vcc_3v3_mcu: regulator-vcc3v3mcu {
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
spi-gpio { spi {
compatible = "spi-gpio"; compatible = "spi-gpio";
pinctrl-0 = <&pinctrl_gpio_spi>; pinctrl-0 = <&pinctrl_gpio_spi>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -288,7 +288,7 @@ mdio_mux_8: mdio@8 { ...@@ -288,7 +288,7 @@ mdio_mux_8: mdio@8 {
}; };
}; };
spi0 { spi-0 {
compatible = "spi-gpio"; compatible = "spi-gpio";
pinctrl-0 = <&pinctrl_gpio_spi0>; pinctrl-0 = <&pinctrl_gpio_spi0>;
pinctrl-names = "default"; pinctrl-names = "default";
......
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