~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml (Architecture i386) and /Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml (Architecture m68k)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C      1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/power/suppl      4 $id: http://devicetree.org/schemas/power/supply/richtek,rt5033-charger.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Richtek RT5033 PMIC Battery Charger          7 title: Richtek RT5033 PMIC Battery Charger
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Jakob Hauser <jahau@rocketmail.com>             10   - Jakob Hauser <jahau@rocketmail.com>
 11                                                    11 
 12 description:                                       12 description:
 13   The battery charger of the multifunction dev     13   The battery charger of the multifunction device RT5033 has to be instantiated
 14   under sub-node named "charger" using the fol     14   under sub-node named "charger" using the following format.
 15                                                    15 
 16 properties:                                        16 properties:
 17   compatible:                                      17   compatible:
 18     const: richtek,rt5033-charger                  18     const: richtek,rt5033-charger
 19                                                    19 
 20   monitored-battery:                               20   monitored-battery:
 21     $ref: /schemas/types.yaml#/definitions/pha     21     $ref: /schemas/types.yaml#/definitions/phandle
 22     description: |                                 22     description: |
 23       Phandle to the monitored battery accordi     23       Phandle to the monitored battery according to battery.yaml. The battery
 24       node needs to contain five parameters.       24       node needs to contain five parameters.
 25                                                    25 
 26       precharge-current-microamp:                  26       precharge-current-microamp:
 27       Current of pre-charge mode. The pre-char     27       Current of pre-charge mode. The pre-charge current levels are 350 mA
 28       to 650 mA programmed by I2C per 100 mA.      28       to 650 mA programmed by I2C per 100 mA.
 29                                                    29 
 30       constant-charge-current-max-microamp:        30       constant-charge-current-max-microamp:
 31       Current of fast-charge mode. The fast-ch     31       Current of fast-charge mode. The fast-charge current levels are 700 mA
 32       to 2000 mA programmed by I2C per 100 mA.     32       to 2000 mA programmed by I2C per 100 mA.
 33                                                    33 
 34       charge-term-current-microamp:                34       charge-term-current-microamp:
 35       This property is end of charge current.      35       This property is end of charge current. Its level ranges from 150 mA
 36       to 600 mA. Between 150 mA and 300 mA in      36       to 600 mA. Between 150 mA and 300 mA in 50 mA steps, between 300 mA and
 37       600 mA in 100 mA steps.                      37       600 mA in 100 mA steps.
 38                                                    38 
 39       precharge-upper-limit-microvolt:             39       precharge-upper-limit-microvolt:
 40       Voltage of pre-charge mode. If the batte     40       Voltage of pre-charge mode. If the battery voltage is below the pre-charge
 41       threshold voltage, the charger is in pre     41       threshold voltage, the charger is in pre-charge mode with pre-charge
 42       current. Its levels are 2.3 V to 3.8 V p     42       current. Its levels are 2.3 V to 3.8 V programmed by I2C per 0.1 V.
 43                                                    43 
 44       constant-charge-voltage-max-microvolt:       44       constant-charge-voltage-max-microvolt:
 45       Battery regulation voltage of constant v     45       Battery regulation voltage of constant voltage mode. This voltage levels
 46       from 3.65 V to 4.4 V by I2C per 0.025 V.     46       from 3.65 V to 4.4 V by I2C per 0.025 V.
 47                                                    47 
 48   richtek,usb-connector:                           48   richtek,usb-connector:
 49     $ref: /schemas/types.yaml#/definitions/pha     49     $ref: /schemas/types.yaml#/definitions/phandle
 50     description:                                   50     description:
 51       Phandle to a USB connector according to      51       Phandle to a USB connector according to usb-connector.yaml. The connector
 52       should be a child of the extcon device.      52       should be a child of the extcon device.
 53                                                    53 
 54 required:                                          54 required:
 55   - monitored-battery                              55   - monitored-battery
 56                                                    56 
 57 additionalProperties: false                        57 additionalProperties: false
 58                                                    58 
 59 examples:                                          59 examples:
 60   - |                                              60   - |
 61     charger {                                      61     charger {
 62         compatible = "richtek,rt5033-charger";     62         compatible = "richtek,rt5033-charger";
 63         monitored-battery = <&battery>;            63         monitored-battery = <&battery>;
 64         richtek,usb-connector = <&usb_con>;        64         richtek,usb-connector = <&usb_con>;
 65     };                                             65     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php