Re: [PATCH v2 2/4] dt-bindings: regulator: mp886x: support mps,switch-frequency

2020-07-31 Thread Rob Herring
On Wed, Jul 29, 2020 at 01:09:52PM +0800, Jisheng Zhang wrote:
> From: Jisheng Zhang 
> 
> Both MP8867 and MP8869 support different switch frequency.
> 
> Signed-off-by: Jisheng Zhang 
> ---
>  Documentation/devicetree/bindings/regulator/mp886x.txt | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/regulator/mp886x.txt 
> b/Documentation/devicetree/bindings/regulator/mp886x.txt
> index 551867829459..e747000cebba 100644
> --- a/Documentation/devicetree/bindings/regulator/mp886x.txt
> +++ b/Documentation/devicetree/bindings/regulator/mp886x.txt
> @@ -9,6 +9,10 @@ Required properties:
>  - mps,fb-voltage-divider: An array of two integers containing the resistor
>values R1 and R2 of the feedback voltage divider in kilo ohms.
>  
> +Optional properties:
> +- mps,switch-frequency: The valid switch frequency in Hertz. Available values

mps,switch-frequency-hz

> +  are: 50, 75, 100, 125, 150
> +
>  Any property defined as part of the core regulator binding, defined in
>  ./regulator.txt, can also be used.
>  
> -- 
> 2.28.0.rc1
> 
> 


[PATCH v2 2/4] dt-bindings: regulator: mp886x: support mps,switch-frequency

2020-07-28 Thread Jisheng Zhang
From: Jisheng Zhang 

Both MP8867 and MP8869 support different switch frequency.

Signed-off-by: Jisheng Zhang 
---
 Documentation/devicetree/bindings/regulator/mp886x.txt | 4 
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/mp886x.txt 
b/Documentation/devicetree/bindings/regulator/mp886x.txt
index 551867829459..e747000cebba 100644
--- a/Documentation/devicetree/bindings/regulator/mp886x.txt
+++ b/Documentation/devicetree/bindings/regulator/mp886x.txt
@@ -9,6 +9,10 @@ Required properties:
 - mps,fb-voltage-divider: An array of two integers containing the resistor
   values R1 and R2 of the feedback voltage divider in kilo ohms.
 
+Optional properties:
+- mps,switch-frequency: The valid switch frequency in Hertz. Available values
+  are: 50, 75, 100, 125, 150
+
 Any property defined as part of the core regulator binding, defined in
 ./regulator.txt, can also be used.
 
-- 
2.28.0.rc1