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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 295A4C433F5 for ; Thu, 17 Mar 2022 22:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229945AbiCQWvt (ORCPT ); Thu, 17 Mar 2022 18:51:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229912AbiCQWvr (ORCPT ); Thu, 17 Mar 2022 18:51:47 -0400 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CD691B2C47 for ; Thu, 17 Mar 2022 15:50:29 -0700 (PDT) Received: by mail-pl1-x636.google.com with SMTP id i11so4974926plr.1 for ; Thu, 17 Mar 2022 15:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Xk909YqHig2dTJkrGG5jWlYP+uFJEr1ye3KArdszZ98=; b=ZtR9XBXP0tnt33OHp6tXns5ztKTnoKlugIT84xYV3Jz81q/cHRGa2oQF60MGC77Ojm eCPLOhCB1kR+zFCf8hITs/cOEDiKcX0eU4fzOAXBRXbR6hp1eLMCC6/ZhHJD5bl5+aiE MeY9h9UVbwlFAXTw/YRetY6h798vUz4FE2g+o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Xk909YqHig2dTJkrGG5jWlYP+uFJEr1ye3KArdszZ98=; b=Z2VbPgz0WNVHfuFq6MgeatcJLQjgAYu7MV083n0zoFtprbUzfC2mMaxTaWKZ8Kuz+y jlkH098Wit9y5MIfayVrEV+TIELsoLZJlyiDQBwgd3Hk1/PF6f8qgK9xxo4bXEHARjKA arUOUGk4QCm8Ei0ObAd2O8wWonKtFUBOwxnKXw5hWocAIwSfdA0VVBvKorYSzTYSzaXa W7mBz91wIesjSCq0BPfLBFHPEYa2taKYYJp2v3F7WS9B1mBVQcn+55cGXEghlYrkwYG7 yY7F63D187aqiim0U94OxPyhql6g87OXghnSWKXNO6ZwD+bkhlgITmFsv9j2VSn5tUNS em1Q== X-Gm-Message-State: AOAM530UEwV9InTS4ZNh8U7N5AW673Fquq5SNLmL0xfwToZ6/pjNgbbU KQm2ayDw4SCiibrC3sQXMKe6RQ== X-Google-Smtp-Source: ABdhPJz9LmVQbJFg5JioOzdBn0BkssnDZHF4Fl4RFFtnVqU7ZJ7qGJAZrexvP2RYmJkTaYZ451L0lQ== X-Received: by 2002:a17:903:32c4:b0:151:c6ae:e24b with SMTP id i4-20020a17090332c400b00151c6aee24bmr7376058plr.85.1647557428876; Thu, 17 Mar 2022 15:50:28 -0700 (PDT) Received: from localhost ([2620:15c:202:201:ae74:932d:af6a:6079]) by smtp.gmail.com with UTF8SMTPSA id d11-20020aa7868b000000b004f768dfe93asm7358337pfo.176.2022.03.17.15.50.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Mar 2022 15:50:28 -0700 (PDT) Date: Thu, 17 Mar 2022 15:50:26 -0700 From: Matthias Kaehlcke To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Douglas Anderson , Alexandru M Stan Subject: Re: [PATCH 2/2] arm64: dts: qcom: Fully describe fingerprint node on Herobrine Message-ID: References: <20220317010640.2498502-1-swboyd@chromium.org> <20220317010640.2498502-3-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220317010640.2498502-3-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 16, 2022 at 06:06:40PM -0700, Stephen Boyd wrote: > Update the fingerprint node on Herobrine to match the fingerprint DT > binding. This will allow us to drive the reset and boot gpios from the > driver when it is re-attached after flashing. We'll also be able to boot > the fingerprint processor if the BIOS isn't doing it for us. > > Cc: Douglas Anderson > Cc: Matthias Kaehlcke > Cc: Alexandru M Stan > Signed-off-by: Stephen Boyd Reviewed-by: Matthias Kaehlcke