aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@linaro.org>2022-09-13 11:17:15 +0530
committerBhupesh Sharma <bhupesh.sharma@linaro.org>2022-09-13 11:17:15 +0530
commit6c978a5e2f8d74f608ae9ee5ecf8fe5ef033a051 (patch)
treec4e1dc93e104d64242b95d346244d53de2cd0ef5
parent64ee2bb62b3dfec3d81729bebe4d5775bf969d07 (diff)
DON'T UPSTREAM: arm64: dts: qcom: sa8155p-iot-v2-adp: Disable uSD card suuport
As Ondrej noted uSD card enablement causes ethernet to stop acquiring DHCP IP addr on qcs8155 board. So disable the same. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts68
1 files changed, 0 insertions, 68 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts
index d5cdd391ecd5..a4a492b1c3e9 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts
@@ -391,20 +391,6 @@
firmware-name = "qcom/sa8155p/cdsp.mdt";
};
-&sdhc_2 {
- status = "okay";
-
- cd-gpios = <&tlmm 4 GPIO_ACTIVE_LOW>;
- pinctrl-names = "default", "sleep";
- pinctrl-0 = <&sdc2_on>;
- pinctrl-1 = <&sdc2_off>;
- vqmmc-supply = <&vreg_l13c_2p96>; /* IO line power */
- vmmc-supply = <&vreg_l17a_2p96>; /* Card power line */
- bus-width = <4>;
- no-sdio;
- no-emmc;
-};
-
&uart2 {
status = "okay";
};
@@ -493,60 +479,6 @@
&tlmm {
gpio-reserved-ranges = <0 4>;
- sdc2_on: sdc2_on {
- clk {
- pins = "sdc2_clk";
- bias-disable; /* No pull */
- drive-strength = <16>; /* 16 MA */
- };
-
- cmd {
- pins = "sdc2_cmd";
- bias-pull-up; /* pull up */
- drive-strength = <16>; /* 16 MA */
- };
-
- data {
- pins = "sdc2_data";
- bias-pull-up; /* pull up */
- drive-strength = <16>; /* 16 MA */
- };
-
- sd-cd {
- pins = "gpio96";
- function = "gpio";
- bias-pull-up; /* pull up */
- drive-strength = <2>; /* 2 MA */
- };
- };
-
- sdc2_off: sdc2_off {
- clk {
- pins = "sdc2_clk";
- bias-disable; /* No pull */
- drive-strength = <2>; /* 2 MA */
- };
-
- cmd {
- pins = "sdc2_cmd";
- bias-pull-up; /* pull up */
- drive-strength = <2>; /* 2 MA */
- };
-
- data {
- pins = "sdc2_data";
- bias-pull-up; /* pull up */
- drive-strength = <2>; /* 2 MA */
- };
-
- sd-cd {
- pins = "gpio96";
- function = "gpio";
- bias-pull-up; /* pull up */
- drive-strength = <2>; /* 2 MA */
- };
- };
-
usb2phy_ac_en1_default: usb2phy_ac_en1_default {
mux {
pins = "gpio113";