From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FEE213BAEF; Thu, 7 Mar 2024 22:11:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709849519; cv=none; b=TYJXmu5YgbpgapZeu8ZRWjbi/d0y09KotYkJgSiH9KctacIppOjp8PBY5I1d1KH2GsnvIZfx75BFfJvKWMO5WKFdDDLoB0ef2uBnIaPspMSVQcdL4I2TcEw+jO35/sJmMWId+YzeYMtacEotpJHBJEbC/e0App38/xhEpLEFxzE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709849519; c=relaxed/simple; bh=+zneG3FdnzfKBUdqPSkS788CmRqblVmKTJwqyQBZWXM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GbVyzaa0DqNSiiXkGBwE0RIkoKiaCq0jYYBrGjAkO49og2fmhWYeB4n13QAG+qSL6Zt3ZOQVJ5MZhQnYISlwLw2peSKZkX7CRWOcyd2FSPteQkDnGY3aMEObxrr0KIoTRY9bE06tMriVb2B5VV8y9bVnSiMd2lEx1jtnzH/Kx4I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bJPgzA6b; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bJPgzA6b" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 083FAC433F1; Thu, 7 Mar 2024 22:11:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709849518; bh=+zneG3FdnzfKBUdqPSkS788CmRqblVmKTJwqyQBZWXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bJPgzA6bfy0LRKBXEx1fGBxpNda0m3pbKJa2Gc/5s1kBIW61PX4+g12a5xuLR+01m HFRHp+4gmjCJVSVjc4GP6QAvAjQ+mmVXiFNnRAN+ik/qbgqfjp48a8J9UnYkJIpezC t+aPnQhiE39w2LDTBr1k/ctMq6pSqZF3OcTy5/2MzoON94LwF7YA7CfsgH4vchGNx2 j7XbS2W1NIvOd9i8vlWVoAfUETyZX9Qt4oDcMzwdyuKlVLbHKLGLpBLRIiUO/FgxFd oYCGLoC+IEyMcuaZ2nIiIsKxX6UrEIr5nKhja4Dqcg7Kd8RcylHWYdWAfTDBueoj9D Qxc1IkT67hKKg== Date: Thu, 7 Mar 2024 16:11:53 -0600 From: Rob Herring To: Yang Xiwen Cc: Yisen Zhuang , Salil Mehta , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , Andrew Lunn , Heiner Kallweit , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH net-next v9 6/9] dt-bindings: net: hisi-femac: add binding for Hi3798MV200 FEMAC core Message-ID: <20240307221153.GA3185290-robh@kernel.org> References: <20240307-net-v9-0-6e0cf3e6584d@outlook.com> <20240307-net-v9-6-6e0cf3e6584d@outlook.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240307-net-v9-6-6e0cf3e6584d@outlook.com> On Thu, Mar 07, 2024 at 07:34:52PM +0800, Yang Xiwen wrote: > HiSilicon FEMAC core is also found on Hi3798MV200 SoC. Document it in > binding. > > Signed-off-by: Yang Xiwen > > # Conflicts: > # Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml Need to drop this. > --- > Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > index 5cd2331668bc..4f8a07864eb4 100644 > --- a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > +++ b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > @@ -16,6 +16,7 @@ properties: > compatible: > enum: > - hisilicon,hi3516cv300-femac > + - hisilicon,hi3798mv200-femac > > reg: > items: > > -- > 2.43.0 >