diff options
author | Samuel Holland <[email protected]> | 2022-02-13 22:22:58 -0600 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2022-03-04 22:33:00 +0100 |
commit | 78eb753ea1d76356245ef8c008be70fbbac3f19d (patch) | |
tree | 314c83f502010acd2a0aa03356ac6b33658e54b9 | |
parent | 14ea3e701c9599374bab4dc78002bd4a2757be23 (diff) |
dt-bindings: trivial-devices: Add Injoinic power bank ICs
Some Injoinic power bank ICs feature an I2C interface which allows
monitoring and controlling the battery charger and boost converter.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/trivial-devices.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 091792ba993e..a045d627a297 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -141,6 +141,14 @@ properties: - infineon,xdpe12254 # Infineon Multi-phase Digital VR Controller xdpe12284 - infineon,xdpe12284 + # Injoinic IP5108 2.0A Power Bank IC with I2C + - injoinic,ip5108 + # Injoinic IP5109 2.1A Power Bank IC with I2C + - injoinic,ip5109 + # Injoinic IP5207 1.2A Power Bank IC with I2C + - injoinic,ip5207 + # Injoinic IP5209 2.4A Power Bank IC with I2C + - injoinic,ip5209 # Inspur Power System power supply unit version 1 - inspur,ipsps1 # Intersil ISL29028 Ambient Light and Proximity Sensor |