ARM: dts: msm: increase strength for mclk0 on msm8998 HDK

Increase the strength of camera mclk0 on msm8998 HDK.

Change-Id: I9804d26265f074e1696f9b324ac8973100bb0a0e
Signed-off-by: Wei Ding <weiding@codeaurora.org>
This commit is contained in:
Wei Ding 2017-03-08 13:30:12 +08:00 committed by Gerrit - the friendly Code Review server
parent ad64f3159b
commit 722434012e

View file

@ -43,4 +43,19 @@
drive-strength = <8>; /* 2 MA */ drive-strength = <8>; /* 2 MA */
}; };
}; };
cam_sensor_mclk0_active: cam_sensor_mclk0_active {
/* MCLK1 */
mux {
/* CLK, DATA */
pins = "gpio13";
function = "cam_mclk";
};
config {
pins = "gpio13";
bias-disable; /* No PULL */
drive-strength = <8>; /* 2 MA */
};
};
}; };