summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/misc/tegra-fuse.txt14
-rw-r--r--Documentation/devicetree/bindings/power/bq2419x-charger.txt9
2 files changed, 22 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/misc/tegra-fuse.txt b/Documentation/devicetree/bindings/misc/tegra-fuse.txt
new file mode 100644
index 000000000000..aa1ad4f9d7bc
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/tegra-fuse.txt
@@ -0,0 +1,14 @@
+NVIDIA tegra efuse driver interface.
+
+Required properties:
+-compatible: the driver is compatible with
+ "nvidia, tegra114-efuse"
+ "nvidia, tegra124-efuse"
+-reg: Should contain tegra-fuse registers location and length.
+
+Example:
+
+ efuse@7000f800 {
+ compatible = "nvidia,tegra114-efuse";
+ reg = <0x7000f800 0x400>;
+ };
diff --git a/Documentation/devicetree/bindings/power/bq2419x-charger.txt b/Documentation/devicetree/bindings/power/bq2419x-charger.txt
index b47812c66097..71816ce693e7 100644
--- a/Documentation/devicetree/bindings/power/bq2419x-charger.txt
+++ b/Documentation/devicetree/bindings/power/bq2419x-charger.txt
@@ -27,12 +27,19 @@ Optional properties:
will be disabled.
- rtc-alarm-time : Time setting in seconds for the rtc alarm timer
which wakes the board up for charging after shutdown.
+
- ti,temp-range: List of temperatures in degC for thermal profiling.
- ti,charge-current-limit: List of fast charging current limit in mA for
thermal profiling.
- The value is provided as
+ this property is deprecated. Instead use the property name as
+ ti,charge-thermal-current-limit.
+- ti,charge-thermal-voltage-limit: List of charging voltage limit in mV for
+ thermal profiling.
+
+ The values are provided as
ti,temp-range = <15 60>;
ti,charge-current-limit = <2048 5200>;
+ ti,charge-thermal-voltage-limit = <4200 4300>;
This will set chargign current limit to
2048 for <= 15 degC and