From 6516f1916bece434321484455585641f3fff6144 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Fri, 22 Mar 2024 07:42:21 +0100 Subject: 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 Signed-off-by: Krzysztof Kozlowski Reviewed-by: John Paul Adrian Glaubitz Tested-by: Rob Landley Link: https://lore.kernel.org/r/20240322064221.25776-1-krzysztof.kozlowski@linaro.org Signed-off-by: John Paul Adrian Glaubitz --- arch/sh/boot/dts/j2_mimas_v2.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/sh/boot/dts/j2_mimas_v2.dts b/arch/sh/boot/dts/j2_mimas_v2.dts index fa9562f78d53..faf884f53804 100644 --- a/arch/sh/boot/dts/j2_mimas_v2.dts +++ b/arch/sh/boot/dts/j2_mimas_v2.dts @@ -71,8 +71,6 @@ #address-cells = <1>; #size-cells = <0>; - spi-max-frequency = <25000000>; - reg = <0x40 0x8>; sdcard@0 { -- cgit v1.2.3