arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 32 ----------------------------- 1 file changed, 32 deletions(-)
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>
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>
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
© 2016 - 2025 Red Hat, Inc.