summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2022-03-21 17:48:35 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-22 23:25:12 +0000
commitbf17d0d799acb78e9824a7089a7b342d8f4bc822 (patch)
tree1fd31c1b1b78e1854ec546a663c8601924cfe4ec /docs
parentf9acd8a4de824757f5058d4713d34b34d3684208 (diff)
downloadchrome-ec-bf17d0d799acb78e9824a7089a7b342d8f4bc822.tar.gz
zephyr: doc: Remove battery doc's "aforementioned"
The Zephyr battery doc states "The `vendor` and `part` references must match an existing battery defined in [battery bindings directory]." before a battery bindings directory is mentioned. This would likely cause an unfamiliar reader confusion. Remove the "aforementioned" part of the sentence. BRANCH=none BUG=None TEST=gerrit view Signed-off-by: Aaron Massey <aaronmassey@google.com> Change-Id: I9ed2a092de239b9c67a1bababcf2b7a4499b406e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3541330 Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/zephyr_battery.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/zephyr/zephyr_battery.md b/docs/zephyr/zephyr_battery.md
index c8e0da0bb7..6b084bf95f 100644
--- a/docs/zephyr/zephyr_battery.md
+++ b/docs/zephyr/zephyr_battery.md
@@ -53,8 +53,7 @@ Example:
Here `vendor_part` will be the default battery type. If this node label is
present in the overlay, the [DEFAULT_BATTERY_TYPE] is set in the battery shim
code with the labeled battery type. The `vendor` and `part` references must
-match an existing battery defined in the aforementioned [battery bindings
-directory].
+match an existing battery defined in [battery bindings directory].
##### Add the battery present GPIO node as a child of `named-gpios`