Commit 1ab0fb75 authored by Todor Tomov's avatar Todor Tomov Committed by Andy Gross

arm64: dts: qcom: Add Camera Control Interface pinctrls

Add pinctrls required for Camera Control Interface.
Signed-off-by: default avatarTodor Tomov <todor.tomov@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 58f479f9
......@@ -689,4 +689,16 @@ pinconf {
bias-pull-up;
};
};
cci0_default: cci0_default {
pinmux {
function = "cci_i2c";
pins = "gpio29", "gpio30";
};
pinconf {
pins = "gpio29", "gpio30";
drive-strength = <16>;
bias-disable;
};
};
};
......@@ -495,4 +495,28 @@ config {
bias-disable;
};
};
cci0_default: cci0_default {
pinmux {
function = "cci_i2c";
pins = "gpio17", "gpio18";
};
pinconf {
pins = "gpio17", "gpio18";
drive-strength = <16>;
bias-disable;
};
};
cci1_default: cci1_default {
pinmux {
function = "cci_i2c";
pins = "gpio19", "gpio20";
};
pinconf {
pins = "gpio19", "gpio20";
drive-strength = <16>;
bias-disable;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment