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 EA184C67871 for ; Mon, 16 Jan 2023 07:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231658AbjAPH1W (ORCPT ); Mon, 16 Jan 2023 02:27:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231576AbjAPH1U (ORCPT ); Mon, 16 Jan 2023 02:27:20 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F052CCC20; Sun, 15 Jan 2023 23:27:19 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6A08B8108; Mon, 16 Jan 2023 07:27:19 +0000 (UTC) Date: Mon, 16 Jan 2023 09:27:18 +0200 From: Tony Lindgren To: Rob Herring , Krzysztof Kozlowski , Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v3 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: References: <20230116071602.63788-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230116071602.63788-1-tony@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Tony Lindgren [230116 07:16]: > 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. Oh sorry, I just noticed I had missed Rob's comments on the last version. Will post v4 with the noticed issues fixed. Regards, Tony