mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
dt-bindings: hwmon: pmbus: add MPS MPQ8646
The MPS MPQ8646 PMBus step-down converter uses the same mps,vout-fb-divider-ratio-permille property with the same constraints (maximum 2047, default 706) as the mps,mpq8785, so add its compatible to the existing schema. Signed-off-by: Vincent Jardin <vjardin@free.fr> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260730-mpq8646_v0-v7-2-e7c7ad768d5d@free.fr Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
bf69cb4197
commit
e7ba311513
|
|
@ -18,6 +18,7 @@ properties:
|
|||
- mps,mpm3695
|
||||
- mps,mpm3695-25
|
||||
- mps,mpm82504
|
||||
- mps,mpq8646
|
||||
- mps,mpq8785
|
||||
|
||||
reg:
|
||||
|
|
@ -52,7 +53,9 @@ allOf:
|
|||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
const: mps,mpq8785
|
||||
enum:
|
||||
- mps,mpq8646
|
||||
- mps,mpq8785
|
||||
then:
|
||||
properties:
|
||||
mps,vout-fb-divider-ratio-permille:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user