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 X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B063C433DF for ; Thu, 16 Jul 2020 05:16:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 575D920775 for ; Thu, 16 Jul 2020 05:16:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="KXtFgSRW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726279AbgGPFQJ (ORCPT ); Thu, 16 Jul 2020 01:16:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbgGPFQI (ORCPT ); Thu, 16 Jul 2020 01:16:08 -0400 Received: from mail-pg1-x544.google.com (mail-pg1-x544.google.com [IPv6:2607:f8b0:4864:20::544]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88F37C061755 for ; Wed, 15 Jul 2020 22:16:08 -0700 (PDT) Received: by mail-pg1-x544.google.com with SMTP id z5so4261223pgb.6 for ; Wed, 15 Jul 2020 22:16:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Y82s5J6jGeE+1WkQgClg6fF8GkRM6k30eJBmLEIoHho=; b=KXtFgSRWIDabNM0L7WxgGCj81mvHpXozzo3Lh5uiL5segDJXmzAmhO7LtFilDnCiFV VCb6APzS/iKl7Iz/JPtBo2M3G4M/mYH3mdSZ0qc9XFLlHw3/VV52KYOQ1XgdjMFp872x 8yupOmZqRwAp9T9ZcV0YIa9B48kZCg+cq0Yu8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Y82s5J6jGeE+1WkQgClg6fF8GkRM6k30eJBmLEIoHho=; b=bTCSKYNDqxjUmmszg5O7fhyPZ5GWb3tr1v5p8iDFu365BFFGvn3kKW1ZKR57CzyrVz xZzI1FZ5nWgKdDAaX0qM7oB0m97C9BmOfXxblcDWL82H/XLHn9H6pZAr0/ddgefwj9lK bJtlGdZUtebvUsi/OKQw6Ii23YnCGzzZTNsWMFrGsZhz4yDeQxbxc+WwLP2w7QSfmbRa UFukCcuW5zwL3/ugbGce7bhJeY0rhIZogWUZ2QpkbvoE39qjaJ6pzdEoVq8BKRJuXDHm OKCBbRSuLM6EXghNb0Jzp/koZNgH3Rkrhglw4mpZRjkLoDzm3wBZyqn8zxc97NqMeGOk nwlg== X-Gm-Message-State: AOAM533cyA7pE56GLTN089SfILqmfy+0CQYkkM9pqEAbBJJ28cCWuyGk FdkKbhcu1bwhIWC4xKaHrGUfIQ== X-Google-Smtp-Source: ABdhPJwXILHXfYYnoTMFXqMHeqxiwrG/soe4t9GpW7yqRWRGtYHxu1CHGk67bfLwW5pMqKEWrUB+YQ== X-Received: by 2002:a05:6a00:14ce:: with SMTP id w14mr2279149pfu.121.1594876568096; Wed, 15 Jul 2020 22:16:08 -0700 (PDT) Received: from bhanumaiya-glaptop.hsd1.ca.comcast.net ([2601:646:9500:590:250:b6ff:fe8e:b459]) by smtp.gmail.com with ESMTPSA id r8sm3493401pfh.29.2020.07.15.22.16.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 22:16:07 -0700 (PDT) From: Bhanu Prakash Maiya X-Google-Original-From: Bhanu Prakash Maiya To: linux-arm-kernel@lists.infradead.org Cc: Lee Jones , Furquan Shaikh , Raul E Rangel , Eric Peers , Duncan Laurie , Benson Leung , Enric Balletbo i Serra , Bhanu Prakash Maiya , Guenter Roeck , Mauro Carvalho Chehab , "David S . Miller" , Rob Herring , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-kernel@vger.Kernel.org Subject: [PATCH v3 2/2] dt-bindings: mfd: Add DT compatible string "google,cros_ec_uart" Date: Wed, 15 Jul 2020 22:16:04 -0700 Message-Id: <20200715221150.v3.2.I113cdbaf66d48b37ac0faefb9b845480d122f3b9@changeid> X-Mailer: git-send-email 2.27.0.389.gc38d7665816-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bhanu Prakash Maiya Add DT compatible string in Documentation/devicetree/bindings/mfd/cros_ec.txt Signed-off-by: Bhanu Prakash Maiya --- Changes in v3: - Rebased changes on google,cros-ec.yaml Changes in v2: - No change Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml index 6a7279a85ec1c..552d1c9bf3de4 100644 --- a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml +++ b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml @@ -10,11 +10,12 @@ maintainers: - Benson Leung - Enric Balletbo i Serra - Guenter Roeck + - Bhanu Prakash Maiya description: Google's ChromeOS EC is a microcontroller which talks to the AP and implements various functions such as keyboard and battery charging. - The EC can be connected through various interfaces (I2C, SPI, and others) + The EC can be connected through various interfaces (I2C, SPI, UART and others) and the compatible string specifies which interface is being used. properties: @@ -29,6 +30,9 @@ properties: - description: For implementations of the EC is connected through RPMSG. const: google,cros-ec-rpmsg + - description: + For implementations of the EC is connected through UART. + const: google,cros-ec-uart google,cros-ec-spi-pre-delay: description: -- 2.26.2 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 X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AA2DC433DF for ; Thu, 16 Jul 2020 05:17:25 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1465F204EC for ; Thu, 16 Jul 2020 05:17:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Mfb8otJ6"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="KXtFgSRW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1465F204EC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=rARaixe4oI/DWp2X2c2/KG8Uv9dFKQ1RfAcrXA+Qrhk=; b=Mfb8otJ6bzZRT4sEstU3c0ANez ag8T+QdWkxDEMdBWESnfnowUdVlmTp9dJEwB3bxGeTpPmYdvHPLdZit2QhwcOOu0cXxsMn0z0Ljlh GLqKefu/xMj/tl5R3y+VNf9aA9PBuoAgIF/3KxcdwA9SLNf7+wlUMEJ2mIxB4bk0Q0eXzLEenA7zg 2ufe2Ntu3ScvuRXJ5QbmFT4P0KJDBbGzDCnuR1ImlTQPXmpKHZmGGSZ97rpgI7bk/xCV6dYhxMLPc lEfO5mOXtT/Z6Z9y9g5wZgO8th37QVSVDFX0WoUlmP6xVkBfhwqm0bhdWSSVpodV9nW7wBzUMpjSP zGFhn96Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvwFg-0006yw-Tm; Thu, 16 Jul 2020 05:16:12 +0000 Received: from mail-pg1-x543.google.com ([2607:f8b0:4864:20::543]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvwFe-0006xW-CW for linux-arm-kernel@lists.infradead.org; Thu, 16 Jul 2020 05:16:11 +0000 Received: by mail-pg1-x543.google.com with SMTP id l63so4242104pge.12 for ; Wed, 15 Jul 2020 22:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Y82s5J6jGeE+1WkQgClg6fF8GkRM6k30eJBmLEIoHho=; b=KXtFgSRWIDabNM0L7WxgGCj81mvHpXozzo3Lh5uiL5segDJXmzAmhO7LtFilDnCiFV VCb6APzS/iKl7Iz/JPtBo2M3G4M/mYH3mdSZ0qc9XFLlHw3/VV52KYOQ1XgdjMFp872x 8yupOmZqRwAp9T9ZcV0YIa9B48kZCg+cq0Yu8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Y82s5J6jGeE+1WkQgClg6fF8GkRM6k30eJBmLEIoHho=; b=OSQjmnfyOVMfJ7Nj05PU3UNufqRZWQAsMYuFAEFjBPeSfk8oih3ocXw9g52UHwRNad ezbxQHPss5GUy+5xvG4FDdQ7hi8BM6SgNXY9abxF5P04DVCAjvzEfmVhhFWeC21m0FqG 3FJKLzf0QTx6PP6wrZT8D2rcOPztdUY1gmh16a8ilgQ3ZFS4mEuChvnbLdEfEnw3WviZ 0W2rfRG/Q6FCvkfhX2cqWOZh9SLqug4hKnXeZlR/ZMyIXmFjiqi+zN6rcTtU1Ogc0R1U 088Ka/tk0Cx0Zt6c9hJ4As3Ih18BKadX47aoWjoYnrWG8pOdnoBr5ZQ/KIhV+rEzU+0L imWw== X-Gm-Message-State: AOAM533Kd4UU6r168VTbUhmQ6R9GAQkJslXDhJlGZMTgHABKSK3F30pH 5y0yMsjqcnA3iLe/ChQv2/AiwD33Rak= X-Google-Smtp-Source: ABdhPJwXILHXfYYnoTMFXqMHeqxiwrG/soe4t9GpW7yqRWRGtYHxu1CHGk67bfLwW5pMqKEWrUB+YQ== X-Received: by 2002:a05:6a00:14ce:: with SMTP id w14mr2279149pfu.121.1594876568096; Wed, 15 Jul 2020 22:16:08 -0700 (PDT) Received: from bhanumaiya-glaptop.hsd1.ca.comcast.net ([2601:646:9500:590:250:b6ff:fe8e:b459]) by smtp.gmail.com with ESMTPSA id r8sm3493401pfh.29.2020.07.15.22.16.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 22:16:07 -0700 (PDT) From: Bhanu Prakash Maiya X-Google-Original-From: Bhanu Prakash Maiya To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 2/2] dt-bindings: mfd: Add DT compatible string "google, cros_ec_uart" Date: Wed, 15 Jul 2020 22:16:04 -0700 Message-Id: <20200715221150.v3.2.I113cdbaf66d48b37ac0faefb9b845480d122f3b9@changeid> X-Mailer: git-send-email 2.27.0.389.gc38d7665816-goog MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200716_011610_441885_00D3C113 X-CRM114-Status: GOOD ( 10.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Mauro Carvalho Chehab , Duncan Laurie , devicetree@vger.kernel.org, Furquan Shaikh , Lee Jones , linux-kernel@vger.Kernel.org, "David S . Miller" , Raul E Rangel , Greg Kroah-Hartman , Enric Balletbo i Serra , Guenter Roeck , Benson Leung , Eric Peers , Bhanu Prakash Maiya Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Bhanu Prakash Maiya Add DT compatible string in Documentation/devicetree/bindings/mfd/cros_ec.txt Signed-off-by: Bhanu Prakash Maiya --- Changes in v3: - Rebased changes on google,cros-ec.yaml Changes in v2: - No change Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml index 6a7279a85ec1c..552d1c9bf3de4 100644 --- a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml +++ b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml @@ -10,11 +10,12 @@ maintainers: - Benson Leung - Enric Balletbo i Serra - Guenter Roeck + - Bhanu Prakash Maiya description: Google's ChromeOS EC is a microcontroller which talks to the AP and implements various functions such as keyboard and battery charging. - The EC can be connected through various interfaces (I2C, SPI, and others) + The EC can be connected through various interfaces (I2C, SPI, UART and others) and the compatible string specifies which interface is being used. properties: @@ -29,6 +30,9 @@ properties: - description: For implementations of the EC is connected through RPMSG. const: google,cros-ec-rpmsg + - description: + For implementations of the EC is connected through UART. + const: google,cros-ec-uart google,cros-ec-spi-pre-delay: description: -- 2.26.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel