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 D9B0FC38142 for ; Tue, 24 Jan 2023 07:31:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232631AbjAXHbm (ORCPT ); Tue, 24 Jan 2023 02:31:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232535AbjAXHbk (ORCPT ); Tue, 24 Jan 2023 02:31:40 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F77B3E625 for ; Mon, 23 Jan 2023 23:31:38 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id l41-20020a05600c1d2900b003daf986faaeso10225149wms.3 for ; Mon, 23 Jan 2023 23:31:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=UQNqeCXmtiQgmPcMhaFAPMtaUFTTX5wWNRH6BwiutWc=; b=eXcSNF2vrC6YgNHfXvCrPPlyPz9k7KHkzssaf8TI+pVmgVfXJLroT19d6TZGs5k++c 6Va8TuFTXkLCQ44qxPBOBbZ7jsABd17n01qqniy0yViDzjzChxciYPeBkkMC9tsRlKhb xbWdSYT5NnvJCphxu8i+t3Yiosi6Sds1yrx+sAVKpm59nWmoQoMILjpqUZ3gTDkYz/Hg sNUT/+ZY8SNVhQsON3WoYqHKeamImbNNiPl5A7zeLKdgfUNkbkpKj9qA1fqygn4Z32uc /j+U/vv82YXlaiVL1U8kDTqCFddwKtmeaC2wzCi2p3rCFFFAUWz7is74Ee89RDUasjXa zT6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=UQNqeCXmtiQgmPcMhaFAPMtaUFTTX5wWNRH6BwiutWc=; b=vH1+N7YNCcIvb6m9ITAI+Ioh1pqkgRYENu4EgQz29HYShZLmh3zdnv3uL7VrowA6kR YedGzRvWO+iy6bXPcZ+a2nDmW6wpWLZawlDtCQJViG/D7XW7RljK5R7KRtI7iflZmoRU KX0SjXhBjPxFuqvkU7MQhPdvoPwNwUCli1QE1QW2D7H8kX3P0JSs3/GmdYffKh8Bpnnj PU1WxgDzyieQdkKQWWPs8w7Gwz4J5K1ptoSS9LX0SYOXkNZVHijTrSj1H5gW1fqsDvJo ydbucc7YcohTFGzjIj635LFgXhIyEGmXlU7VU5n151fbrNnORsMKGD5OqtkLUrbMkMsA QP+g== X-Gm-Message-State: AFqh2ko6Q3GgKF68BaIAB2q78T+0QbK4xIIfgMOml+zkbR8KyyWsxb80 agsqtph5hoPqpQaj2ibEJVTL1bQPZ8z/kNCN X-Google-Smtp-Source: AMrXdXuVdJiCJNgVeAUJ4+quCLVDcfMNVGlt2FSy5dKhFdYSPuGajB1LP91xxjcu69QAWjzpBO9RLQ== X-Received: by 2002:a05:600c:4395:b0:3da:2829:2935 with SMTP id e21-20020a05600c439500b003da28292935mr26718696wmn.11.1674545497172; Mon, 23 Jan 2023 23:31:37 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id c7-20020a05600c0a4700b003d1e1f421bfsm13818469wmq.10.2023.01.23.23.31.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 23 Jan 2023 23:31:36 -0800 (PST) Message-ID: <2c20f28d-9d66-7f5d-a419-a2366f536107@linaro.org> Date: Tue, 24 Jan 2023 08:31:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Content-Language: en-US To: Rob Herring Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown References: <20230120075618.153664-1-krzysztof.kozlowski@linaro.org> <20230120075618.153664-2-krzysztof.kozlowski@linaro.org> <20230123220258.GA2710799-robh@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20230123220258.GA2710799-robh@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/01/2023 23:02, Rob Herring wrote: > On Fri, Jan 20, 2023 at 08:56:18AM +0100, Krzysztof Kozlowski wrote: >> Document existing SPI dev compatibles. >> >> Cc: Mark Brown >> Signed-off-by: Krzysztof Kozlowski >> --- >> Documentation/devicetree/bindings/trivial-devices.yaml | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml >> index b13f280f36fa..6d1dc1e2484a 100644 >> --- a/Documentation/devicetree/bindings/trivial-devices.yaml >> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml >> @@ -65,6 +65,8 @@ properties: >> - capella,cm3232 >> # CM3323: Ambient Light Sensor >> - capella,cm3323 >> + # Cisco SPI Petra >> + - cisco,spi-petra >> # High-Precision Digital Thermometer >> - dallas,ds1631 >> # Total-Elapsed-Time Recorder with Alarm >> @@ -169,6 +171,8 @@ properties: >> - isil,isl29030 >> # Intersil ISL68137 Digital Output Configurable PWM Controller >> - isil,isl68137 >> + # Linear Technology LTC2488 >> + - lineartechnology,ltc2488 >> # 5 Bit Programmable, Pulse-Width Modulator >> - maxim,ds1050 >> # 10 kOhm digital potentiometer with I2C interface >> @@ -227,6 +231,8 @@ properties: >> - memsic,mxc6655 >> # Menlo on-board CPLD trivial SPI device >> - menlo,m53cpld >> + # Micron SPI NOR Authenta >> + - micron,spi-authenta > > Not a simple device and something we don't want to endorse: > > https://lore.kernel.org/all/CAL_Jsq+2xGdPnrCnQwf12k37DeZxekS6-wp6qrp3iDa7WLWsCw@mail.gmail.com/ It already made its way to SPI dev driver, but sure, I can drop it. Best regards, Krzysztof