Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1662123pxb; Thu, 4 Nov 2021 06:25:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHVJjFaSYUCC4ZSoevhcqfxgKakKGMdkoyL5I13/iQmrnJtP78sjIqzB8KH0EYnwmE/50f X-Received: by 2002:a05:600c:378b:: with SMTP id o11mr23481086wmr.157.1636032349054; Thu, 04 Nov 2021 06:25:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1636032349; cv=none; d=google.com; s=arc-20160816; b=TmGm0wlhq1qWqnNEd/0U+IwubfRGeHOAvkQ/fPb6Iio8Txh/r7mlwAA0ektGok680G wHSYufEhHRilwsejiidO+A6R0IQbd7BXDIJAIDxca9tRQ0pAuQ4ILVWfZnKGAYbjNftU cPUEg1PAyQrxzbiLTCcwRGq/0z9jynlC51UzmvIw0qdTIUwaUgKBseJAn6yNvZhATiSG jKrUMiS+oejUmwSQ73vFfYPG2g3AERS1xvoQOCBAT/dGM7zz9YhB2LzKzLQN9WjnbdeT t2gmBGMjxC43ltU60cCUPzdKFQ8dUuXx/zqBIdYWAoI8LceX01V1e85lgn0N7mM1QLLu X86g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=mgKgn4SYq/cYIm9F8OXPTYBZmqkTuZF0PcUyA75XzCE=; b=p6gNN/X0AJb7l70s88AnxbLMKYJYbr7C9iaK1qeB4hdp++KazJStdK6vR6cJnCluWY ePuq9nWIXm97QwKdKoJ6PAXWV747fx8ixB0U8ix43yeEuTBQah087TgF+Izqk9adPsAq XKgDmOmZXKLMUYRcQgxnY+6dYejrbXqWOEM6P4zDeKyNLsEWEXg06MTiJnPaokk4pytn urkmmqLuCDL8nmwomtRF96W+nhQ2Qv8t2FGoE58l0prpRV9w+fseKWSonXrPZZCKnqkO 6cSRxO3HmldPs/EUDGUFmLXurVI1kcyR5FcT4tsNlgvn7wkNI9KvorB3xGerE/SpM85/ G5aw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o16si10276616edc.582.2021.11.04.06.25.24; Thu, 04 Nov 2021 06:25:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231509AbhKDN0O (ORCPT + 99 others); Thu, 4 Nov 2021 09:26:14 -0400 Received: from comms.puri.sm ([159.203.221.185]:42014 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230390AbhKDN0N (ORCPT ); Thu, 4 Nov 2021 09:26:13 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 0886CDFE31; Thu, 4 Nov 2021 06:23:35 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aEhtsC27IwzL; Thu, 4 Nov 2021 06:23:34 -0700 (PDT) From: Martin Kepplinger To: festevam@gmail.com, shawnguo@kernel.org Cc: martin.kepplinger@puri.sm, devicetree@vger.kernel.org, kernel@pengutronix.de, kernel@puri.sm, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, robh@kernel.org Subject: [PATCH v1 0/4] support the Librem 5 front camera Date: Thu, 4 Nov 2021 14:22:09 +0100 Message-Id: <20211104132213.470498-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi Shawn and all whom this concerns, 3 weeks ago I sent this as RFC that didn't yield feedback, see below :) Here's the same patches as a proper patchset ready to apply. The first patch adds a shared "r3.dtsi" and is only refactoring. Patch 2 that describes the power supplies on the Librem 5 board as regulators. Patch 3 and 4 should be straight forward camera descriptions according to the drivers. thank you, martin revision history ---------------- RFC v1: https://lore.kernel.org/phone-devel/20211015083506.4182875-1-martin.kepplinger@puri.sm/ and more specifically thoughts on patch 2: https://lore.kernel.org/phone-devel/20211015083506.4182875-3-martin.kepplinger@puri.sm/ Martin Kepplinger (4): arm64: dts: split out a shared imx8mq-librem5-r3.dtsi description arm64: dts: imx8mq-librem5: describe power supply for cameras arm64: dts: imx8mq-librem5: describe the selfie cam arm64: dts: imx8mq-librem5-r3.dtsi: describe selfie cam XSHUTDOWN pin .../boot/dts/freescale/imx8mq-librem5-r3.dts | 25 +---- .../boot/dts/freescale/imx8mq-librem5-r3.dtsi | 45 +++++++++ .../boot/dts/freescale/imx8mq-librem5-r4.dts | 16 +--- .../boot/dts/freescale/imx8mq-librem5.dtsi | 96 ++++++++++++++++++- 4 files changed, 144 insertions(+), 38 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dtsi -- 2.30.2