Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp1429802imp; Fri, 22 Feb 2019 03:24:00 -0800 (PST) X-Google-Smtp-Source: AHgI3IbP52E8H3YWCwIVCBQCHDnjDarG72dmiwIlPY7gZsiDYL3CUfeAlUGSvPb5ty5f36ui8w5C X-Received: by 2002:aa7:9152:: with SMTP id 18mr3607920pfi.215.1550834640244; Fri, 22 Feb 2019 03:24:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550834640; cv=none; d=google.com; s=arc-20160816; b=NpqcUrpplj+7sMRj4/YTtyA6Cdrz1QB8R8RCnC4DKxV5188FqTbU0CG8csmP1Wbcw8 8ReojsJaPY5B1/g6GvCFnmo4+bMS45DmglN0p94deqf//x8SkzGP/9uJfEuJsdx5FuCK 0DhSL/L6Ny2DMuksnXFjDdkTlmHVnDpQK8b66/cPiU8guXpPcKmBJQlUMEWo5JKntimD omPvVOb+r/3LwyG+CY8E35IdVCBulivWuzHhOGq2nw9obzuKJoT7iu961s3Y3hVplKn2 tSPjvYmq//XDjPfKWyqxodxLFVKiuhYeAQo5cuZ2c8j+n+0feh9NJveAMDfO9oDAUEH2 2T2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=d8scDryQThV9Gtf7Dm9sVzwkFEdYLW4z2yd+DPV/xi4=; b=joVvmnPqRK06G4VVIzGs3YxCPEOikGamu8I3Dh+ihQ8F28f6FWaLCgjqz1M7YUoSLy TbZVULV4dU2gcAGU4cF/xrIRLb1NU+USLxPS9MatipyojHOhZMzMMVHYwk2/qHhSNdFj 0ChahnhxfXtyZKCi8iyGzzKvnhfGPRNGpT5MW2I0P9dDNh70uNQiRz2ld0grEaxrkka5 OQUwOwCIP8MD+QCvUu4H5nKqLcXASgmUP8RpPesAxOplEy6/tL9EvSDVjD6tcIpOa6Yj 8I+PGrbupsk1Z9BvG2oRwopMaohuEqDQFfEwRq5TTrzFLKnUNKJeLFVQn4Opwpk6fbYc 36oA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 3si1178566plv.258.2019.02.22.03.23.44; Fri, 22 Feb 2019 03:24:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727066AbfBVLVx (ORCPT + 99 others); Fri, 22 Feb 2019 06:21:53 -0500 Received: from verein.lst.de ([213.95.11.211]:42957 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726154AbfBVLVx (ORCPT ); Fri, 22 Feb 2019 06:21:53 -0500 Received: by newverein.lst.de (Postfix, from userid 2005) id 12A6E68CEC; Fri, 22 Feb 2019 12:21:51 +0100 (CET) Date: Fri, 22 Feb 2019 12:21:51 +0100 From: Torsten Duwe To: Chen-Yu Tsai Cc: Carlo Caione , Olliver Schinagl , Lee Jones , Rob Herring , Mark Rutland , Jagan Teki , Icenowy Zheng , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: device tree binding for poly-phased regulators Message-ID: <20190222112151.GA23266@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! Documentation/devicetree/bindings/mfd/axp20x.txt nicely describes the capabilities of the X-powers PMICs; however, it seems polyphasing is left to comments only. May I suggest to add a property "poly-phased", just to get the discussion started? It could be a simple property in the current case for the axp803 and axp806 ("poly-phased with you-know-which") or a phandle in the future. BTW the axp803 datasheet is quite terse in that respect: is there one "master" reulator whose settings are copied or does a driver have to keep them in sync. Anyway, comments welcome! Torsten