From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sakari Ailus Subject: [PATCH 2/8] dt: bindings: Add lens-focus binding for image sensors Date: Wed, 14 Jun 2017 12:47:13 +0300 Message-ID: <1497433639-13101-3-git-send-email-sakari.ailus@linux.intel.com> References: <1497433639-13101-1-git-send-email-sakari.ailus@linux.intel.com> Return-path: In-Reply-To: <1497433639-13101-1-git-send-email-sakari.ailus@linux.intel.com> Sender: linux-leds-owner@vger.kernel.org To: linux-media@vger.kernel.org, linux-leds@vger.kernel.org Cc: devicetree@vger.kernel.org, sebastian.reichel@collabora.co.uk, robh@kernel.org, pavel@ucw.cz 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 Acked-by: Pavel Machek Reviewed-by: Sebastian Reichel --- Documentation/devicetree/bindings/media/video-interfaces.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt index 9723f7e..a18d9b2 100644 --- a/Documentation/devicetree/bindings/media/video-interfaces.txt +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt @@ -74,6 +74,8 @@ Optional properties - flash: phandle referring to the flash driver chip. A flash driver may have multiple flashes connected to it. +- lens-focus: A phandle to the node of the focus lens controller. + Optional endpoint properties ---------------------------- -- 2.1.4