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 F0E0DECAAD2 for ; Mon, 29 Aug 2022 19:22:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229795AbiH2TWe (ORCPT ); Mon, 29 Aug 2022 15:22:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229565AbiH2TWc (ORCPT ); Mon, 29 Aug 2022 15:22:32 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E80286FD4; Mon, 29 Aug 2022 12:22:31 -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=3JNnvuwrEkVTJa7wTN0QJma+aZxZi0N5LLqlrDgzl80=; b=I71lx5CyiY45IE39TN907QMDEi f19u1IiOe5lWTWYgUQU7/J35G0GXSfmuMRcbN7Lg7aw2Lrex+uomFYvt/atQUhB5TOjyMgf+bGbr7 j/u3DTU/BYeUmaf5xUxagmOM7ihBbF6dDr6+jLMIMlCTUZqnXNFw2dUQROXdKTHAyVIw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oSkL1-00EztZ-0H; Mon, 29 Aug 2022 21:22:23 +0200 Date: Mon, 29 Aug 2022 21:22:22 +0200 From: Andrew Lunn To: Jerry Ray Cc: Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, UNGLinuxDriver@microchip.com Subject: Re: [PATCH 2/2] net: dsa: LAN9303: Add basic support for LAN9354 Message-ID: References: <20220829180037.31078-1-jerry.ray@microchip.com> <20220829180037.31078-2-jerry.ray@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220829180037.31078-2-jerry.ray@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > static const struct of_device_id lan9303_mdio_of_match[] = { > { .compatible = "smsc,lan9303-mdio" }, > + { .compatible = "microchip,lan9354-mdio" }, > { /* sentinel */ }, Please add this compatible to Documentation/devicetree/bindings/net/dsa/lan9303.txt. Better still, please convert it to YAML. Andrew