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

The node names should be generic and DT schema expects certain pattern.

Link: https://lore.kernel.org/r/20220830180344.15657-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2022-08-30 21:03:44 +03:00
parent b65c1735c7
commit 50c7e281f4
5 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ aliases {
i2c55 = &imux55;
};
spi_gpio: spi-gpio {
spi_gpio: spi {
num-chipselects = <2>;
cs-gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>,
<&gpio0 ASPEED_GPIO(X, 1) GPIO_ACTIVE_HIGH>;

View File

@@ -44,7 +44,7 @@ chosen {
stdout-path = &uart5;
};
spi_gpio: spi-gpio {
spi_gpio: spi {
num-chipselects = <1>;
cs-gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>;
};

View File

@@ -207,7 +207,7 @@ aliases {
i2c143 = &imux143;
};
spi_gpio: spi-gpio {
spi_gpio: spi {
num-chipselects = <3>;
cs-gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>,
<0>, /* device reg=<1> does not exist */

View File

@@ -67,7 +67,7 @@ ast-adc-hwmon {
* full-duplex SPI transactions are not supported by ASPEED SPI
* Controllers.
*/
spi_gpio: spi-gpio {
spi_gpio: spi {
status = "okay";
compatible = "spi-gpio";
#address-cells = <1>;

View File

@@ -25,7 +25,7 @@ memory@80000000 {
* full-duplex SPI transactions are not supported by ASPEED SPI
* Controllers.
*/
spi_gpio: spi-gpio {
spi_gpio: spi {
status = "okay";
compatible = "spi-gpio";
#address-cells = <1>;