On 2.08.2022 17:39, Krzysztof Kozlowski wrote: > The Camera Control Interface I2C controller device node belongs to > TITAN_TOP_GDSC power domain, so its children do not need to specify it > again. The OV7251 and OV8856 camera sensor bindings do not allow > power-domains. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Not tested on hardware. > --- Not tested on hardware either, but looks good. Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad > 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 c6e2c571b452..b9304f81290a 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > @@ -1228,8 +1228,6 @@ camera@10 { > * both have to be enabled through the power management > * gpios. > */ > - power-domains = <&clock_camcc TITAN_TOP_GDSC>; > - > dovdd-supply = <&vreg_lvs1a_1p8>; > avdd-supply = <&cam0_avdd_2v8>; > dvdd-supply = <&cam0_dvdd_1v2>; > @@ -1273,8 +1271,6 @@ camera@60 { > * > * No 1.2V vddd-supply regulator is used. > */ > - power-domains = <&clock_camcc TITAN_TOP_GDSC>; > - > vdddo-supply = <&vreg_lvs1a_1p8>; > vdda-supply = <&cam3_avdd_2v8>; >