mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
From 20afb6751739264ea41993877de93923911dfdc3 Mon Sep 17 00:00:00 2001
|
|
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Date: Thu, 6 Oct 2022 14:46:27 +0200
|
|
Subject: [PATCH] arm64: dts: qcom: ipq6018: align TLMM pin configuration with
|
|
DT schema
|
|
|
|
DT schema expects TLMM pin configuration nodes to be named with
|
|
'-state' suffix and their optional children with '-pins' suffix.
|
|
|
|
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20221006124659.217540-3-krzysztof.kozlowski@linaro.org
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 4 ++--
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 4 ++--
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
|
|
@@ -51,13 +51,13 @@
|
|
};
|
|
|
|
&tlmm {
|
|
- i2c_1_pins: i2c-1-pins {
|
|
+ i2c_1_pins: i2c-1-state {
|
|
pins = "gpio42", "gpio43";
|
|
function = "blsp2_i2c";
|
|
drive-strength = <8>;
|
|
};
|
|
|
|
- spi_0_pins: spi-0-pins {
|
|
+ spi_0_pins: spi-0-state {
|
|
pins = "gpio38", "gpio39", "gpio40", "gpio41";
|
|
function = "blsp0_spi";
|
|
drive-strength = <8>;
|