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_PATCH,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 CEAD3C6379D for ; Fri, 20 Nov 2020 18:21:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62B6A2242B for ; Fri, 20 Nov 2020 18:21:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="NuTaMD1a" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728751AbgKTSV2 (ORCPT ); Fri, 20 Nov 2020 13:21:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728551AbgKTSV2 (ORCPT ); Fri, 20 Nov 2020 13:21:28 -0500 Received: from mail-pg1-x542.google.com (mail-pg1-x542.google.com [IPv6:2607:f8b0:4864:20::542]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF597C0617A7 for ; Fri, 20 Nov 2020 10:21:26 -0800 (PST) Received: by mail-pg1-x542.google.com with SMTP id r18so7977784pgu.6 for ; Fri, 20 Nov 2020 10:21:26 -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=7TihohBvATjRksA7mov9AWRj+oCD9R9xDBrKiGdduuI=; b=NuTaMD1afS6HSVXRVkpy5vU8PaOP4y1zmjYprXQe2MTyPPXlA1X9fjk118/JpXnJMq eArs2vnbkTFu8ig9amQUox5yuAXFz+VmHV6Bi5SPDtLts8Xb4u/3tjmU+K4o839GkSQU qTCr+unVsW7MWL7R+lka5GHTuSoCsmA5BT9gY= 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=7TihohBvATjRksA7mov9AWRj+oCD9R9xDBrKiGdduuI=; b=P48BWrdIxEqpDOww+zv9EEIQSIPobig06MDb53x7wJlhcH+g5/WKtOnTZovnOMXLwl sxo9emArOay1I1Q9ftoa0yL1M4W9HQl6rOc1eA/zcMX6/GjNgptUByuiK3ZMypFj4kpm cYnmQNaa/6oD6uZ+rReSyoItZves7IVCPkqF2yzbKlRzKrudhZzMkTAaNtiCZbXGn7KE w6ofPXrHoCxVFkJoC5kvryCsadoLi29mBE/hNG9pAA6MBApz0VpDwVic8Sn00xxgkpa1 wPjhoZ+CnBFVinIR+1hpuLngVEBaAVP7R6896pCWyz7QQCk3yiJcZfWdKpY36s2iiWWZ RUow== X-Gm-Message-State: AOAM53272smt61u+JdaBK2ZvEVeRthg1HRKzkEECKRJnx8NNnDFYAuds t1NHhyTik0BtKvGobiw6dmL+AQ== X-Google-Smtp-Source: ABdhPJzAx7vUpuPKw6BIxJXlTMltXEciSUPQAWSixSxuY6eVPk6Jvpqzjv68QGm4NA5VUAC5PGfSew== X-Received: by 2002:a63:1445:: with SMTP id 5mr17802087pgu.357.1605896486323; Fri, 20 Nov 2020 10:21:26 -0800 (PST) Received: from chromium.org ([100.99.132.239]) by smtp.gmail.com with ESMTPSA id q19sm4273789pfh.37.2020.11.20.10.21.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Nov 2020 10:21:25 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20201120074508.3236616-1-swboyd@chromium.org> Subject: Re: [PATCH v2] arm64: dts: qcom: sc7180: Add prox sensor to LTE sku Lazor boards From: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , LKML , linux-arm-msm , Matthias Kaehlcke To: Doug Anderson Date: Fri, 20 Nov 2020 10:21:24 -0800 Message-ID: <160589648433.2717324.4950553484725759433@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Doug Anderson (2020-11-20 09:50:38) > Hi, >=20 > On Thu, Nov 19, 2020 at 11:45 PM Stephen Boyd wrote: > > > > --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1-lte.dts > > +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1-lte.dts > > @@ -13,6 +13,14 @@ / { > > compatible =3D "google,lazor-rev1-sku0", "google,lazor-rev2-sku= 0", "qcom,sc7180"; > > }; > > > > +&ap_sar_sensor { > > + status =3D "okay"; > > +}; > > + > > +&ap_sar_sensor_i2c { > > + status =3D "okay"; >=20 > Technically you don't need to mark the i2c bus as "okay" upstream > because it's already "okay" in "sc7180-trogdor.dtsi". ...or perhaps > you should add a patch that changes that and makes us match > downstream. ;-) Ok I will resend with that extra part too.