summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/battery/smp,l20m3pg0.yaml
Commit message (Collapse)AuthorAgeFilesLines
* zephyr: fix all yaml files indentationsFabio Baltieri2023-01-171-41/+41
| | | | | | | | | | | | | | | | | | | | Zephyr upstream now has a yamllint configuration and presubmit check: https://github.com/zephyrproject-rtos/zephyr/blob/main/.yamllint This is a pass on our yaml files to make them compliant with the upstream config, final pass just with the indentation errors. BRANCH=none BUG=none TEST=yamllint -f parsable -c ~/zephyr/.yamllint $( find -regex '.*\.y[a]*ml' ) TEST=zmake compare-builds --ref1 main --ref2 HEAD -a Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I3ccebebddf803b0fd79a1a980a19e25f204b0bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4154895 Reviewed-by: Al Semjonovs <asemjonovs@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
* zephyr: reformat yaml files to comply with Zephyr yamllintFabio Baltieri2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | Zephyr upstream now has a yamllint configuration and presubmit check: https://github.com/zephyrproject-rtos/zephyr/blob/main/.yamllint This is a pass on our yaml files to make them compliant with the upstream config, handled all checks but the indentation ones. BRANCH=none BUG=none TEST=yamllint -f parsable -c ~/zephyr/.yamllint $( find -regex '.*\.y[a]*ml' ) TEST=zmake compare-builds --ref1 main --ref2 HEAD -a Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I664738cf4777e6f03d4ac2a19a5100e326a386fe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4154894 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Yuval Peress <peress@google.com>
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* nissa/nereid: fix L20M3PG0 battery parameterScott Chao2022-02-241-1/+1
| | | | | | | | | | | | | | - Fix ship mode command. - Fix node '/batteries/smp_l20m3pg0' compatible 'smp,l20m3pg0' has unknown vendor prefix 'smp' error. BUG=b:218983851 BRANCH=none TEST=zmake configure -b nereid Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: Ieba5d3ee532c963267813e25d3dc20256403a5bf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3483895 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
* nereid: add SMP L20M3PG0Will Tsai2022-02-111-0/+53
Add SMP L20M3PG0 battery. BUG=b:218983851, b:218606396 TEST=zmake configure -b nereid BRANCH=none Signed-off-by: Will Tsai <will_tsai@wistron.corp-partner.google.com> Change-Id: I33f72fa16b9e0c330d7e06df096bc5a897ca6b8f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3454925 Reviewed-by: Andrew McRae <amcrae@google.com>