提交 e57f1b68 编写于 作者: R Rhyland Klein 提交者: Anton Vorontsov

devicetree-bindings: Propagate bq20z75->sbs rename to dt bindings

Signed-off-by: NRhyland Klein <rklein@nvidia.com>
Signed-off-by: NAnton Vorontsov <cbouatmailru@gmail.com>
上级 1c84b60b
TI bq20z75
SBS sbs-battery
~~~~~~~~~~
Required properties :
- compatible : "ti,bq20z75"
- compatible : "sbs,sbs-battery"
Optional properties :
- ti,i2c-retry-count : The number of times to retry i2c transactions on i2c
- sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c
IO failure.
- ti,poll-retry-count : The number of times to try looking for new status
- sbs,poll-retry-count : The number of times to try looking for new status
after an external change notification.
- ti,battery-detect-gpios : The gpio which signals battery detection and
- sbs,battery-detect-gpios : The gpio which signals battery detection and
a flag specifying its polarity.
Example:
bq20z75@b {
compatible = "ti,bq20z75";
compatible = "sbs,sbs-battery";
reg = < 0xb >;
ti,i2c-retry-count = <2>;
ti,poll-retry-count = <10>;
ti,battery-detect-gpios = <&gpio-controller 122 1>;
sbs,i2c-retry-count = <2>;
sbs,poll-retry-count = <10>;
sbs,battery-detect-gpios = <&gpio-controller 122 1>;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册