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,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 13601C433E0 for ; Sun, 10 Jan 2021 15:07:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3ECD2376E for ; Sun, 10 Jan 2021 15:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726447AbhAJPHk (ORCPT ); Sun, 10 Jan 2021 10:07:40 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:33372 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbhAJPHj (ORCPT ); Sun, 10 Jan 2021 10:07:39 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 8CE8BFB03; Sun, 10 Jan 2021 16:06:56 +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 suGH5Iqrk0OG; Sun, 10 Jan 2021 16:06:55 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 19D4940885; Sun, 10 Jan 2021 16:06:55 +0100 (CET) Date: Sun, 10 Jan 2021 16:06:55 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Shawn Guo 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: <20210110150654.GA9546@bogon.m.sigxcpu.org> References: <20210110122617.GM28365@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210110122617.GM28365@dragon> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Shawn, On Sun, Jan 10, 2021 at 08:26:18PM +0800, Shawn Guo wrote: > 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. v3 of this patch https://lore.kernel.org/linux-arm-kernel/5636a3d6e3217475e2a479248250d5c0e0a50e26.1610110514.git.agx@sigxcpu.org/) applies for me on top of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/log/?h=imx/defconfig (which is at 773fcbcdf9d66b4aec964238b613e93804cba24c) - am i looking at the wrong tree? Cheers and sorry for any inconvenience, -- Guido > > Shawn >