From patchwork Fri Sep 2 08:42:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 12963833 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EFD0EC6FA83 for ; Fri, 2 Sep 2022 08:43:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=pd6BgG1z88DvQQP0b3Q2FMh6dCNbln6/bMhQvZl2Rxk=; b=057OMo/QhidN2w 0qOcDZhxox1We6qcesOlKL1osswKTYxnbMmqICfyPSdceoJDBVcaRwzRC/QoWOql7VpJg5wOVYlM2 m7fas55NuRQOBr3/4yC3ypOfDiipCFbf9FZu/GprUcp35nPu+TV2baNq4IZkqm3spuOzq9R9FSp+D vob/epA/IXbqMqTOBZoSj0gaHIycGX1qqPIlD3LeD5e+BNZF3gQRKcXKRGmskY+ocJTM5M3eGsGyL LJdugBGHStSJlTh2iDqRtv0rxcFfrIMdsyaf68PfuB+UrqHytrGeQMNdCDt2VoNomBSFVJ/dQQEnq LOY7QF/sMLA/2osAJdEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU2G4-0020NF-Af; Fri, 02 Sep 2022 08:42:36 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU2G1-0020JM-IC for linux-arm-kernel@lists.infradead.org; Fri, 02 Sep 2022 08:42:34 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id ABA96DFD85; Fri, 2 Sep 2022 01:42:27 -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 F4VVKcahdboP; Fri, 2 Sep 2022 01:42:26 -0700 (PDT) From: Martin Kepplinger DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=puri.sm; s=comms; t=1662108146; bh=Z8NQnvM4CE3GkQthavouozUDfjffo74DWtzt1eBxpmw=; h=From:To:Cc:Subject:Date:From; b=kblbKHDINMmX4v4IjKrOBZYvKPPFTFbdoXfd+FuiZ5ZvJiR6OHdL+PZATJj1tpGAt MOJ/kyFDTDzMLfjrpZ1Q5ik2wqmpbxAc1AIlkQAmnTJNSZsiC7IXVONyDopHxq/jFK x3CBlS++W36BhsgChogDFpwX0B/81PVfeyCG7YZX4Bvw1vfpWnXoMZGi+sJzsTPj+J GSv4unDF9PTbQuamKJIYfscZVRZyvmBxCaD0zhm9BJeoQwbbvx/t/6DcSWSgxYhcq3 u5J0u4nABcwbAoIIdJGsUCvade7qOzhk2adyQ3uNuUWoq/VAVjeUcKlFfkVBgmAMOY 4Zpu46q0eaIjg== 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 v2 0/6] arm64: dts: imx8mq-librem5: phone DT updates Date: Fri, 2 Sep 2022 10:42:10 +0200 Message-Id: <20220902084216.1259202-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220902_014233_619557_57D32B17 X-CRM114-Status: UNSURE ( 6.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org hi Shawn and all interested, This is another small number of patches that enables more devices or features found on the Librem 5 phone. thank you, martin revision history ---------------- v2: (thank you Krzysztof) * make led node names generic * add a mipi-csi syntax fix v1: https://lore.kernel.org/phone-devel/20220831080301.1092737-1-martin.kepplinger@puri.sm/ Angus Ainslie (2): arm64: dts: imx8mq-librem5: add USB type-c properties for role switching arm64: dts: imx8mq-librem5: add usb-role-switch property to dwc3 Guido Günther (1): arm64: dts: imx8mq-librem5: add RGB pwm notification leds Martin Kepplinger (2): arm64: dts: imx8mq-librem5: describe the voice coil motor for focus control arm64: dts: imx8mq-librem5: fix mipi_csi description Sebastian Krzyszkowiak (1): arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply .../boot/dts/freescale/imx8mq-librem5.dtsi | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-)