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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220810111131.281262-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
a014f0ecdd
commit
fec7d99239
@ -211,7 +211,6 @@
|
||||
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 @@
|
||||
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 @@
|
||||
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";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user