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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 72886C433EF for ; Wed, 23 Mar 2022 07:07:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC5FC10E623; Wed, 23 Mar 2022 07:07:46 +0000 (UTC) Received: from 189.cn (ptr.189.cn [183.61.185.102]) by gabe.freedesktop.org (Postfix) with ESMTP id E6A4110E623 for ; Wed, 23 Mar 2022 07:07:44 +0000 (UTC) HMM_SOURCE_IP: 10.64.8.43:52698.1965467250 HMM_ATTACHE_NUM: 0000 HMM_SOURCE_TYPE: SMTP Received: from clientip-114.242.206.180 (unknown [10.64.8.43]) by 189.cn (HERMES) with SMTP id 71D7210023D; Wed, 23 Mar 2022 15:07:41 +0800 (CST) Received: from ([114.242.206.180]) by gateway-151646-dep-b7fbf7d79-vjdjk with ESMTP id 5fe13736b6734204a16a00a71691bb7f for jiaxun.yang@flygoat.com; Wed, 23 Mar 2022 15:07:43 CST X-Transaction-ID: 5fe13736b6734204a16a00a71691bb7f X-Real-From: 15330273260@189.cn X-Receive-IP: 114.242.206.180 X-MEDUSA-Status: 0 Message-ID: Date: Wed, 23 Mar 2022 15:07:40 +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 v11 2/7] MIPS: Loongson64: dts: introduce ls3A4000 evaluation board Content-Language: en-US To: Jiaxun Yang , Maxime Ripard , Thomas Zimmermann , Roland Scheidegger , Zack Rusin , Christian Gmeiner , David Airlie , Daniel Vetter , Rob Herring , Thomas Bogendoerfer , Dan Carpenter , Krzysztof Kozlowski , Andrey Zhizhikin , Sam Ravnborg , "David S . Miller" , Lucas Stach , Maarten Lankhorst , Ilia Mirkin , Qing Zhang , suijingfeng References: <20220321162916.1116541-1-15330273260@189.cn> <20220321162916.1116541-3-15330273260@189.cn> <2644866a-8db2-923e-4227-2aa6d8e375fe@flygoat.com> <2c671752-6684-f87b-7b2d-90568d36adde@189.cn> <005099b5-33ed-4cb7-f8e4-10e1de780311@flygoat.com> <87d4f869-2ae8-f8d3-a55f-1a563cb21115@flygoat.com> From: Sui Jingfeng <15330273260@189.cn> In-Reply-To: <87d4f869-2ae8-f8d3-a55f-1a563cb21115@flygoat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, liyi@loongson.cn, chenhuacai@kernel.org, linux-mips@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Tiezhu Yang Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2022/3/23 10:29, Jiaxun Yang wrote: > If you want to blame somebody for the problem then please don't > blame us. We tried very hard to fit all those stuff into kernel's model > of devices. You should blame those who did the initial design of > Loongson's boot interface that failed to introduce a proper way > to describe the platform. I am not blame anybody, please do not misleading. I am report problem and try to seek a better solution. I have my intention and ideas, i just don't want to solve all of the problems in one shot. I could provide one more patch wire all board specific dts up. But i don't know what's the opinions of other reviewers, does this is plausible?