Merge "ARM: dts: msm: Add i2c gpio access to apps and adsp on Tuna"

This commit is contained in:
QCTECMDR Service
2024-11-04 05:00:36 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 5 additions and 2 deletions

View File

@@ -1096,6 +1096,7 @@
drive-strength = <2>;
bias-pull-up;
qcom,i2c_pull;
qcom,apps;
};
};
@@ -1110,6 +1111,7 @@
drive-strength = <2>;
bias-pull-up;
qcom,i2c_pull;
qcom,apps;
};
};
@@ -1122,6 +1124,7 @@
config {
pins = "gpio0", "gpio1";
drive-strength = <2>;
qcom,remote;
};
};
};

View File

@@ -466,8 +466,8 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&qupv3_se8_i2c_sda_active>, <&qupv3_se8_i2c_scl_active>;
pinctrl-1 = <&qupv3_se8_i2c_sleep>;
dmas = <&gpi_dma2 0 0 3 64 0>,
<&gpi_dma2 1 0 3 64 0>;
dmas = <&gpi_dma2 0 0 3 1024 0>,
<&gpi_dma2 1 0 3 1024 0>;
dma-names = "tx", "rx";
status = "disabled";
};