Skip to content

Commit 1bfeee1

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: ipq8064: drop spi-max-frequency from controller
spi-max-frequency is a property of SPI device, not SPI controller. Drop it from the controller nodes. No functional impact expected because child SPI device already defines spi-max-frequency. This fixes dtbs_check warnings like: qcom-ipq8064-ap148.dtb: spi@1a280000: Unevaluated properties are not allowed ('spi-max-frequency' was unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230619170151.65505-3-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9a3b29c commit 1bfeee1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282

283283
spi4: spi@1a280000 {
284284
status = "okay";
285-
spi-max-frequency = <50000000>;
286285

287286
pinctrl-0 = <&spi_pins>;
288287
pinctrl-names = "default";

arch/arm/boot/dts/qcom/qcom-ipq8064-v1.0.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
spi4: spi@1a280000 {
3232
status = "okay";
33-
spi-max-frequency = <50000000>;
3433

3534
pinctrl-0 = <&spi_pins>;
3635
pinctrl-names = "default";

0 commit comments

Comments
 (0)