summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorVenkat Reddy Talla <vreddytalla@nvidia.com>2014-02-03 11:43:43 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2014-02-03 02:02:43 -0800
commit0d75d72891cb3b1986cd7367b18a24e1f9967e2c (patch)
treec8d526a20ce8801e5c7a5c5b6a8f840b77e85dc7 /Documentation/devicetree/bindings
parentb31d2177a67028b7de8d242fc7002b9ba1bea5a2 (diff)
power: bq2419x:add vendor id to charger parameters
add vendor name prefix ti to the BQ2491x charger driver platform data parameters. Update the binding doc and all the dts files accordingly. Change-Id: I61097c80cdfa4e6b6cfd98fc63b8c13c96d09cf9 Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com> Reviewed-on: http://git-master/r/362738 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/power/bq2419x-charger.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/power/bq2419x-charger.txt b/Documentation/devicetree/bindings/power/bq2419x-charger.txt
index a806a7b2af61..52cfaa124dcd 100644
--- a/Documentation/devicetree/bindings/power/bq2419x-charger.txt
+++ b/Documentation/devicetree/bindings/power/bq2419x-charger.txt
@@ -34,20 +34,20 @@ There is two optional subnodes, vbus and charger.
vbus properties:
================
-otg-iusb-gpio-isub-gpio: The GPIO which is connected to OTG/IUSB pin.
+otg-iusb-gpio: The GPIO which is connected to OTG/IUSB pin.
Example
bq2419x: bq2419x@6b {
compatible = "ti,bq2419x";
reg = <0x6b>;
- charging-term-current-mA = <100>;
+ ti,charging-term-current-mA = <100>;
charger {
regulator-name = "batt_regulator";
regulator-max-microamp = <3000>;
- watchdog-timeout = <40>;
- rtc-alarm-time = <3600>;
- auto-recharge-time = <1800>;
+ ti,watchdog-timeout = <40>;
+ ti,rtc-alarm-time = <3600>;
+ ti,auto-recharge-time = <1800>;
consumers {
c1 {
regulator-consumer-supply = "usb_bat_chg";