···11+SBS sbs-battery22+~~~~~~~~~~33+44+Required properties :55+ - compatible : "sbs,sbs-battery"66+77+Optional properties :88+ - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c99+ IO failure.1010+ - sbs,poll-retry-count : The number of times to try looking for new status1111+ after an external change notification.1212+ - sbs,battery-detect-gpios : The gpio which signals battery detection and1313+ a flag specifying its polarity.1414+1515+Example:1616+1717+ bq20z75@b {1818+ compatible = "sbs,sbs-battery";1919+ reg = < 0xb >;2020+ sbs,i2c-retry-count = <2>;2121+ sbs,poll-retry-count = <10>;2222+ sbs,battery-detect-gpios = <&gpio-controller 122 1>;2323+ }
···11-TI bq20z7522-~~~~~~~~~~33-44-Required properties :55- - compatible : "ti,bq20z75"66-77-Optional properties :88- - ti,i2c-retry-count : The number of times to retry i2c transactions on i2c99- IO failure.1010- - ti,poll-retry-count : The number of times to try looking for new status1111- after an external change notification.1212- - ti,battery-detect-gpios : The gpio which signals battery detection and1313- a flag specifying its polarity.1414-1515-Example:1616-1717- bq20z75@b {1818- compatible = "ti,bq20z75";1919- reg = < 0xb >;2020- ti,i2c-retry-count = <2>;2121- ti,poll-retry-count = <10>;2222- ti,battery-detect-gpios = <&gpio-controller 122 1>;2323- }