Merge "ARM: dts: msm: Add i2c gpio access to apps and adsp on Tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9df9a96e7a
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user