52ba16cc9f34cde3cd6cc11c68a84d6a938788af
[openwrt/staging/stintel.git] / target / linux / qualcommax / patches-6.1 / 0045-v6.5-arm64-dts-qcom-ipq8074-drop-incorrect-SPI-bus.patch
1 From e6e0e706940b64e3a77e0a4840037692f109bd5f Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Sun, 16 Apr 2023 14:37:26 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq8074: drop incorrect SPI bus
5 spi-max-frequency
6
7 The spi-max-frequency property belongs to SPI devices, not SPI
8 controller:
9
10 ipq8074-hk01.dtb: spi@78b5000: Unevaluated properties are not allowed ('spi-max-frequency' was unexpected)
11
12 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
13 Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
14 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
15 Link: https://lore.kernel.org/r/20230416123730.300863-2-krzysztof.kozlowski@linaro.org
16 ---
17 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 1 -
18 1 file changed, 1 deletion(-)
19
20 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
21 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
22 @@ -487,7 +487,6 @@
23 #size-cells = <0>;
24 reg = <0x078b5000 0x600>;
25 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
26 - spi-max-frequency = <50000000>;
27 clocks = <&gcc GCC_BLSP1_QUP1_SPI_APPS_CLK>,
28 <&gcc GCC_BLSP1_AHB_CLK>;
29 clock-names = "core", "iface";