mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
regulator: dt-bindings: rt5739: Add compatible for rt8092
Append rt8092 compatible in rt5739 document. Compared to rt5739, RT8092 can offer up to 4A output current. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://patch.msgid.link/9b67b2d2b4268d356f41ae2d0c3202e7813ea6b1.1766125676.git.cy_huang@richtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8f0b4cce44
commit
e5eb5638d6
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ description: |
|
|||
supply of 2.5V to 5.5V. It can provide up to 3.5A continuous current
|
||||
capability at over 80% high efficiency.
|
||||
|
||||
The RT8092 is similar type buck converter. Compared to RT5739, it can offer
|
||||
up to 4A output current and more output voltage range to meet the application
|
||||
on most mobile products.
|
||||
|
||||
allOf:
|
||||
- $ref: regulator.yaml#
|
||||
|
||||
|
|
@ -23,6 +27,7 @@ properties:
|
|||
enum:
|
||||
- richtek,rt5733
|
||||
- richtek,rt5739
|
||||
- richtek,rt8092
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue