From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sakari Ailus Subject: [RFC 2/3] dt: bindings: Add lens-focus binding for image sensors Date: Tue, 2 May 2017 13:25:48 +0300 Message-ID: <1493720749-31509-3-git-send-email-sakari.ailus@linux.intel.com> References: <1493720749-31509-1-git-send-email-sakari.ailus@linux.intel.com> Return-path: In-Reply-To: <1493720749-31509-1-git-send-email-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: pavel-+ZI9xUNit7I@public.gmane.org List-Id: devicetree@vger.kernel.org The lens-focus property contains a phandle to the lens voice coil driver that is associated to the sensor; typically both are contained in the same camera module. Signed-off-by: Sakari Ailus --- Documentation/devicetree/bindings/media/video-interfaces.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt index d6c62bc..e52aefc 100644 --- a/Documentation/devicetree/bindings/media/video-interfaces.txt +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt @@ -77,6 +77,9 @@ Optional properties the child nodes of the LED driver describing individual LEDs. Only valid for device nodes that are related to an image sensor. +- lens-focus: A phandle to the node of the lens. Only valid for device + nodes that are related to an image sensor. + Optional endpoint properties ---------------------------- -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html