* [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state'
@ 2025-07-01 10:10 Gabor Juhos
2025-07-01 10:28 ` Konrad Dybcio
2025-08-24 2:55 ` Bjorn Andersson
0 siblings, 2 replies; 3+ messages in thread
From: Gabor Juhos @ 2025-07-01 10:10 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, Gabor Juhos
Since commit 8140d10568a8 ("arm64: dts: qcom: ipq9574: Remove eMMC node"),
the 'sdc-default-state' pinctrl state is not used so remove that.
Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
Note: dtbcheck produces the warnings below, but those are present even
without the patch:
DTC [C] arch/arm64/boot/dts/qcom/ipq9574-rdp433.dtb
/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dtb: usb@8af8800: interrupt-names: ['pwr_event'] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dtb: usb@8af8800: interrupts-extended: [[1, 0, 134, 4]] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
---
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 32 -----------------------------
1 file changed, 32 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
index fa7bb521e78603fc4fd6499f398b74c99b018772..5a546a14998b04a4b52abfc12571ec0f793f959b 100644
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
@@ -128,36 +128,4 @@ wake-n-pins {
bias-pull-up;
};
};
-
- sdc_default_state: sdc-default-state {
- clk-pins {
- pins = "gpio5";
- function = "sdc_clk";
- drive-strength = <8>;
- bias-disable;
- };
-
- cmd-pins {
- pins = "gpio4";
- function = "sdc_cmd";
- drive-strength = <8>;
- bias-pull-up;
- };
-
- data-pins {
- pins = "gpio0", "gpio1", "gpio2",
- "gpio3", "gpio6", "gpio7",
- "gpio8", "gpio9";
- function = "sdc_data";
- drive-strength = <8>;
- bias-pull-up;
- };
-
- rclk-pins {
- pins = "gpio10";
- function = "sdc_rclk";
- drive-strength = <8>;
- bias-pull-down;
- };
- };
};
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250701-rdp433-remove-sdc-state-692f5e91cdb9
Best regards,
--
Gabor Juhos <j4g8y7@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state'
2025-07-01 10:10 [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state' Gabor Juhos
@ 2025-07-01 10:28 ` Konrad Dybcio
2025-08-24 2:55 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Konrad Dybcio @ 2025-07-01 10:28 UTC (permalink / raw)
To: Gabor Juhos, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel
On 01-Jul-25 12:10, Gabor Juhos wrote:
> Since commit 8140d10568a8 ("arm64: dts: qcom: ipq9574: Remove eMMC node"),
> the 'sdc-default-state' pinctrl state is not used so remove that.
>
> Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state'
2025-07-01 10:10 [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state' Gabor Juhos
2025-07-01 10:28 ` Konrad Dybcio
@ 2025-08-24 2:55 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2025-08-24 2:55 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Gabor Juhos
Cc: linux-arm-msm, devicetree, linux-kernel
On Tue, 01 Jul 2025 12:10:13 +0200, Gabor Juhos wrote:
> Since commit 8140d10568a8 ("arm64: dts: qcom: ipq9574: Remove eMMC node"),
> the 'sdc-default-state' pinctrl state is not used so remove that.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state'
commit: a300bbd90c3b3c43b1668e1923cd170fc8d5fc89
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-24 2:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 10:10 [PATCH] arm64: dts: qcom: ipq9574-rdp433: remove unused 'sdc-default-state' Gabor Juhos
2025-07-01 10:28 ` Konrad Dybcio
2025-08-24 2:55 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).