Commit 10e0c161 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

ARM: dts: ifc6410: enable cam i2c device

This patch enables i2c bus for camera via mipi-csi connector on ifc6410.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 2a5cbc15
...@@ -162,6 +162,15 @@ i2c@16280000 { ...@@ -162,6 +162,15 @@ i2c@16280000 {
}; };
}; };
gsbi@16300000 {
status = "okay";
qcom,mode = <GSBI_PROT_I2C>;
/* CAM I2C MIPI-CSI connector */
i2c@16380000 {
status = "okay";
};
};
gsbi@12440000 { gsbi@12440000 {
status = "okay"; status = "okay";
qcom,mode = <GSBI_PROT_I2C>; qcom,mode = <GSBI_PROT_I2C>;
......
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