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 9D0D6C7EE23 for ; Mon, 5 Jun 2023 07:24:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbjFEHY5 (ORCPT ); Mon, 5 Jun 2023 03:24:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229996AbjFEHY5 (ORCPT ); Mon, 5 Jun 2023 03:24:57 -0400 Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1880AD; Mon, 5 Jun 2023 00:24:54 -0700 (PDT) X-QQ-mid: Yeas50t1685949835t198t22141 Received: from 3DB253DBDE8942B29385B9DFB0B7E889 (jiawenwu@trustnetic.com [60.177.99.31]) X-QQ-SSF: 00400000000000F0FPF000000000000 From: =?utf-8?b?Smlhd2VuIFd1?= X-BIZMAIL-ID: 10775698858849154079 To: "'Wolfram Sang'" Cc: , , , , , , , , , , , , "'Piotr Raczynski'" References: <20230605025211.743823-1-jiawenwu@trustnetic.com> <20230605025211.743823-3-jiawenwu@trustnetic.com> In-Reply-To: Subject: RE: [PATCH net-next v11 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC Date: Mon, 5 Jun 2023 15:23:54 +0800 Message-ID: <00c901d9977e$af0dc910$0d295b30$@trustnetic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: zh-cn Thread-Index: AQKoIYpMsU3pQxi84WWC4YPAy6bqVAIyHk5AAe8WB/atva9VMA== X-QQ-SENDSIZE: 520 Feedback-ID: Yeas:trustnetic.com:qybglogicsvrgz:qybglogicsvrgz5a-1 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Monday, June 5, 2023 3:02 PM, Wolfram Sang wrote: > Hi, > > On Mon, Jun 05, 2023 at 10:52:04AM +0800, Jiawen Wu wrote: > > Wangxun 10Gb ethernet chip is connected to Designware I2C, to communicate > > with SFP. > > > > Introduce the property "wx,i2c-snps-model" to match device data for Wangxun > > Does this not need some binding documentation somewhere? Do you mean the device tree binding? This property in only used in case of software node, for wangxun Soc, which has no device tree structure. > > > in software node case. Since IO resource was mapped on the ethernet driver, > > add a model quirk to get regmap from parent device. > > All the best, > > Wolfram