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 CE220C433EF for ; Tue, 29 Mar 2022 22:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238120AbiC2WmH (ORCPT ); Tue, 29 Mar 2022 18:42:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238115AbiC2WmH (ORCPT ); Tue, 29 Mar 2022 18:42:07 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E554232124 for ; Tue, 29 Mar 2022 15:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=PxyNmMt5ONNYHyxLLGMyMlfMpM/UgYfSZnRTd62LJ8k=; b=fJfbS1Q5ksMU7mTDv9H7gbRg39 3e6Gam9Q0DHoNix6X875cwTYyUHTis7WnqD0JOEqLfSESA/6lQnCOn6siiH6/Wr7N4q1c7nC6dP52 kqG9Klk7opXMF3rhx+5nSgvWgjRIPxo/h+q9TE4YyvaB4iPjTUTkKc+f10PN27aK/SVI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nZKVZ-00DEOT-Aa; Wed, 30 Mar 2022 00:40:13 +0200 Date: Wed, 30 Mar 2022 00:40:13 +0200 From: Andrew Lunn To: Rui Miguel Silva Cc: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: net: smsc,lan91c111 convert to schema Message-ID: References: <20220329213519.801033-1-rui.silva@linaro.org> <20220329213519.801033-2-rui.silva@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220329213519.801033-2-rui.silva@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Mar 29, 2022 at 10:35:17PM +0100, Rui Miguel Silva wrote: > Convert the smsc lan91c9x and lan91c1xx controller device tree > bindings documentation to json-schema. > > Signed-off-by: Rui Miguel Silva > --- > .../bindings/net/smsc,lan91c111.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/smsc,lan91c111.yaml Hi Rui It is normal to also remove the contents of the .txt file and add a single line that points to the .yaml file. Andrew