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=-2.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 172B5C433E6 for ; Fri, 15 Jan 2021 06:20:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4E16239FC for ; Fri, 15 Jan 2021 06:20:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727875AbhAOGUQ (ORCPT ); Fri, 15 Jan 2021 01:20:16 -0500 Received: from mail-40136.protonmail.ch ([185.70.40.136]:41090 "EHLO mail-40136.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726370AbhAOGUP (ORCPT ); Fri, 15 Jan 2021 01:20:15 -0500 Date: Fri, 15 Jan 2021 06:19:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1610691573; bh=MMAL5Kui+vVOjSc+zW3syAP1NEdjBqjVan7pfvyQkw4=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=PioXalzsNQh9fZk+GHvLgr527n281L2QYgFXV7MI95OYX2HB0ONxk1fAb5dq4r9WA BrXiKejeXBoX2tlA78NXM+SVkadjyGJLLmw8oOyfa42O/T+ahM+bzCTb0ew4Vyzd/t zt8m9dHUBEd2iu1EZHRhwHW3JZXHKcBfhGGngAV8= To: Mark Brown From: Timon Baetz Cc: Krzysztof Kozlowski , Marek Szyprowski , Liam Girdwood , Rob Herring , MyungJoo Ham , Chanwoo Choi , Lee Jones , Sebastian Reichel , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Reply-To: Timon Baetz Subject: Re: [PATCH v6 2/8] regulator: dt-bindings: Document max8997-pmic nodes Message-ID: <20210115071914.0407a928.timon.baetz@protonmail.com> In-Reply-To: <20210108161653.GA4554@sirena.org.uk> References: <20201230205139.1812366-1-timon.baetz@protonmail.com> <20210104181825.GB27043@kozik-lap> <20210104182734.GH5645@sirena.org.uk> <20210104183821.GA29033@kozik-lap> <20210104212449.GJ5645@sirena.org.uk> <20210105165529.GB20401@kozik-lap> <20210106145931.GE4752@sirena.org.uk> <20210108161635.1b9303c8.timon.baetz@protonmail.com> <20210108161653.GA4554@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 8 Jan 2021 16:16:53 +0000, Mark Brown wrote: > On Fri, Jan 08, 2021 at 03:16:48PM +0000, Timon Baetz wrote: >=20 > > Muic needs a node to be used with extcon_get_edev_by_phandle(). > > Charger needs a node to reference a regulator. =20 >=20 > The pattern is to use the parent device's node. So is extcon going to be a self-reference then? Just for my understanding: I can see sub-nodes for MFD all over the place. It is still not clear to me why sub-nodes aren't the right choice in this specific case? Thanks for the feedback, Timon