lkml.org 
[lkml]   [2022]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v2 2/3] media: dt-bindings: ak7375: Add supplies
From
Hi Yassine,

I have tested this VCM with IMX519 arducam sensor with a auto-focus
algorithm plumbed with libcamera [1]

On 7/11/22 8:10 PM, Yassine Oudjana wrote:
> From: Yassine Oudjana <y.oudjana@protonmail.com>
>
> Add supply properties to describe regulators needed to power
> the AK7375 VCM.
>
> Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

So,

Tested-by: Umang Jain <umang.jain@ideasonboard.com>

[1] https://patchwork.libcamera.org/project/libcamera/list/?series=3174
> ---
> .../bindings/media/i2c/asahi-kasei,ak7375.yaml | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> index 22b1251b16ee..22a810fc7222 100644
> --- a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> @@ -20,9 +20,17 @@ properties:
> reg:
> maxItems: 1
>
> + vdd-supply:
> + description: VDD supply
> +
> + vio-supply:
> + description: I/O pull-up supply
> +
> required:
> - compatible
> - reg
> + - vdd-supply
> + - vio-supply
>
> additionalProperties: false
>
> @@ -35,6 +43,9 @@ examples:
> ak7375: camera-lens@c {
> compatible = "asahi-kasei,ak7375";
> reg = <0x0c>;
> +
> + vdd-supply = <&vreg_l23a_2p8>;
> + vio-supply = <&vreg_lvs1a_1p8>;
> };
> };
>

\
 
 \ /
  Last update: 2022-11-28 07:47    [W:0.123 / U:1.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site