Skip to content
Snippets Groups Projects
Commit 4f3f2666 authored by Chris Fries's avatar Chris Fries
Browse files

arm/dt: 8084: Enable improved I2C recovery


Forcibly recover I2C busses where APQ is the only master, in case we
have poorly-acting slaves on these busses.

Bug: 17690627
Signed-off-by: default avatarChris Fries <cfries@motorola.com>
parent 96800d5d
Branches
Tags
No related merge requests found
......@@ -961,6 +961,8 @@
};
&i2c_1 {
qcom,extended-recovery = <2>;
synaptics@20 {
compatible = "synaptics,rmi4";
reg = <0x20>;
......@@ -1037,6 +1039,8 @@
};
&i2c_2 {
qcom,extended-recovery = <2>;
isa1200@48 {
status = "okay";
reg = <0x48>;
......@@ -1060,6 +1064,8 @@
};
&i2c_8 {
qcom,extended-recovery = <2>;
tpa6165xx@40 {
compatible = "ti,tpa6165";
reg = <0x40>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment