Skip to content

Commit 6516f19

Browse files
krzkglaubitz
authored andcommitted
sh: j2: Drop incorrect SPI controller spi-max-frequency property
The J2 SPI controller bindings never allowed spi-max-frequency property in the controller node. Neither old spi-bus.txt bindings, nor new DT schema allows it. Linux driver does not parse that property from controller node, thus drop it from DTS as incorrect hardware description. The SPI child device has already the same property with the same value, so functionality should not be affected. Cc: Kousik Sanagavarapu <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Tested-by: Rob Landley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 5019cd6 commit 6516f19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/sh/boot/dts/j2_mimas_v2.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@
7171
#address-cells = <1>;
7272
#size-cells = <0>;
7373

74-
spi-max-frequency = <25000000>;
75-
7674
reg = <0x40 0x8>;
7775

7876
sdcard@0 {

0 commit comments

Comments
 (0)