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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 66623C433E6 for ; Thu, 11 Mar 2021 12:04:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11B6164FC0 for ; Thu, 11 Mar 2021 12:04:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232905AbhCKMDx (ORCPT ); Thu, 11 Mar 2021 07:03:53 -0500 Received: from comms.puri.sm ([159.203.221.185]:39046 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232898AbhCKMDs (ORCPT ); Thu, 11 Mar 2021 07:03:48 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id D8843E0D6A; Thu, 11 Mar 2021 04:03:17 -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 AR2PfVArswsy; Thu, 11 Mar 2021 04:03:16 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, kernel@pengutronix.de, festevam@gmail.com, krzk@kernel.org Cc: kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, Martin Kepplinger Subject: [PATCH 0/3] Librem 5 phone dts fixes Date: Thu, 11 Mar 2021 13:02:56 +0100 Message-Id: <20210311120259.3310499-1-martin.kepplinger@puri.sm> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: phone-devel@vger.kernel.org Two fixes for the Librem 5 phone descriptions and one resend of https://lore.kernel.org/linux-arm-kernel/20200915141622.14736-1-festevam@gmail.com/ that enables the hantro vpu staging driver. Feel free to ignore that one if we want to wait for it to be out of staging. Fabio Estevam (1): arm64: defconfig: Enable the Hantro decoder Guido Günther (1): arm64: dts: imx8mq-librem5: Hog the correct gpio Sebastian Krzyszkowiak (1): arm64: dts: imx8mq-librem5-r3: Mark buck3 as always on arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts | 4 ++++ arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 3 ++- arch/arm64/configs/defconfig | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.30.1