From patchwork Fri Feb 19 10:04:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 12094921 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51522C433E0 for ; Fri, 19 Feb 2021 10:07:00 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 01F8F64D92 for ; Fri, 19 Feb 2021 10:06:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 01F8F64D92 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=puri.sm Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject: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=M/Aq6gceDtj2CJhYIz2ijhlF5zK6+ikQGr/xLPQlPIg=; b=3IER8EMj8nKyEvRgZ15xWhKvId RjoMXUcK034AfFzMTx9wxq3CnPxQ4JMG6aXi3UaMYput5tTauzIFZujtsrghaYWuzvSBaUKi6HcQV IHBFksLsIj+y+Dgw42sOjQfUMg+uKuhod8JSZUz7O4txNRnL6h37f8pYJhY3qf6DZsTO7+cl9gW66 Vj3m2ZJCNytQfl1a369dtPajK6ssNM0MFvZPaTe1TIg/lugg9lKHszVUDKysug8L9VnkhYT7wZpGj C0fl4HVa7JeJQoBJmvgbgcC7uLyji27btB4NVORhYtLzk3mjHyAt396QOcxt8tL03mrnIGpJ+h8p+ OpJoeYhQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lD2ez-0006Wr-7t; Fri, 19 Feb 2021 10:05:17 +0000 Received: from comms.puri.sm ([159.203.221.185]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lD2eu-0006VR-V2 for linux-arm-kernel@lists.infradead.org; Fri, 19 Feb 2021 10:05:14 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 5FE82E1E59; Fri, 19 Feb 2021 02:05:08 -0800 (PST) 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 pl1GPy9NS-9P; Fri, 19 Feb 2021 02:05:07 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com Subject: [PATCH v3 0/5] arm64: dts: librem5 phone and devkit dts and config updates Date: Fri, 19 Feb 2021 11:04:34 +0100 Message-Id: <20210219100439.9428-1-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210219_050513_140176_F4DF225B X-CRM114-Status: UNSURE ( 7.28 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, kernel@puri.sm, Martin Kepplinger , linux-kernel@vger.kernel.org, krzk@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org hi, Small updates to Purism hardware in order to maintain support. revision history ---------------- v3: (thanks for the patience, Krzysztof) * fix flash partition DT syntax v2: (thank you, Krzysztof) * fix flash partition DT syntax * add one reviewed tag https://lore.kernel.org/linux-arm-kernel/20210217111944.1416-1-martin.kepplinger@puri.sm/ v1: https://lore.kernel.org/linux-arm-kernel/20210208131527.24463-1-martin.kepplinger@puri.sm/T/ Angus Ainslie (1): arm64: dts: librem5: protect some partitions of the nor-flash Guido Günther (3): arm64: dts: imx8mq-librem5-devkit: Drop buck3 startup-ramp-delay arm64: dts: librem5: Drop assigned-clocks from SAI2 arm64: defconfig: Enable devfreq support for i.MX8MQ Martin Kepplinger (1): arm64: dts: imx8mq-librem5-r2: set nearlevel to 120 .../dts/freescale/imx8mq-librem5-devkit.dts | 1 - .../boot/dts/freescale/imx8mq-librem5-r2.dts | 2 +- .../boot/dts/freescale/imx8mq-librem5.dtsi | 19 +++++++++++++++++-- arch/arm64/configs/defconfig | 2 ++ 4 files changed, 20 insertions(+), 4 deletions(-)