Skip to content

Commit

Permalink
arm64: dts: qcom: sdm845-db845c: drop gpios from CCI I2C sensors
Browse files Browse the repository at this point in the history
The OV7251 and OV8856 camera sensor bindings do not allow
property "gpios" and Linux driver does not parse it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220802153947.44457-3-krzysztof.kozlowski@linaro.org
  • Loading branch information
Krzysztof Kozlowski authored and Bjorn Andersson committed Aug 29, 2022
1 parent 62e60e3 commit a64f7d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/qcom/sdm845-db845c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,6 @@
reset-gpios = <&tlmm 9 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&cam0_default>;
gpios = <&tlmm 13 0>,
<&tlmm 9 GPIO_ACTIVE_LOW>;

clocks = <&clock_camcc CAM_CC_MCLK0_CLK>;
clock-names = "xvclk";
Expand Down Expand Up @@ -1256,8 +1254,6 @@
enable-gpios = <&tlmm 21 0>;
pinctrl-names = "default";
pinctrl-0 = <&cam3_default>;
gpios = <&tlmm 16 0>,
<&tlmm 21 0>;

clocks = <&clock_camcc CAM_CC_MCLK3_CLK>;
clock-names = "xclk";
Expand Down

0 comments on commit a64f7d4

Please sign in to comment.