From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: david@ixit.cz, Sakari Ailus <sakari.ailus@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Alexander Martinz <amartinz@shiftphones.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
phone-devel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] arm64: dts: qcom: sdm845-shift-axolotl: Add actuator for main rear camera
Date: Fri, 31 Jul 2026 17:41:06 +0200 [thread overview]
Message-ID: <3ac4eb1b-348b-444a-bba0-e4c64d5b57bb@oss.qualcomm.com> (raw)
In-Reply-To: <20260730-dw9714v-v2-2-d5da19e6c60b@ixit.cz>
On 7/30/26 12:20 AM, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@ixit.cz>
>
> Main rear camera uses Dongwoon DW9714V actuator. Add regulator and
> actuator node.
>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
[...]
> + /* SGM2036-2.8YUDH4G/TR */
> + cam_bus_2p8: regulator-cam-bus-2p8 {
> + compatible = "regulator-fixed";
> +
> + regulator-name = "cam_bus_2p8";
> + regulator-min-microvolt = <2800000>;
> + regulator-max-microvolt = <2800000>;
> + regulator-enable-ramp-delay = <100>;
> +
> + gpio = <&tlmm 8 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> +
> + pinctrl-0 = <&cam_bus_avdd_default_state>;
> + pinctrl-1 = <&cam_bus_avdd_sleep_state>;
> + pinctrl-names = "default", "sleep";
> +
> + vin-supply = <&vreg_bob>;
> +
> + /*
> + * TODO: This node represent bus supply to the cam i2c module.
> + * Others DT do in similar fashion, but should be addressed
> + * by the bus-supply in the future
> + */
I can't quite parse the second sentence..
[...]
> +&cci_i2c0 {
> + rear_camera_actuator: actuator@c {
> + compatible = "dongwoon,dw9714v", "dongwoon,dw9714a", "dongwoon,dw9714";
1 a line would be neater
[...]
> + cam_bus_avdd_default_state: cam-bus-avdd-default-state {
> + pins = "gpio8";
> + function = "gpio";
> + bias-disable;
> + drive-strength = <2>;
Other nodes have drive-strength first, then bias
> + };
> +
> + cam_bus_avdd_sleep_state: cam-bus-avdd-sleep-state {
> + pins = "gpio8";
> + function = "gpio";
> + bias-disable;
> + drive-strength = <2>;
> + output-low;
Drop output-low, the regulator driver will set that
Konrad
next prev parent reply other threads:[~2026-07-31 15:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 22:20 [PATCH v2 0/2] Enable DW9714V camera focus coil on SHIFT 6MQ David Heidelberg via B4 Relay
2026-07-29 22:20 ` [PATCH v2 1/2] dt-bindings: media: i2c: dongwoon,dw9714: Document DW9714A and V variant David Heidelberg via B4 Relay
2026-07-29 22:20 ` [PATCH v2 2/2] arm64: dts: qcom: sdm845-shift-axolotl: Add actuator for main rear camera David Heidelberg via B4 Relay
2026-07-31 15:41 ` Konrad Dybcio [this message]
2026-07-31 16:46 ` David Heidelberg
2026-07-31 16:55 ` Konrad Dybcio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3ac4eb1b-348b-444a-bba0-e4c64d5b57bb@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=amartinz@shiftphones.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox