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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 A0F95C433EF for ; Tue, 14 Sep 2021 12:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7BDCA610CE for ; Tue, 14 Sep 2021 12:57:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232929AbhINM6o (ORCPT ); Tue, 14 Sep 2021 08:58:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:59958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232716AbhINM6o (ORCPT ); Tue, 14 Sep 2021 08:58:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 410756112D for ; Tue, 14 Sep 2021 12:57:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631624247; bh=cauLhA0x1RF0EX5eyG3TESBUUDun6oKtfMyn9eExmpw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TW9CCGOTU+iupVQMAfElQlNRV9SUjuRmobMjtfX7PyaEU4cl2IkNiFxJbEAULlQAJ 2XQ6EntqSsOhSy41DIJTbxyvCDUV0ASIFoxCisCgsDBm8kKM6ediRHSp6pgJJDXSW8 BQ/QA2ICyd1DIA8Wc4u+b1EiPHOUHZkFmeeZv2EyH37vomus7R8tYKGTAcVjesxnBd WH2w78LaYhqCwYiB/QGK0CjjxbYUuFqf4r+S7qN9j8gDCzJcgqe5bhe+ZnbfPuFIog U7U+PZGiqaZzPvphi/viP6kK71ls/XfdeWacBGTuoK1ym/ZNap6lWaKFnQ0diCPHj/ Gj+1rhBkI7GVg== Received: by mail-ej1-f45.google.com with SMTP id ho42so28658953ejc.9 for ; Tue, 14 Sep 2021 05:57:27 -0700 (PDT) X-Gm-Message-State: AOAM531MmIc3prTh5f/yb9hF/9peCrrt8N5Ef3kiFoaN3X+HvY8+i++7 OCje5wZElcmHgaU9byUO3/VvnFNFhQKrRgiABg== X-Google-Smtp-Source: ABdhPJzmlfdOd8kPqyHKndAMzKDtZW//O7LuukiOSIKBRb9LWJVZP54i7PM0AHhnZ2yXYkaDSBL6z6fl5eDcje+OiU4= X-Received: by 2002:a17:906:7217:: with SMTP id m23mr18716103ejk.466.1631624245845; Tue, 14 Sep 2021 05:57:25 -0700 (PDT) MIME-Version: 1.0 References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-30-maxime@cerno.tech> <20210914071208.7xalrr2qskzdncgs@gilmour> In-Reply-To: <20210914071208.7xalrr2qskzdncgs@gilmour> From: Rob Herring Date: Tue, 14 Sep 2021 07:57:13 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema To: Maxime Ripard Cc: Lee Jones , devicetree@vger.kernel.org, Frank Rowand , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 14, 2021 at 2:12 AM Maxime Ripard wrote: > > On Mon, Sep 06, 2021 at 10:02:26AM +0100, Lee Jones wrote: > > On Fri, 03 Sep 2021, Rob Herring wrote: > > > > > On Wed, 01 Sep 2021 11:18:29 +0200, Maxime Ripard wrote: > > > > The X-Powers AXP PMICs are supported by Linux thanks to its device tree > > > > binding. > > > > > > > > Now that we have the DT validation in place, let's convert the device > > > > tree bindings for that driver over to a YAML schema. > > > > > > > > Cc: Chen-Yu Tsai > > > > Cc: Lee Jones > > > > Signed-off-by: Maxime Ripard > > > > > > > > --- > > > > > > > > Changes from v1: > > > > - Add GPIO example > > > > - Remove the limitation on regulator-ramp-delay > > > > --- > > > > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 2 +- > > > > .../devicetree/bindings/mfd/axp20x.txt | 273 ------------ > > > > .../bindings/mfd/x-powers,axp152.yaml | 400 ++++++++++++++++++ > > > > 3 files changed, 401 insertions(+), 274 deletions(-) > > > > delete mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt > > > > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml > > > > > > > > > > Reviewed-by: Rob Herring > > > > > > Note that the gpio child schema needs to be applied with this one. > > > > Not sure I'm in possession of that. > > So, how do you want to merge that? Through the DT tree? Resend the MFD and child patches in a series to Lee. Rob