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 69030C46467 for ; Mon, 16 Jan 2023 06:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231786AbjAPGt6 (ORCPT ); Mon, 16 Jan 2023 01:49:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231812AbjAPGt4 (ORCPT ); Mon, 16 Jan 2023 01:49:56 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3AFEC83E6; Sun, 15 Jan 2023 22:49:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8AA78108; Mon, 16 Jan 2023 06:49:55 +0000 (UTC) Date: Mon, 16 Jan 2023 08:49:54 +0200 From: Tony Lindgren To: Rob Herring Cc: Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: References: <20230112083152.10277-1-tony@atomide.com> <20230113202016.GA2833245-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113202016.GA2833245-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Rob Herring [230113 20:20]: > On Thu, Jan 12, 2023 at 10:31:50AM +0200, Tony Lindgren wrote: > > Update binding for yaml. Note that we are also adding the undocumented > > pinctrl-single,slew-rate property. And we only use the first example from > > the old binding. > > Isn't this v2? Hmm yeah I posted a earlier WIP version of this in the "dt binding check error with hash and comma" thread, will use v3 for the next version. Regards, Tony