From mboxrd@z Thu Jan 1 00:00:00 1970 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 A0731C433F5 for ; Fri, 8 Apr 2022 10:42:30 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NyqlGytsIj67UMq5OHQQuEK7BBtZe+LPE4u3zT8QWRc=; b=aO1SqKxO3fpP/J m5SlBtwLhD9G6hYLcTAe7Xll9UT8uLxOGdW7+VLbqi9RSJvKFmZ4EoU/PmZ7ga/9WmGMZXsrcNiSB SlB5MUkm4pBo8aK/ffdIYlPdA4Hi3Kobic0jnkd4qf5vK73O8MKZfTy1ZdLy6YNno0M3WHkpeFSck lH2L+pz50jygVE5if2iJzrhYMO4/aZe+8MJ/fE5D2s9jOZFMgzQ8Ka1N2ptqBtbj42V/C9xuNXZNY lRPSo7JK9bsNYjv3AfCmagYkMwZ3ExbRmEl3qcVa8Cr1GRnwICry91BGphbih3vjdKmtdntEB3RCq a3njcfc1G1nRMxP7fRcQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncm3P-00GQEg-Ib; Fri, 08 Apr 2022 10:41:23 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncm3M-00GQDS-As for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 10:41:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5F6F161F49; Fri, 8 Apr 2022 10:41:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0D2AC385A3; Fri, 8 Apr 2022 10:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649414477; bh=4dMlwUlRjJhzVHViUt8A5Htr+QJYe+5brMn53LIeqfM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gG5BcauBKb/rGoGdIbnLuxSGqpZBCPP5UVrW3Ya1Ljf37NDig3e+U/+l7G3d+IubK DoRsseBoJ6krGCFKywzp0ZeFYfhzBAIRgLglxKT37vCv9xSfs5J7Bn4lcE6Hrn8KpY Yyhsoux9Td6LKXouPPMjtIFDmxzmFHxHNwm5YwcwKE+chm3m8G+FPACGs6RwXedc0J ranA4MXPT2l280XhIbr3IREoolwhIEc7jQCwOHAhbELji6ztn+LA+bzs+OYW/Bf3sT W1NuWsFnmKRDKGx3125yj2byk0v9B19zNG2SmdHaMQTeBGkeTQSQ34SMQDOzyM1QMV nXaoBYzrzZzwA== Date: Fri, 8 Apr 2022 18:41:11 +0800 From: Shawn Guo To: Martin Kepplinger Cc: robh@kernel.org, krzysztof.kozlowski@canonical.com, festevam@gmail.com, kernel@pengutronix.de, kernel@puri.sm, devicetree@vger.kernel.org, phone-devel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/5] arm64: dts: imx8mq-librem5: phone description updates Message-ID: <20220408104111.GU129381@dragon> References: <20220228131222.917137-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220228131222.917137-1-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_034120_450124_70FAEA45 X-CRM114-Status: GOOD ( 12.12 ) 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: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 28, 2022 at 02:12:17PM +0100, Martin Kepplinger wrote: > Hi Shawn and all interested, > = > This is small updates to the Librem 5 phone hardware descriptions we've > been using for quite some time as part of PureOS. > = > thanks, > martin > = > Angus Ainslie (1): > arm64: dts: imx8mq-librem5: add a RO firmware partition > = > Guido G=FCnther (2): > arm64: dts: imx8mq-librem5: higher boost regulation current > arm64: dts: imx8mq-librem5-r4: add the correct panel > = > Martin Kepplinger (2): > arm64: dts: imx8mq-librem5: make the volume buttons a wakeup source > arm64: dts: imx8mq-librem5: remove description of CHG_STATUS_B Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel