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

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent b65c1735
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;