mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 18:12:26 -04:00
There were some file movements that changed the location for some DT bindings. Fix them with: scripts/documentation-file-ref-check --fix After manually checking if the new file makes sense. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
=== AB8500 Battery Temperature Monitor Driver ===
|
|
|
|
The properties below describes the node for btemp driver.
|
|
|
|
Required Properties:
|
|
- compatible = Shall be: "stericsson,ab8500-btemp"
|
|
- battery = Shall be battery specific information
|
|
|
|
Example:
|
|
ab8500_btemp {
|
|
compatible = "stericsson,ab8500-btemp";
|
|
battery = <&ab8500_battery>;
|
|
};
|
|
|
|
For information on battery specific node, Ref:
|
|
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
|