From patchwork Tue Mar 30 14:21:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11794 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 08566C0DA3 for ; Tue, 30 Mar 2021 14:20:50 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 966366878C; Tue, 30 Mar 2021 16:20:49 +0200 (CEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3351568786 for ; Tue, 30 Mar 2021 16:20:46 +0200 (CEST) X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 6FD9460004; Tue, 30 Mar 2021 14:20:45 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Tue, 30 Mar 2021 16:21:13 +0200 Message-Id: <20210330142113.37457-6-jacopo@jmondi.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210330142113.37457-1-jacopo@jmondi.org> References: <20210330142113.37457-1-jacopo@jmondi.org> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 5/5] android: soraka: Add camera HAL configuration X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Add camera HAL configuration file for IPU3 Soraka. Reviewed-by: Laurent Pinchart Reviewed-by: Hirokazu Honda Signed-off-by: Jacopo Mondi --- src/android/data/soraka/camera_hal.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/android/data/soraka/camera_hal.yaml diff --git a/src/android/data/soraka/camera_hal.yaml b/src/android/data/soraka/camera_hal.yaml new file mode 100644 index 000000000000..605f3096b726 --- /dev/null +++ b/src/android/data/soraka/camera_hal.yaml @@ -0,0 +1,10 @@ +cameras: + "\\_SB_.PCI0.I2C4.CAM1": + model: ov5670 + location: front + rotation: 0 + + "\\_SB_.PCI0.I2C2.CAM0": + model: ov13858 + location: back + rotation: 0