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=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 BEE5CC433E0 for ; Sun, 10 Jan 2021 12:27:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 94253224D2 for ; Sun, 10 Jan 2021 12:27:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726457AbhAJM1F (ORCPT ); Sun, 10 Jan 2021 07:27:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:53604 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726418AbhAJM1F (ORCPT ); Sun, 10 Jan 2021 07:27:05 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3B17E224D2; Sun, 10 Jan 2021 12:26:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610281585; bh=wgwc5pZ2wCCwctYNUxDibkCWCm5JG3BzKhsS7z1kKsA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lB6rDrVh0s1UqTJrtDyLDg3nJ0JsycKE19vLrBzn6EPcwPk6QQHyehPg1tHkm5YI5 RJgxg0bTZURHP+aYWGU5H12LQkwOjHGfBPT+hwdmfDTt6TiQ6VoQsbYPBlMAZxGmwD 2SbrQRmDCobvQGESjQGE5AnJkKSftRW6xsmUHfsBNFYmof941dJdt8bpipcXOEa/Hp Tqoq27/7AUo3vRAlK9PhzsxuC5QiF2Eu5CTPZByup70RTIQTgPzGK7hQkQJTpz1SFh cfPZSvO3OLFE/XxPUsELv6DIf0Kc1ubRGEAwJBHYfd0wapZu75uShfd1/MadAEzpOp DxdZTDY9t+hKA== Date: Sun, 10 Jan 2021 20:26:18 +0800 From: Shawn Guo To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Rob Herring , 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: Re: [PATCH v2 0/4] Config and device tree updates for the Librem 5 devkit Message-ID: <20210110122617.GM28365@dragon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Dec 17, 2020 at 04:13:11PM +0100, Guido Günther wrote: > 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-20201214 and i made sure the > defconfig changes also apply on top of shawnguo/imx/defconfig. Sorry. It doesn't apply any more. Shawn