Usage

The command line usage syntax for the common parameters are as follows:

pmic.<parameter> = <value>;

The command line usage syntax for the rail-specific parameters are as follows:

pmic.<rail-names>.<rail-id>.<parameters> = <value>;

Where <parameters> is as follows:

Parameter

Description

command-retries-count

Specifies the number of allowed command attempts.

wait-before-start-bus-clear-us

Specifies the wait timeout, in microseconds, before issuing the bus clear command. The wait time is calculated as:

1 << n microseconds

Where i>n is as provided by this parameter.

rail-count

Specifies the number of rails in this configuration file that must be configured.

For example:

pmic.command-retries-count = <value>;
pmic.wait-before-start-bus-clear-us = <value>;
pmic.rail-count  = <value>;