Re: [PATCH v6 1/2] arm64: dts: qcom: sdm845-google: Add dual front IMX355 cameras
Konrad Dybcio <[email protected]> Mon, 20 Jul 2026 13:01:07 +0200
| Newsgroups | org.kernel.vger.phone-devel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/26 12:53 PM, David Heidelberg via B4 Relay wrote: > From: David Heidelberg <[email protected]> > > The Pixel 3 features two front-facing Sony IMX355 sensors with > different focal lengths (standard and wide-angle). [...] > @@ -127,16 +128,48 @@ vreg_s4a_1p8: regulator-vreg-s4a-1p8 { > regulator-min-microvolt = <1800000>; > regulator-max-microvolt = <1800000>; > regulator-always-on; > regulator-boot-on; > > vin-supply = <&vph_pwr>; > }; > > + camera_front_avdd: regulator-front-cam-avdd { This is better, but the regulator nodes still need to be sorted alphabetically [...] > - /* front camera, imx355 @1a */ > + front_cam: camera@10 { > + compatible = "sony,imx355"; > + reg = <0x10>; > + > + clocks = <&clock_camcc CAM_CC_MCLK2_CLK>; > + assigned-clocks = <&clock_camcc CAM_CC_MCLK2_CLK>; > + assigned-clock-rates = <24000000>; > + > + reset-gpios = <&tlmm 21 GPIO_ACTIVE_LOW>; > + > + avdd-supply = <&camera_front_avdd>; > + dvdd-supply = <&vreg_s3a_1p35>; > + dovdd-supply = <&vreg_lvs1_1p8>; > + > + pinctrl-0 = <&cam_front_reset_default>; > + pinctrl-names = "default"; > + > + rotation = <270>; > + orientation = <0>; https://lore.kernel.org/all/[email protected]/ Please use that for both cameras Konrad