From patchwork Wed Feb 17 11:19:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 384050 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, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS 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 3CC6CC433DB for ; Wed, 17 Feb 2021 11:20:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAA5E64E42 for ; Wed, 17 Feb 2021 11:20:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230315AbhBQLUk (ORCPT ); Wed, 17 Feb 2021 06:20:40 -0500 Received: from comms.puri.sm ([159.203.221.185]:33880 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbhBQLUk (ORCPT ); Wed, 17 Feb 2021 06:20:40 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 2DE52E1288; Wed, 17 Feb 2021 03:19:59 -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 t7DiTaGzwis9; Wed, 17 Feb 2021 03:19:58 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com Cc: kernel@pengutronix.de, linux-imx@nxp.com, krzk@kernel.org, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH v2 0/5] arm64: dts: librem5 phone and devkit dts and config updates Date: Wed, 17 Feb 2021 12:19:39 +0100 Message-Id: <20210217111944.1416-1-martin.kepplinger@puri.sm> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Small updates to Purism hardware in order to maintain support. revision history ---------------- v2: (thank you, Krzysztof) * fix flash partition DT syntax * add one reviewed tag v1: https://lore.kernel.org/linux-arm-kernel/20210208131527.24463-1-martin.kepplinger@puri.sm/T/#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 | 18 ++++++++++++++++-- arch/arm64/configs/defconfig | 2 ++ 4 files changed, 19 insertions(+), 4 deletions(-)