mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
ARM: dts: vf610: align SPI node name with dtschema
The node names should be generic and DT schema expects certain pattern. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e067767e45
commit
b709c5a39e
|
|
@ -61,7 +61,7 @@ reg_vcc_3v3_mcu: regulator-vcc3v3mcu {
|
|||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
|
||||
spi-gpio {
|
||||
spi {
|
||||
compatible = "spi-gpio";
|
||||
pinctrl-0 = <&pinctrl_gpio_spi>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ mdio_mux_8: mdio@8 {
|
|||
};
|
||||
};
|
||||
|
||||
spi0 {
|
||||
spi-0 {
|
||||
compatible = "spi-gpio";
|
||||
pinctrl-0 = <&pinctrl_gpio_spi0>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user