[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200715221150.v3.2.I113cdbaf66d48b37ac0faefb9b845480d122f3b9@changeid>
Date: Wed, 15 Jul 2020 22:16:04 -0700
From: Bhanu Prakash Maiya <bhanumaiya@...omium.org>
To: linux-arm-kernel@...ts.infradead.org
Cc: Lee Jones <lee.jones@...aro.org>,
Furquan Shaikh <furquan@...omium.org>,
Raul E Rangel <rrangel@...omium.org>,
Eric Peers <epeers@...gle.com>,
Duncan Laurie <dlaurie@...gle.com>,
Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Bhanu Prakash Maiya <bhanumaiya@...omium.org>,
Guenter Roeck <groeck@...omium.org>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"David S . Miller" <davem@...emloft.net>,
Rob Herring <robh@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devicetree@...r.kernel.org, linux-kernel@...r.Kernel.org
Subject: [PATCH v3 2/2] dt-bindings: mfd: Add DT compatible string "google,cros_ec_uart"
From: Bhanu Prakash Maiya <bhanumaiya@...omium.org>
Add DT compatible string in
Documentation/devicetree/bindings/mfd/cros_ec.txt
Signed-off-by: Bhanu Prakash Maiya <bhanumaiya@...omium.org>
---
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 <bleung@...omium.org>
- Enric Balletbo i Serra <enric.balletbo@...labora.com>
- Guenter Roeck <groeck@...omium.org>
+ - Bhanu Prakash Maiya <bhanumaiya@...omium.org>
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
Powered by blists - more mailing lists