summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-12-02 11:38:43 +0800
committerCommit Bot <commit-bot@chromium.org>2021-12-07 09:39:33 +0000
commit9a3e387770f34f80446cc194cce4d21d62a1b0f7 (patch)
tree3d4a0ea001b1f30342781792e2fe81759ad402a7
parent841fd37f19b80df2cf15381b0046817e92197879 (diff)
downloadchrome-ec-9a3e387770f34f80446cc194cce4d21d62a1b0f7.tar.gz
zephyr: kingler: correct battery type
Fix the copied battery info. BUG=b:203739613 TEST=zmake configure -b kingler BRANCH=none Change-Id: Ic412c489231742c6d8bf0a13312efe4b4353147f Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3312507 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/projects/corsola/battery_kingler.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/corsola/battery_kingler.dts b/zephyr/projects/corsola/battery_kingler.dts
index 02a6d0d3b9..8ee9454d6a 100644
--- a/zephyr/projects/corsola/battery_kingler.dts
+++ b/zephyr/projects/corsola/battery_kingler.dts
@@ -5,8 +5,8 @@
/ {
batteries {
- default_battery: aec_5477109 {
- compatible = "aec,5477109";
+ default_battery: smp_l20m3pg2 {
+ compatible = "smp,l20m3pg2";
};
};
};