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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 02C86C433DB for ; Wed, 3 Mar 2021 13:32:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9AD3C64E38 for ; Wed, 3 Mar 2021 13:32:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345485AbhCCNXu (ORCPT ); Wed, 3 Mar 2021 08:23:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237653AbhCCIS5 (ORCPT ); Wed, 3 Mar 2021 03:18:57 -0500 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6B26C061797 for ; Wed, 3 Mar 2021 00:18:15 -0800 (PST) Received: by mail-pf1-x430.google.com with SMTP id t29so15716032pfg.11 for ; Wed, 03 Mar 2021 00:18:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:content-transfer-encoding:in-reply-to:references :subject:from:cc:to:date:message-id:user-agent; bh=etDbu/Jc8DSP0ReRXwiySpUcMKSnU5m0Bp8k/7msBIg=; b=U9CPs7lWRQQQzxXHEQly5XVAdgZZ6TJnyisFz3MXn7lDCtOFVnY3KGUZLNRshg/PpP Mwh3HutyXg51L2IkLKpWo2+CqqiA2JlYQY7HBn95FbXnYMTn+bmBkukpGhHjGXGKmm2c QghsXOFzaDFHxx9Mp7i89oue1+uIcUOO9cV2A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding :in-reply-to:references:subject:from:cc:to:date:message-id :user-agent; bh=etDbu/Jc8DSP0ReRXwiySpUcMKSnU5m0Bp8k/7msBIg=; b=hoDHVa6+q8IJvCFZBtrrhrevewqHK3c2c2iHUlaDKcJl3+5UpAITMoX9MZyNPXdUVw QVq1biyh3VaxntEaBh6q0NC6ORZBQRwjiR1xh3locytCaRX7C+5mwYVG0BDtnQzWvPJ4 H0pxeuDZMEu9DAONQaVl5bONBZH5FWJsJvTvIw9G2rFwzhsTKYiI33cvrcLv3+1YNu9d EgwfewJr40DQgggeQ0hS3DW5iIlcMXBLeYEEeXu3CGQJZpwB/eMb93/AwYimsIKcyiq8 6Zsqv76unQ2aTwJgmrUfp+Kc3zHka6gFgfQGIjCM0gVIAQFaC8cD0oZ+PBdgHJ5w9LAY 8eig== X-Gm-Message-State: AOAM533x+A5t1tufJYn5eBdE//1wXWMgbiZXWtQApfJEwJMR1uhESU0D bYlWLqEW/y1cP7gsmeSUwpEAz5RTyecjAw== X-Google-Smtp-Source: ABdhPJw2GLT90aaJtF6/DsDt1GQXRlXieOUK1wJ5RHl3hlvTNwBTu9/j9qm/fX0JmtYkeBM3exGawg== X-Received: by 2002:a63:e150:: with SMTP id h16mr21890180pgk.308.1614759495529; Wed, 03 Mar 2021 00:18:15 -0800 (PST) Received: from chromium.org ([2620:15c:202:201:2510:ab07:78a:7d78]) by smtp.gmail.com with ESMTPSA id t10sm5971833pjf.30.2021.03.03.00.18.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Mar 2021 00:18:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210301133318.v2.11.I556326b24441e22c8c429ce383cc157c7aaef44b@changeid> References: <20210301213437.4165775-1-dianders@chromium.org> <20210301133318.v2.11.I556326b24441e22c8c429ce383cc157c7aaef44b@changeid> Subject: Re: [PATCH v2 11/13] arm64: dts: qcom: Add sc7180-lazor-limozeen skus From: Stephen Boyd Cc: Rob Clark , Alexandru M Stan , Matthias Kaehlcke , Douglas Anderson , Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org To: Bjorn Andersson , Douglas Anderson Date: Wed, 03 Mar 2021 00:18:13 -0800 Message-ID: <161475949356.1478170.4345976627607852193@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Douglas Anderson (2021-03-01 13:34:35) > This is a SKU variant of lazor. Add it. This squashes the downstream > patches to support this hardware. >=20 > NOTES: > - The non-touch SKU actually has "innolux,n116bca-ea1" but that driver > is still pending in simple-panel. The bindings have been Acked > though [1]. Things work well enough with the "innolux,n116bge" > timings for now, though. > - The wonky special dts just for "-rev4" arguably doesn't need to go > upstream since they weren't widely distributed, but since a few > people have them we might as well. If it ever causes problems we > can delete it. >=20 > [1] https://lore.kernel.org/r/20210115144345.v2.4.I6889e21811df6adaff5c5b= 8a8c80fda0669ab3a5@changeid >=20 > Cc: Stephen Boyd > Signed-off-by: Douglas Anderson > Reviewed-by: Matthias Kaehlcke > --- Reviewed-by: Stephen Boyd