Skip to content

Commit 43ebaca

Browse files
flamingradian6by9
authored andcommitted
arm64: dts: qcom: sdm670: add camera mclk pins
The camera subsystem is added for the SoC common devicetree, but the mclk pins should also be common across the SoC. Add the mclk pins for the cameras. Suggested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/5135823c-f2e4-4873-9e3a-9d190cac0113@oss.qualcomm.com Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Bryan O'Donoghue <bod@kernel.org> Reviewed-by: David Heidelberg <david@ixit.cz> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Richard Acayan <mailingradian@gmail.com>
1 parent e5e3e25 commit 43ebaca

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm670.dtsi

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,34 @@
11901190
gpio-ranges = <&tlmm 0 0 151>;
11911191
wakeup-parent = <&pdc>;
11921192

1193+
cam_mclk0_default: cam-mclk0-default-state {
1194+
pins = "gpio13";
1195+
function = "cam_mclk";
1196+
drive-strength = <2>;
1197+
bias-disable;
1198+
};
1199+
1200+
cam_mclk1_default: cam-mclk1-default-state {
1201+
pins = "gpio14";
1202+
function = "cam_mclk";
1203+
drive-strength = <2>;
1204+
bias-disable;
1205+
};
1206+
1207+
cam_mclk2_default: cam-mclk2-default-state {
1208+
pins = "gpio15";
1209+
function = "cam_mclk";
1210+
drive-strength = <2>;
1211+
bias-disable;
1212+
};
1213+
1214+
cam_mclk3_default: cam-mclk3-default-state {
1215+
pins = "gpio16";
1216+
function = "cam_mclk";
1217+
drive-strength = <2>;
1218+
bias-disable;
1219+
};
1220+
11931221
cci0_default: cci0-default-state {
11941222
pins = "gpio17", "gpio18";
11951223
function = "cci_i2c";

0 commit comments

Comments
 (0)