Message ID | 20220802153947.44457-3-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | a64f7d415281db0b727911de0035809f756b10d7 |
Headers | show |
Series | i2c/arm: dt-bindings: qcom: qcom,i2c-cci: convert to dtschema | expand |
On Tue, 2 Aug 2022 at 17:40, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > 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> > > --- > > Not tested on hardware. > --- > arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > index b9304f81290a..f313f6964810 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > @@ -1214,8 +1214,6 @@ camera@10 { > 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"; > @@ -1256,8 +1254,6 @@ camera@60 { > 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"; > -- > 2.34.1 Reviewed-by: Robert Foss <robert.foss@linaro.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index b9304f81290a..f313f6964810 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -1214,8 +1214,6 @@ camera@10 { 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"; @@ -1256,8 +1254,6 @@ camera@60 { 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";
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> --- Not tested on hardware. --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ---- 1 file changed, 4 deletions(-)