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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 E8061C3A5A8 for ; Wed, 4 Sep 2019 16:52:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C6E8D206B8 for ; Wed, 4 Sep 2019 16:52:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732449AbfIDQwz (ORCPT ); Wed, 4 Sep 2019 12:52:55 -0400 Received: from foss.arm.com ([217.140.110.172]:58866 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731599AbfIDQwz (ORCPT ); Wed, 4 Sep 2019 12:52:55 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8D0A7337; Wed, 4 Sep 2019 09:52:54 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 370E33F67D; Wed, 4 Sep 2019 09:52:53 -0700 (PDT) Date: Wed, 4 Sep 2019 17:52:47 +0100 From: Sudeep Holla To: Lee Jones Cc: agross@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, bjorn.andersson@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Sudeep Holla Subject: Re: [PATCH v3 1/1] arm64: dts: qcom: Add Lenovo Yoga C630 Message-ID: <20190904165246.GA25356@bogus> References: <20190904121606.17474-1-lee.jones@linaro.org> <20190904141257.GB6144@bogus> <20190904161247.GP26880@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190904161247.GP26880@dell> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 04, 2019 at 05:12:47PM +0100, Lee Jones wrote: > On Wed, 04 Sep 2019, Sudeep Holla wrote: > > > On Wed, Sep 04, 2019 at 01:16:06PM +0100, Lee Jones wrote: > > > From: Bjorn Andersson > > > > > > The Lenovo Yoga C630 is built on the SDM850 from Qualcomm, but this seem > > > to be similar enough to the SDM845 that we can reuse the sdm845.dtsi. > > > > > > Supported by this patch is: keyboard, battery monitoring, UFS storage, > > > USB host and Bluetooth. > > > > > > > Just curious to know if the idea of booting using ACPI is completely > > dropped as it's extremely difficult(because the firmware is so hacked > > up and may violate spec, just my opinion) for whatever reasons. > > Once [0] is applied, we can boot Mainline using ACPI. > Good to know. > > We just made ACPI table version checking more lenient for this platform > > and would be good to know if we continue to run ACPI on that or will > > abandon and just use DT. > > Which patch are you referring to? If you mean the ACPI v5.0 vs v5.1 > patch authored by Ard, then yes I know, I instigated it's existence > due to these devices. > Yes exactly that one. > DT will *always* be more enabled than ACPI, so it's advised that you > use DT for anything useful. ACPI booting is ideal for things like > installing distros however, since they do not tend to provide DTBs in > their installers. > OK, as along as it gets tested/used in some form, that's fine. I do agree that DT will be more useful on that platform as it was derived from mobile based SoC SDM845 rather than solely designed for Laptops and with more alignment with ACPI spec. The way whole power/clock management is done with ACPI on this pulls me towards DT ;) -- Regards, Sudeep