mediatek: mt7629: 6.6: disable LEDS_SMARTRG_LED by default
[openwrt/staging/stintel.git] / target / linux / qualcommax / patches-6.1 / 0038-v6.4-arm64-dts-qcom-ipq6018-cp01-c1-drop-SPI-cs-select.patch
1 From afa8eb675fc6dd606783ed2350de90927d6fb9d3 Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Wed, 8 Mar 2023 13:59:01 +0100
4 Subject: [PATCH] arm64: dts: qcom: ipq6018-cp01-c1: drop SPI cs-select
5
6 The SPI controller nodes do not use/allow cs-select property:
7
8 ipq6018-cp01-c1.dtb: spi@78b5000: Unevaluated properties are not allowed ('cs-select' was unexpected)
9
10 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
12 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
13 Link: https://lore.kernel.org/r/20230308125906.236885-6-krzysztof.kozlowski@linaro.org
14 ---
15 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 1 -
16 1 file changed, 1 deletion(-)
17
18 --- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
19 +++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
20 @@ -36,7 +36,6 @@
21 };
22
23 &blsp1_spi1 {
24 - cs-select = <0>;
25 pinctrl-0 = <&spi_0_pins>;
26 pinctrl-names = "default";
27 status = "okay";