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 1A34CC433F5 for ; Fri, 29 Apr 2022 06:31:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354492AbiD2GfH (ORCPT ); Fri, 29 Apr 2022 02:35:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354568AbiD2GfA (ORCPT ); Fri, 29 Apr 2022 02:35:00 -0400 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A32AC7A9B9 for ; Thu, 28 Apr 2022 23:31:41 -0700 (PDT) Received: by mail-ej1-x632.google.com with SMTP id dk23so13552884ejb.8 for ; Thu, 28 Apr 2022 23:31:41 -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 :cc:references:from:in-reply-to:content-transfer-encoding; bh=VV4IEsHLUTf4LJBEf6r2x88mFgCM/XS/Mg3GKKEB8y8=; b=Ej0VEVTh4EWlFm1B2h8idG9tgLnzuqxDMWwphTEMdC7gDBjRyJt5mp3rN8cX1x0NQI S/u/4diHpQQuM/VQUWjyKvp5kXI10XbEjEkSoJC+wdxRQisTWx7fqxBH5tebW5/xsTXA kRPSUccgrHhBP4xVBLp593gmyExjeV4O7WKqHgPju6nfr8F4T4eSlIbvBlORnv/TjbcD Q0y8asDKVVGgfmVW21ogh13RksGdFlBanff0lKkiJ9LQ6zvq3XG/TjZ5JPNJZyJGZe8c OzcJuC8IYQ4+QVe/BCVUFn20DVk/qnuI6cQ/MkYcghByDENn9w/u3xVkgO2WdAgKZBLD cAFw== 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:cc:references:from:in-reply-to :content-transfer-encoding; bh=VV4IEsHLUTf4LJBEf6r2x88mFgCM/XS/Mg3GKKEB8y8=; b=zLKY5d0Ukbwr/VZb7Glam34eE/uAmu3XQPZtgIi0FkBnBdgyOHU++GcQHr7BlbQClp 4MvOakOb5jkFJFqCGkpyt+5XkW7ESVVdhXWf1CfS8riHNoVQgc0OPO2M885yWjP7AaXX ZBVa3x4hk1SmVmGhLBeW2a06dkx3BqtpaHNVmMUDuU2aKMgYJQ37RHw06Alscd5cWPSl 9tnSD2jOQI16ClpIeOxtNsW8gVSdqwOy7EAiGqUtb79rwgWSDTZYrCKWTXftp0Aiiref 5H2sTT+Ry2T8UeY2gxURKZMATucXgwhNoTgMiKvqA1TcW+/VzYuxE8vGXyBNl1AZybpJ H++Q== X-Gm-Message-State: AOAM532nNYJoIZb3NBmHvhGfEA3jE8Li4yQFMJ5iaQJSe5gbt59M8Xe7 A1imWKMHzrE1zjAX9pc83yYVzg== X-Google-Smtp-Source: ABdhPJz59K7SfWDqQwwv1xsVc/CjFpBb4AMYnq3cmsg5FoKmDuYAaZ/b6HBFgOglA2wN4T2LJBLuNQ== X-Received: by 2002:a17:906:9b8d:b0:6f3:c659:d3b0 with SMTP id dd13-20020a1709069b8d00b006f3c659d3b0mr11744398ejc.553.1651213900212; Thu, 28 Apr 2022 23:31:40 -0700 (PDT) Received: from [192.168.0.168] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id jy27-20020a170907763b00b006f3ef214e54sm334759ejc.186.2022.04.28.23.31.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Apr 2022 23:31:39 -0700 (PDT) Message-ID: Date: Fri, 29 Apr 2022 08:31:38 +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: [PATCH 1/2] dt-bindings: google,cros-ec-keyb: Introduce switches only compatible Content-Language: en-US To: Stephen Boyd , Dmitry Torokhov Cc: linux-kernel@vger.kernel.org, patches@lists.linux.dev, Rob Herring , devicetree@vger.kernel.org, Benson Leung , Guenter Roeck , Douglas Anderson , Hsin-Yi Wang , "Joseph S. Barrera III" References: <20220427203026.828183-1-swboyd@chromium.org> <20220427203026.828183-2-swboyd@chromium.org> From: Krzysztof Kozlowski In-Reply-To: <20220427203026.828183-2-swboyd@chromium.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 27/04/2022 22:30, Stephen Boyd wrote: > If the device is a detachable, this device won't have a matrix keyboard > but it may have some button switches, e.g. volume buttons and power > buttons. Let's add a more specific compatible for this type of device > that indicates to the OS that there are only switches and no matrix > keyboard present. > > Cc: Krzysztof Kozlowski > Cc: Rob Herring > Cc: > Cc: Benson Leung > Cc: Guenter Roeck > Cc: Douglas Anderson > Cc: Hsin-Yi Wang > Cc: "Joseph S. Barrera III" > Signed-off-by: Stephen Boyd Acked-by: Krzysztof Kozlowski Best regards, Krzysztof