mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09: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:
committed by
Shawn Guo
parent
e067767e45
commit
b709c5a39e
@@ -61,7 +61,7 @@
|
||||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
|
||||
spi-gpio {
|
||||
spi {
|
||||
compatible = "spi-gpio";
|
||||
pinctrl-0 = <&pinctrl_gpio_spi>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -288,7 +288,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
spi0 {
|
||||
spi-0 {
|
||||
compatible = "spi-gpio";
|
||||
pinctrl-0 = <&pinctrl_gpio_spi0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user