Commit 50c7e281 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent b65c1735
......@@ -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>;
......
......@@ -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>;
};
......
......@@ -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 */
......
......@@ -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>;
......
......@@ -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>;
......
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