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 A7DBDC001DF for ; Mon, 31 Jul 2023 06:19:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229806AbjGaGTN (ORCPT ); Mon, 31 Jul 2023 02:19:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229635AbjGaGTM (ORCPT ); Mon, 31 Jul 2023 02:19:12 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 57B50188; Sun, 30 Jul 2023 23:19:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A2977809E; Mon, 31 Jul 2023 06:19:09 +0000 (UTC) Date: Mon, 31 Jul 2023 09:19:08 +0300 From: Tony Lindgren To: Rob Herring Cc: Linus Walleij , Vignesh Raghavendra , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , linux-gpio@vger.kernel.org, Conor Dooley , Rob Herring , Nishanth Menon Subject: Re: [PATCH v7 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230731061908.GG5194@atomide.com> References: <20230721082654.27036-1-tony@atomide.com> <169021456020.3622493.10284534202541859578.robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169021456020.3622493.10284534202541859578.robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Rob Herring [230724 16:02]: > On Fri, 21 Jul 2023 11:26:49 +0300, Tony Lindgren wrote: > > Update binding for yaml and remove the old related txt bindings. Note that > > we are also adding the undocumented pinctrl-single,slew-rate property. And > > we only use the first example from the old binding. ... > Reviewed-by: Rob Herring Krzysztof, does this look OK to you now? Regards, Tony