tests: drivers: build_all: charger: Add config for sbs,sbs-charger
Add configuration to add `sbs,sbs-charger` to build test. Also, adding emulator build test. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
c1e7784445
commit
20d17cfa6a
2 changed files with 15 additions and 0 deletions
|
@ -39,3 +39,8 @@ bq25180@2 {
|
|||
constant-charge-current-max-microamp = <500000>;
|
||||
constant-charge-voltage-max-microvolt = <4200000>;
|
||||
};
|
||||
|
||||
sbs-charger@3 {
|
||||
compatible = "sbs,sbs-charger";
|
||||
reg = <0x3>;
|
||||
};
|
||||
|
|
|
@ -9,3 +9,13 @@ tests:
|
|||
build_only: true
|
||||
platform_allow:
|
||||
- native_sim
|
||||
|
||||
drivers.charger.emul.build:
|
||||
tags:
|
||||
- drivers
|
||||
- charger
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_sim
|
||||
extra_configs:
|
||||
- CONFIG_EMUL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue