mediatek: mt7629: 6.6: disable LEDS_SMARTRG_LED by default
[openwrt/staging/stintel.git] / target / linux / qualcommax / patches-6.1 / 0044-v6.5-arm64-dts-qcom-ipq6018-drop-incorrect-SPI-bus.patch
1 From b8420d478aa3fc739fcdba6b4b945850b356cb3b Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Sun, 16 Apr 2023 14:37:25 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq6018: 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 ipq6018-cp01-c1.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-1-krzysztof.kozlowski@linaro.org
16 ---
17 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 --
18 1 file changed, 2 deletions(-)
19
20 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
21 +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
22 @@ -458,7 +458,6 @@
23 #size-cells = <0>;
24 reg = <0x0 0x078b5000 0x0 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";
30 @@ -473,7 +472,6 @@
31 #size-cells = <0>;
32 reg = <0x0 0x078b6000 0x0 0x600>;
33 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
34 - spi-max-frequency = <50000000>;
35 clocks = <&gcc GCC_BLSP1_QUP2_SPI_APPS_CLK>,
36 <&gcc GCC_BLSP1_AHB_CLK>;
37 clock-names = "core", "iface";