summaryrefslogtreecommitdiff
path: root/zephyr/projects
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2022-07-21 17:39:03 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-22 02:57:22 +0000
commit4cc509c1ec7d19319d0884ab1402eb36f6332e52 (patch)
tree950bee4b3fdff606118ff75c9f430f1bb8f05507 /zephyr/projects
parent3e7a4144243e8e67f405063e052d12572969473b (diff)
downloadchrome-ec-4cc509c1ec7d19319d0884ab1402eb36f6332e52.tar.gz
zephyr: add batteries into vendor-prefixes.txt
This will avoid build warning due to new batteries. Also modify battery .yaml naming. Change Vendor_Manuf,Device.yaml to Vendor,Manuf_Device.yaml BRANCH=none BUG=b:239502723 TEST=zmake build joxer Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I8534b8f4170dfff3b58869d39b15aaf71d2217a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3778934 Reviewed-by: Andrew McRae <amcrae@google.com>
Diffstat (limited to 'zephyr/projects')
-rw-r--r--zephyr/projects/nissa/joxer/overlay.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/projects/nissa/joxer/overlay.dts b/zephyr/projects/nissa/joxer/overlay.dts
index b0c9f9c145..71b30c8c6a 100644
--- a/zephyr/projects/nissa/joxer/overlay.dts
+++ b/zephyr/projects/nissa/joxer/overlay.dts
@@ -22,16 +22,16 @@
compatible = "cosmx,gh02047xl", "battery-smart";
};
dynapack_atl_gh02047xl {
- compatible = "dynapack_atl,gh02047xl", "battery-smart";
+ compatible = "dynapack,atl_gh02047xl", "battery-smart";
};
dynapack_cosmx_gh02047xl {
- compatible = "dynapack_cosmx,gh02047xl", "battery-smart";
+ compatible = "dynapack,cosmx_gh02047xl", "battery-smart";
};
smp_coslight_gh02047xl {
- compatible = "smp_coslight,gh02047xl", "battery-smart";
+ compatible = "smp,coslight_gh02047xl", "battery-smart";
};
smp_highpower_gh02047xl {
- compatible = "smp_highpower,gh02047xl", "battery-smart";
+ compatible = "smp,highpower_gh02047xl", "battery-smart";
};
};