Re: [PATCH 4/4] arm64: dts: qcom: sm7325-nothing-spacewar: Add front camera support
From: Konrad Dybcio
Date: Tue Aug 18 2026 - 08:39:27 EST
On 8/5/26 9:54 PM, Danila Tikhonov wrote:
> Add and configure the necessary nodes to enable the front camera
> (Sony IMX471), connected to CSIPHY 0.
>
> Signed-off-by: Danila Tikhonov <danila@xxxxxxxxxxxxxx>
> ---
[...]
> &cci0_i2c0 {
> - /* D-PHY sony,imx471 (Front) @ 0x1a */
> + camf_imx471: camera@1a {
> + compatible = "sony,imx471";
> + reg = <0x1a>;
> +
> + vana-supply = <&vreg_camf_vana_2p8>;
> + vdig-supply = <&vreg_camf_vdig_1p1>;
> + vif-supply = <&vreg_cam_vio_1p8>;
> +
> + clocks = <&camcc CAM_CC_MCLK0_CLK>;
> + assigned-clocks = <&camcc CAM_CC_MCLK0_CLK>;
> + assigned-clock-rates = <19200000>;
> +
> + reset-gpios = <&tlmm 20 GPIO_ACTIVE_LOW>;
> + pinctrl-0 = <&cam_mclk0_default>;
> + pinctrl-names = "default";
Don't you want to also configure the reset pinmux/cfg?
> +
> + orientation = <0>; /* Front facing */
Please incorporate
https://lore.kernel.org/lkml/20260804-kbingham-orientation-v4-0-336998dd63b4@xxxxxxxxxxxxxxxx/
Konrad