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 B243FC4332F for ; Wed, 23 Nov 2022 22:11:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229489AbiKWWL6 (ORCPT ); Wed, 23 Nov 2022 17:11:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229527AbiKWWLj (ORCPT ); Wed, 23 Nov 2022 17:11:39 -0500 Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C4C01165AE; Wed, 23 Nov 2022 14:11:00 -0800 (PST) Received: by mail-il1-f172.google.com with SMTP id z9so48146ilu.10; Wed, 23 Nov 2022 14:11:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ZvpAjsBIY6CxauQNysBXahbEXeZsGuLG5UKliS76lWc=; b=rmyB4q/GZ3z2Uj2kEai/PNH1RMKMN+APhupSKnN9yDv+XaWQBVdLrSEs5PQO78MeOK U5tfe1s8Oy7+HFCEzjsg8x47s1n5WFxxrlNf7QcaSU+sa4SX4/PuT78oZBsT7E34WjZL oB5XONaryHty/m2DtOjerfTL8lro1iWUfYiK/1EH5La+TggVI/Njsde5ckyunL6dUcTl zn+GZo/YOJdocFb9i3DLYLDf1trO6ZFdC9GPiXzsL9WhzvNHFlRUDVW862tY+QWf5g3p Rk14Y3FbAUYvcbKc0/uVjoT9/6NHhV4UcNJ41yLv2yTpu2m+niiDM+4RffotkANrirMZ juTg== X-Gm-Message-State: ANoB5pmlFq/5LRnGPm4orvynvICDml5zTaqeEtkS4tGzIL5OX5Y/4NxY EeQOpMpKDe/e1WwfI46KYAgxzPiHaQ== X-Google-Smtp-Source: AA0mqf5oTyICEMlWiHTxi6GCmEp1r76YMR4075FqLwDbzujw3xTSzRE4Hcdj5i6msq/SOPlx2COTQw== X-Received: by 2002:a92:d5c4:0:b0:302:3522:a0ba with SMTP id d4-20020a92d5c4000000b003023522a0bamr5089130ilq.7.1669241459430; Wed, 23 Nov 2022 14:10:59 -0800 (PST) Received: from robh_at_kernel.org ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id b2-20020a029582000000b0037612be6830sm6668740jai.140.2022.11.23.14.10.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Nov 2022 14:10:58 -0800 (PST) Received: (nullmailer pid 2595287 invoked by uid 1000); Wed, 23 Nov 2022 22:11:00 -0000 Date: Wed, 23 Nov 2022 16:11:00 -0600 From: Rob Herring To: Miquel Raynal Cc: Michael Walle , Robert Marko , Russell King , Paolo Abeni , netdev@vger.kernel.org, Marcin Wojtas , "David S. Miller" , Rob Herring , Taras Chornyi , linux-kernel@vger.kernel.org, Thomas Petazzoni , Jakub Kicinski , Krzysztof Kozlowski , devicetree@vger.kernel.org, Luka Perkov , Eric Dumazet Subject: Re: [PATCH 3/6] dt-bindings: net: marvell,prestera: Convert to yaml Message-ID: <166924146034.2595222.4336070663199193699.robh@kernel.org> References: <20221117215557.1277033-1-miquel.raynal@bootlin.com> <20221117215557.1277033-4-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117215557.1277033-4-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 17 Nov 2022 22:55:54 +0100, Miquel Raynal wrote: > The currently described switch family is named AlleyCat3, it is a memory > mapped switch found on Armada XP boards. > > Signed-off-by: Miquel Raynal > --- > This patch (and the original txt file) can also be dropped if judged not > worth the conversion as anyway in both cases there is no driver upstream > for these devices. > --- > .../bindings/net/marvell,prestera.txt | 29 ------------ > .../bindings/net/marvell,prestera.yaml | 45 +++++++++++++++++++ > 2 files changed, 45 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/marvell,prestera.txt > create mode 100644 Documentation/devicetree/bindings/net/marvell,prestera.yaml > Reviewed-by: Rob Herring