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 9759AC433F5 for ; Thu, 3 Feb 2022 21:42:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355411AbiBCVmr (ORCPT ); Thu, 3 Feb 2022 16:42:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355397AbiBCVmr (ORCPT ); Thu, 3 Feb 2022 16:42:47 -0500 Received: from mail-oo1-xc2b.google.com (mail-oo1-xc2b.google.com [IPv6:2607:f8b0:4864:20::c2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B9D5C061714 for ; Thu, 3 Feb 2022 13:42:47 -0800 (PST) Received: by mail-oo1-xc2b.google.com with SMTP id i10-20020a4aab0a000000b002fccf890d5fso2725129oon.5 for ; Thu, 03 Feb 2022 13:42:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=WREVPwec3iC01fYWFpUdqurvNb9mKMYsUsOyLHky5g0=; b=PWNKbXLEPfwihe3YmJXYidwzzuTGFbgcFjj1LEQ6oosYJT/ffZy/JOxwah6x+NCvcT vO/JEzw0IEXFwSwXjZf1bi9W/iZhSW5hW5dtfFbcdYYSwkDvarIZSv1c5icbeCsUM4ZY 77tXSHkUKySii7TZ1Y1Jwt9rR3Ds7yM8/w2pI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=WREVPwec3iC01fYWFpUdqurvNb9mKMYsUsOyLHky5g0=; b=DB2JwWYkfTOuz4z6ZBv46PEPr6KtrK0nsT5eesF11eRyH3w65n5EcYUxB1sVQwcgk8 97J+bNmCBtvY+OF7rhcyq221Wps8t6VRVaLwjxAYcbL3CVtCMg0slgLBPCfyICIh5bsI JWVznRXzw452dq0mTJApXB6FP4KCF9nsofWawnT5vz3S/hjgQUyqbgbSlDJQY6CeesKu 1gvMSdJDnPelyPvp5P7H+BFND3SNB5t1tq8lEIEhv1VpMGlntB4zmhN3T1zquMcWmxe5 bsd/HWopKwo6jiWRK0pReG7GJfC4FGSpJ/gQu4E5IVleI4nu5W1eAx8fOXcn4bigFBGa eRkQ== X-Gm-Message-State: AOAM533g/Bsd2LpSzpernyvy67dYIT80v+1EIXnUagNz0V2vP9BxxDsf mrMeZglJnRoWk+s82ryRq/IdkRBdM08wXTFJ18O3dA== X-Google-Smtp-Source: ABdhPJz6GlWrK4UDhf7Zf4JC02r3OD3UibnfhZVrjPj4zcCaQn9bExRe0gU1dZ2/lecOLFpLycK1zyTIlzBm52I0m0Q= X-Received: by 2002:a05:6870:d413:: with SMTP id i19mr16103oag.54.1643924566714; Thu, 03 Feb 2022 13:42:46 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 3 Feb 2022 21:42:46 +0000 MIME-Version: 1.0 In-Reply-To: <20220202132301.v3.10.Id346b23642f91e16d68d75f44bcdb5b9fbd155ea@changeid> References: <20220202212348.1391534-1-dianders@chromium.org> <20220202132301.v3.10.Id346b23642f91e16d68d75f44bcdb5b9fbd155ea@changeid> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 3 Feb 2022 21:42:46 +0000 Message-ID: Subject: Re: [PATCH v3 10/14] arm64: dts: qcom: sc7280: Move dp_hot_plug_det pull from SoC dtsi file To: Bjorn Andersson , Douglas Anderson Cc: pmaliset@codeaurora.org, mka@chromium.org, quic_rjendra@quicinc.com, Shaik Sajida Bhanu , kgodara@codeaurora.org, konrad.dybcio@somainline.org, Sankeerth Billakanti , sibis@codeaurora.org, Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Douglas Anderson (2022-02-02 13:23:44) > Pulls should be in the board files, not in the SoC dtsi > file. Remove. Even though the sc7280 boards don't currently refer to > dp_hot_plug_det, let's re-add the pulls there just to keep this as a > no-op change. If boards don't need this / don't want it later then we > can remove it from them. > > Signed-off-by: Douglas Anderson > --- Reviewed-by: Stephen Boyd