mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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 @@ 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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user