From patchwork Mon Feb 8 13:15:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 378729 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 D6612C433E0 for ; Mon, 8 Feb 2021 13:17:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F91C64E87 for ; Mon, 8 Feb 2021 13:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230355AbhBHNRA (ORCPT ); Mon, 8 Feb 2021 08:17:00 -0500 Received: from comms.puri.sm ([159.203.221.185]:42116 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbhBHNQs (ORCPT ); Mon, 8 Feb 2021 08:16:48 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 30A12DFFF7; Mon, 8 Feb 2021 05:15:57 -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 LWHEobv7BPLj; Mon, 8 Feb 2021 05:15:56 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, kernel@pengutronix.de, festevam@gmail.com Cc: kernel@puri.sm, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH 0/5] arm64: dts: librem5 phone and devkit dts and config updates Date: Mon, 8 Feb 2021 14:15:22 +0100 Message-Id: <20210208131527.24463-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: 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(-) Reviewed-by: Krzysztof Kozlowski