From patchwork Sun Dec 13 17:17:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Guido_G=C3=BCnther?= X-Patchwork-Id: 343669 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=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 74429C4361B for ; Sun, 13 Dec 2020 17:18:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 442A823383 for ; Sun, 13 Dec 2020 17:18:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404839AbgLMRSA (ORCPT ); Sun, 13 Dec 2020 12:18:00 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:59732 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404443AbgLMRR7 (ORCPT ); Sun, 13 Dec 2020 12:17:59 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E77E0FB07; Sun, 13 Dec 2020 18:17:16 +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 W9cTa25Cdr9d; Sun, 13 Dec 2020 18:17:15 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 278B743FDC; Sun, 13 Dec 2020 18:17:14 +0100 (CET) From: =?utf-8?q?Guido_G=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 0/4] Config and device tree updates for the Librem5 Devkit Date: Sun, 13 Dec 2020 18:17:10 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 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-20201209 and i made sure the defconfig changes also apply on top of shawnguo/imx/defconfig. Guido Günther (4): arm64: defconfig: Enable Librem5 Devkit components arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc arm64: dts: imx8mq-librem5-devkit: Mark more regulators as always-on arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings .../dts/freescale/imx8mq-librem5-devkit.dts | 28 +++++++++---------- arch/arm64/configs/defconfig | 8 ++++++ 2 files changed, 22 insertions(+), 14 deletions(-)