Commit fec7d992 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: sunplus: sp7021: drop incorrect spi-max-frequency



spi-max-frequency is a property of a SPI slave device, not controller:

  sunplus-sp7021-demo-v3.dtb: spi@f480: Unevaluated properties are not allowed ('spi-max-frequency' was unexpected)

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220810111131.281262-1-krzysztof.kozlowski@linaro.org
parent a014f0ec
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@ spi_controller1: spi@f480 {
			interrupt-names = "dma_w", "master_risc", "slave_risc";
			clocks = <&clkc CLK_SPI_COMBO_1>;
			resets = <&rstc RST_SPI_COMBO_1>;
			spi-max-frequency = <25000000>;
			status = "disabled";
		};

@@ -225,7 +224,6 @@ spi_controller2: spi@f600 {
			interrupt-names = "dma_w", "master_risc", "slave_risc";
			clocks = <&clkc CLK_SPI_COMBO_2>;
			resets = <&rstc RST_SPI_COMBO_2>;
			spi-max-frequency = <25000000>;
			status = "disabled";
		};

@@ -239,7 +237,6 @@ spi_controller3: spi@f780 {
			interrupt-names = "dma_w", "master_risc", "slave_risc";
			clocks = <&clkc CLK_SPI_COMBO_3>;
			resets = <&rstc RST_SPI_COMBO_3>;
			spi-max-frequency = <25000000>;
			status = "disabled";
		};