]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'regulator-drivers' into regulator-next
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Aug 2012 19:07:15 +0000 (20:07 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Aug 2012 19:07:15 +0000 (20:07 +0100)
Conflicts:
Documentation/devicetree/bindings/regulator/tps6586x.txt

1  2 
Documentation/devicetree/bindings/regulator/tps6586x.txt
drivers/regulator/tps6586x-regulator.c

index da80c2ae0915e338af82e995ad64d78fdce82add,ec527d95a6285c627123ef70c3f674dc5b5b1e56..4d1218f836a733ce8516b44e3b58885dc01d0c6e
@@@ -8,10 -8,11 +8,14 @@@ Required properties
  - gpio-controller: mark the device as a GPIO controller
  - regulators: list of regulators provided by this controller, must have
    property "regulator-compatible" to match their hardware counterparts:
 -  sys, sm[0-2], ldo[0-9] and ldo_rtc
 +  sm[0-2], ldo[0-9] and ldo_rtc
 +- vin-sm0-supply: The input supply for the SM0.
 +- vin-sm1-supply: The input supply for the SM1.
 +- vin-sm2-supply: The input supply for the SM2.
+ - sys-supply: The input supply for SYS.
+ - sm0-supply: The input supply for the SM0.
+ - sm1-supply: The input supply for the SM1.
+ - sm2-supply: The input supply for the SM2.
  - vinldo01-supply: The input supply for the LDO1 and LDO2
  - vinldo23-supply: The input supply for the LDO2 and LDO3
  - vinldo4-supply: The input supply for the LDO4
index c80f0ac05e2f6db6eebe82808c1031c2a713961a,31ccaa6b85ff753594b5bdc4472e2ee7f0632e5f..ce1e7cb8d513f13a8463a84b2de39d1a61cb180c
@@@ -184,9 -200,9 +200,9 @@@ static struct tps6586x_regulator tps658
        TPS6586X_LDO(LDO_7, "vinldo678", ldo, SUPPLYV3, 3, 3, ENC, 5, END, 5),
        TPS6586X_LDO(LDO_8, "vinldo678", ldo, SUPPLYV2, 5, 3, ENC, 6, END, 6),
        TPS6586X_LDO(LDO_9, "vinldo9", ldo, SUPPLYV6, 3, 3, ENE, 7, ENE, 7),
-       TPS6586X_LDO(LDO_RTC, NULL, ldo, SUPPLYV4, 3, 3, V4, 7, V4, 7),
+       TPS6586X_LDO(LDO_RTC, "REG-SYS", ldo, SUPPLYV4, 3, 3, V4, 7, V4, 7),
        TPS6586X_LDO(LDO_1, "vinldo01", dvm, SUPPLYV1, 0, 5, ENC, 1, END, 1),
 -      TPS6586X_LDO(SM_2, "sm2", sm2, SUPPLYV2, 0, 5, ENC, 7, END, 7),
 +      TPS6586X_LDO(SM_2, "vin-sm2", sm2, SUPPLYV2, 0, 5, ENC, 7, END, 7),
  
        TPS6586X_DVM(LDO_2, "vinldo23", dvm, LDO2BV1, 0, 5, ENA, 3,
                                        ENB, 3, VCC2, 6),