aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@linaro.org>2022-09-13 12:18:08 +0530
committerBhupesh Sharma <bhupesh.sharma@linaro.org>2022-09-13 12:18:15 +0530
commit38b7066ac1084c74759f1314c54b5735a1e5031d (patch)
tree351c8128913fbed3e9e96bdc0871e073d64d411f
parent7d26c5099f21e9276a1463df5d5f34cdd9bad5d9 (diff)
DON'T UPSTREAM: arm64: dts: qcom: sa8155p-adp & sa8155p-iot-v2-adpadp-lts-release-8.0
Align the sa8155p-adp & sa8155p-iot-v2-adp (qcs8155p) dts files to the recent changes done upstream. This includes minor changes to the ethernet and ufs_phy nodes. Also enable the qmi cooling device node in qcs8155p dts file. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sa8155p-adp.dts31
-rw-r--r--arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts12
2 files changed, 10 insertions, 33 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
index 9e01ed506f54..b7199c58f316 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
@@ -354,6 +354,8 @@
phy-handle = <&rgmii_phy>;
phy-mode = "rgmii";
+ max-speed = <1000>;
+
mdio {
#address-cells = <0x1>;
#size-cells = <0x0>;
@@ -403,9 +405,7 @@
status = "okay";
vdda-phy-supply = <&vreg_l8c_1p2>;
- vdda-max-microamp = <87100>;
vdda-pll-supply = <&vreg_l5a_0p88>;
- vdda-pll-max-microamp = <18300>;
};
&usb_1 {
@@ -472,33 +472,6 @@
&tlmm {
gpio-reserved-ranges = <0 4>;
- bt_en_default: bt_en_default {
- mux {
- pins = "gpio172";
- function = "gpio";
- };
-
- config {
- pins = "gpio172";
- drive-strength = <2>;
- bias-pull-down;
- };
- };
-
- wlan_en_default: wlan_en_default {
- mux {
- pins = "gpio169";
- function = "gpio";
- };
-
- config {
- pins = "gpio169";
- drive-strength = <16>;
- output-high;
- bias-pull-up;
- };
- };
-
usb2phy_ac_en1_default: usb2phy_ac_en1_default {
mux {
pins = "gpio113";
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 a4a492b1c3e9..457af4436ab6 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-iot-v2-adp.dts
@@ -328,6 +328,14 @@
};
};
+&qmi_tmd_devices {
+ status = "okay";
+};
+
+&qupv3_id_1 {
+ status = "okay";
+};
+
&ethernet {
status = "okay";
@@ -366,10 +374,6 @@
};
};
-&qupv3_id_1 {
- status = "okay";
-};
-
&i2c0 {
status = "disabled";
};