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 0A3B7C433EF for ; Thu, 21 Apr 2022 09:18:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387521AbiDUJVE (ORCPT ); Thu, 21 Apr 2022 05:21:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387528AbiDUJVA (ORCPT ); Thu, 21 Apr 2022 05:21:00 -0400 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DAEB26576 for ; Thu, 21 Apr 2022 02:18:03 -0700 (PDT) Received: by mail-ed1-x52d.google.com with SMTP id s25so5650730edi.13 for ; Thu, 21 Apr 2022 02:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=kmhiaQxqxxrEcAZhh+yNwzq2hOuXQMjlbA6lx4ca8i0=; b=IcQKPWd4riTif+Hkl53cvMC/y3Es1tpcy0ux7OPeHVIBPrPeMPSbTGLaXNP2+0wWlN h+UqaAyiEKobQ0zCFAf1CQhYLZ878c4adHG5sLZQjJ3d8a/zNuAsS9NXFhmSiaD+BIXF QHGT2yhopG4WFnAA5YXTEkSJKhUZwUiUzWST/PHAXDNsjLa7DIm5ZrXL9QUWwtZhsUum XwR6ctDB654XYDDM7GiX5Rg7NFHm0vEMR5HRWbsUjOQswodk+nQytrZn3Jg6aXDXVkox MynQ9Cq2NBddnOMXJTtfOwuN4JZUfIatPFJHA067Z0zcNvzsnN7yOb1lmzAHo2T/9ERd gAeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=kmhiaQxqxxrEcAZhh+yNwzq2hOuXQMjlbA6lx4ca8i0=; b=x9BxkUXZwygXTFa/IjT/UpO6iuKuLaf5VzfsiyLlHspwN4KOE5/zia8gBvwzBocCDE F387e/nBaNSkxDIPh4yDjZWiQgvPQH2vVeHsbiDbSQyJyAIbCBhHAMy1UN2wK35E49JS iPjHRf8nRPw/PWYpKJyp1kiJWcFK60EBwZqFTPupU800T2Hq31eQzL0JjVJMV7zpyk5E ou9qNhZPWf5HKAqgXJcJujWJycMfR4wRzFHEb5gWfCa74xQaGuvRZ3rCblJeW8tT7eXV VFqRMFy2Wn9M4V3pJWnYyi9UmKHJi7rVP19myyU2L/DvGS3OIZnRkpV8nZf3dE4KojKo qLsQ== X-Gm-Message-State: AOAM530lY7LetVRq6Ij9XUBSzmoN0Z5eWw1Im+D2BBG/Xu+JP5zNOV97 /GVYXLpjdjSe+FJ5njgsMCPcBQ== X-Google-Smtp-Source: ABdhPJw2V1NhrUtFTzpR84KL+ElSdaPSU1YX7RYN6P9D3rfgMA87iITUYQqOqv2WSfaGGeIpItks3Q== X-Received: by 2002:a05:6402:4414:b0:408:4dc0:3ee9 with SMTP id y20-20020a056402441400b004084dc03ee9mr28169156eda.203.1650532682167; Thu, 21 Apr 2022 02:18:02 -0700 (PDT) Received: from [192.168.0.226] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id e22-20020a170906505600b006da7d71f25csm7612093ejk.41.2022.04.21.02.18.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Apr 2022 02:18:01 -0700 (PDT) Message-ID: Date: Thu, 21 Apr 2022 11:18:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [EXT] Re: [PATCH 1/2 v4] dt-bindings: dspi: added for semtech sx1301 Content-Language: en-US To: Jerry Huang , "broonie@kernel.org" , "robh+dt@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "linux-spi@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "shawnguo@kernel.org" , Leo Li , "linux-arm-kernel@lists.infradead.org" References: <20220420073146.38086-1-jerry.huang@nxp.com> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/04/2022 11:11, Jerry Huang wrote: > Please also answer Michael's comments. > > [Jerry Huang] I double checked the MikroBus devices, we used two MikcroBus devices: > BLE P click: https://www.mikroe.com/ble-p-click > BEE click: https://www.mikroe.com/bee-click > Both of them are SPI interface connect to ls1028ardb through MiKcroBus interface. > So the name "semtech sx1301" is not correct for this node. I asked to remove the words "Devicetree bindings" and this was not finished. Now you mention that entire name of device is wrong... It's confusing. I don't know what device you are describing here. I expect you know. :) What is this binding about exactly? > How about "mikroe, spi-dev" or any suggestion about it? Best regards, Krzysztof