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 A2CF6C76195 for ; Wed, 22 Mar 2023 16:01:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230409AbjCVQBu (ORCPT ); Wed, 22 Mar 2023 12:01:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230302AbjCVQBq (ORCPT ); Wed, 22 Mar 2023 12:01:46 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EEBC65C5A; Wed, 22 Mar 2023 09:01:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CEBC2B81D43; Wed, 22 Mar 2023 16:01:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73D1EC4339B; Wed, 22 Mar 2023 16:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679500902; bh=K3bCYBTQOn4c0hzSgPQwLYUkrJbrk5PNnqW5DdmlM+g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DJLiyvN9dxs4Y03eDaOYkXHdoCshS9bKS4kXrhlIFgHn0lOsuHs3JOMAXEndJ8vms JyqJ/rqsVm/7Yq/4bUYC+Wpysn7+9i1aUCoybxa/4m3hVLtE6UI2N58vfT1YL7Dhhp 5IrBQb7JURYwt1dS8EE6U3eEG5g4QY8yWg4VZY75vL0DUKrAVoe0E18kCVugfpdTCN nEgvn25PmJ7/zmXmTJ0TYTqrE9CSWfjkRULcaL4Qttd+g9+qk3fxJgP7c480u4xqGS bCQjFChhTk+4tb1hAujPOov9P883sI8SsIE1H6tRuUKIMYPkwf/NsT/qTy0P9cW2jJ tda1usOk15KoQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pf0vc-000687-Re; Wed, 22 Mar 2023 17:03:08 +0100 Date: Wed, 22 Mar 2023 17:03:08 +0100 From: Johan Hovold To: Steev Klimaszewski Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz , Sven Peter , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-bluetooth@vger.kernel.org, Mark Pearson Subject: Re: [PATCH v7 4/4] arm64: dts: qcom: sc8280xp-x13s: Add bluetooth Message-ID: References: <20230322011442.34475-1-steev@kali.org> <20230322011442.34475-5-steev@kali.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Mar 22, 2023 at 10:35:03AM -0500, Steev Klimaszewski wrote: > On Wed, Mar 22, 2023 at 6:41 AM Johan Hovold wrote: > > I went through the schematics to check for further problems with > > consumers that are not yet described and found a few more bugs: > > > > https://lore.kernel.org/lkml/20230322113318.17908-1-johan+linaro@kernel.org > > > > Note that that series is now adding the s1c supply as it also used by > > some of the pmics. > > > > I'm assuming those fixes may get merged before this patch is, in which > > case the above hunk should be dropped. > > > > I can spin up v8 dropping this hunk and mention the dependency on that > series. Sounds good. Bjorn has even merged the above series now. Johan