forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/power/supply/test_power.c
....@@ -33,7 +33,7 @@
3333 static int battery_present = 1; /* true */
3434 static int battery_technology = POWER_SUPPLY_TECHNOLOGY_LION;
3535 static int battery_capacity = 50;
36
-static int battery_voltage = 3300;
36
+static int battery_voltage = 3300000;
3737 static int battery_charge_counter = -1000;
3838 static int battery_current = -1600;
3939