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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 AFC1FC433E0 for ; Fri, 8 Jan 2021 12:58:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F0EA23975 for ; Fri, 8 Jan 2021 12:58:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726720AbhAHM54 (ORCPT ); Fri, 8 Jan 2021 07:57:56 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:44914 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725816AbhAHM54 (ORCPT ); Fri, 8 Jan 2021 07:57:56 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 73AE8FB07; Fri, 8 Jan 2021 13:57:13 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h7VCpUe-W-dd; Fri, 8 Jan 2021 13:57:11 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 8C0B640885; Fri, 8 Jan 2021 13:57:10 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Martin Kepplinger , Angus Ainslie , Krzysztof Kozlowski , Bjorn Andersson , Li Yang , Geert Uytterhoeven , Vinod Koul , Anson Huang , Michael Walle , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org Subject: [PATCH v3 0/4] Config and device tree updates for the Librem 5 development kit Date: Fri, 8 Jan 2021 13:57:06 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This enables more components to get a working display, panel, audio and sensors. It also updates some device tree bits to make mainline boot. I've skipped wifi (which needs some more driver work) and devfreq (since Martin is working on that). The config changes don't depend on the DT parts so could be applied independently. The series was tested against next-20200108 and i made sure the defconfig changes also apply on top of Shawn's /imx/defconfig and the DT changes to Shawn's imx/dt64. changes from v2: - Add Reviewed-by from Krzysztof Kozlowski, thanks! - Add NXP PTN5110HQZ to defconfig changes from v1: - as per review comments by Krzysztof Kozlowski https://lore.kernel.org/linux-arm-kernel/20201215091729.GC29321@kozik-lap/ - describe hardware parts not config options - rework commit messages to give more details - don't keep buck3 always on but rather make sure the board doesn't hang when resuming the gpu power domain. There's a generic fix pending for that helps all boards https://lore.kernel.org/lkml/beba25e85db20649aa040fc0ae549895c9265f6f.camel@fi.rohmeurope.com/ Guido Günther (4): arm64: defconfig: Enable Librem 5 devkit components arm64: dts: imx8mq-librem5-devkit: Tweak pmic regulators arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings .../dts/freescale/imx8mq-librem5-devkit.dts | 20 ++++++++++++++----- arch/arm64/configs/defconfig | 9 +++++++++ 2 files changed, 24 insertions(+), 5 deletions(-) -- 2.29.2