Skip to content

Commit

Permalink
arm64: dts: qcom: Add Camera Control Interface pinctrls
Browse files Browse the repository at this point in the history
Add pinctrls required for Camera Control Interface.

Signed-off-by: Todor Tomov <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
todortomov authored and Andy Gross committed Dec 3, 2018
1 parent 58f479f commit 1ab0fb7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -689,4 +689,16 @@
bias-pull-up;
};
};

cci0_default: cci0_default {
pinmux {
function = "cci_i2c";
pins = "gpio29", "gpio30";
};
pinconf {
pins = "gpio29", "gpio30";
drive-strength = <16>;
bias-disable;
};
};
};
24 changes: 24 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -495,4 +495,28 @@
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;
};
};
};

0 comments on commit 1ab0fb7

Please sign in to comment.