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 8CD74C4332F for ; Wed, 16 Feb 2022 14:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234797AbiBPOBg (ORCPT ); Wed, 16 Feb 2022 09:01:36 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:57984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233496AbiBPOBd (ORCPT ); Wed, 16 Feb 2022 09:01:33 -0500 Received: from 189.cn (ptr.189.cn [183.61.185.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8E862220BC3; Wed, 16 Feb 2022 06:01:20 -0800 (PST) HMM_SOURCE_IP: 10.64.8.31:52036.771379645 HMM_ATTACHE_NUM: 0000 HMM_SOURCE_TYPE: SMTP Received: from clientip-114.242.206.180 (unknown [10.64.8.31]) by 189.cn (HERMES) with SMTP id 5D5DA100249; Wed, 16 Feb 2022 22:01:17 +0800 (CST) Received: from ([172.27.8.53]) by gateway-151646-dep-b7fbf7d79-bwdqx with ESMTP id 548e00fac09a411c85fa6fb7ab0cae38 for krzk@kernel.org; Wed, 16 Feb 2022 22:01:19 CST X-Transaction-ID: 548e00fac09a411c85fa6fb7ab0cae38 X-Real-From: 15330273260@189.cn X-Receive-IP: 172.27.8.53 X-MEDUSA-Status: 0 Sender: 15330273260@189.cn Message-ID: <3e34a508-3969-80d9-4ef7-7cb358c0147d@189.cn> Date: Wed, 16 Feb 2022 22:01:13 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v6 2/3] dt-bindings: ls2k1000: add the display controller device node Content-Language: en-US To: Krzysztof Kozlowski Cc: Dan Carpenter , Lucas Stach , Maarten Lankhorst , Maxime Ripard , Roland Scheidegger , Zack Rusin , Christian Gmeiner , David Airlie , Daniel Vetter , Rob Herring , Thomas Bogendoerfer , Andrey Zhizhikin , Sam Ravnborg , suijingfeng , linux-mips@vger.kernel.org, "linux-kernel@vger.kernel.org" , dri-devel@lists.freedesktop.org References: <20220203082546.3099-1-15330273260@189.cn> <20220203082546.3099-3-15330273260@189.cn> From: Sui Jingfeng <15330273260@189.cn> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022/2/3 16:50, Krzysztof Kozlowski wrote: > On Thu, 3 Feb 2022 at 09:26, Sui Jingfeng <15330273260@189.cn> wrote: >> From: suijingfeng >> >> The display controller is a pci device, its vendor id is 0x0014 >> its device id is 0x7a06. > The same as your patch 3 - these are not bindings. > > Best regards, > Krzysztof Yes, you are right. As there is no compatible string in my driver to match against the compatible in the dc@6,1 device node. I don't know how to write YAML document now, it seems no similar case can be reference?