From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1E2942C80 for ; Wed, 20 Oct 2021 15:01:22 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id AE060611EF for ; Wed, 20 Oct 2021 15:01:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634742081; bh=z7VI6hj0K9Fo796pWRUpy2R1Q9kn8kHQhTlWYJrfePw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=dyBLcFuF+wn3BShsvjbGx4E3RAwbQT4nrgtZZ2ucQvW0WJgGinS3ELMs5itRcixwb ukujKpk5TavF++yrwmYtJS7EyK/0fz1PIVIE+WyV0I67wCiAtnrfE3wag4Qd9yLaL7 KV8rDitLkufEhSpKc/d+gD48aaFTz+DgYMSzEeWhi1uLQcvS7deh3aU0jbxdWD6tyx RGtonH4EvPfPD2kHgFdqJWKT45DtBQiGrzHLWMlViisxbEI4OiUaRJ282itbkWxfup Vtvf7hB4MFH0JgXc+FxcveOCU70eyqJsCazXnt40oLBTGOi7JQ8S4kXVyOPcLbd4n1 WFhfh9pRAtqIg== Received: by mail-qk1-f175.google.com with SMTP id g20so3382484qka.1 for ; Wed, 20 Oct 2021 08:01:21 -0700 (PDT) X-Gm-Message-State: AOAM530BlA1c1KJEvruD2/L6AkR0QtQmyBH5czKLopEylxRQMMUD9hcV kI2l/q7Nq9ULzBXNv8x/J8qeEqIwXNukpXX7Gg== X-Google-Smtp-Source: ABdhPJyF4QCRR727Up4VIKtIer6TwAG0Kp1SH4RXVSOp5/OcQ0MGQA8sNFtv8DACvo+5a6zmtaeiQivPLevTM4/xvDY= X-Received: by 2002:a05:620a:4150:: with SMTP id k16mr16220qko.357.1634742080892; Wed, 20 Oct 2021 08:01:20 -0700 (PDT) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20210924071614.868307-1-maxime@cerno.tech> In-Reply-To: From: Rob Herring Date: Wed, 20 Oct 2021 10:01:09 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema To: Lee Jones Cc: Maxime Ripard , Chen-Yu Tsai , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Frank Rowand , linux-arm-kernel , devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, Linus Walleij , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" On Thu, Oct 14, 2021 at 1:41 AM Lee Jones wrote: > > On Fri, 24 Sep 2021, Maxime Ripard wrote: > > > The X-Powers AXP PMICs feature a GPIO Controller 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: Linus Walleij > > Cc: linux-gpio@vger.kernel.org > > Acked-by: Bartosz Golaszewski > > Reviewed-by: Rob Herring > > Signed-off-by: Maxime Ripard > > > > --- > > > > Changes from v1: > > - Removed the example and moved it in the mfd schema > > --- > > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 ------------------- > > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++ > > 2 files changed, 55 insertions(+), 75 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt > > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml > > Applied, thanks. Pushed out? Still failing in linux-next. Rob