aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@linaro.org>2022-08-19 11:17:07 +0530
committerBhupesh Sharma <bhupesh.sharma@linaro.org>2022-08-19 11:18:48 +0530
commit1a0ea35b6861b9683ce1d4ec4369ed892131c094 (patch)
treeaa33cb9ecb84dc68e18edc606f4c4d63236ba6d8
parent1bf9aa9996f30ea068be74794070209aaff0e6eb (diff)
DON'T UPSTREAM: Revert "FROMLIST: arm64: dts: qcom: sa8155p-adp: Add support for uSD card"
This reverts commit 58e756e18ab498e8a5ec32de0a6b94f6fdf7d29d. As Ondrej noted this patch causes ethernet to stop acquiring DHCP IP addr on sa8155p adp board. So revert the same. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sa8155p-adp.dts68
1 files changed, 0 insertions, 68 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
index e74f5e9bb925..352220dc0946 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
@@ -378,20 +378,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";
};
@@ -509,60 +495,6 @@
};
};
- 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";