2020-02-27 16:07:46

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] dt-bindings: mfd: tps65910: Improve grammar

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/devicetree/bindings/mfd/tps65910.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt
index 4f62143afd24..a5ced46bbde9 100644
--- a/Documentation/devicetree/bindings/mfd/tps65910.txt
+++ b/Documentation/devicetree/bindings/mfd/tps65910.txt
@@ -26,8 +26,8 @@ Required properties:
ldo6, ldo7, ldo8

- xxx-supply: Input voltage supply regulator.
- These entries are require if regulators are enabled for a device. Missing of these
- properties can cause the regulator registration fails.
+ These entries are required if regulators are enabled for a device. Missing these
+ properties can cause the regulator registration to fail.
If some of input supply is powered through battery or always-on supply then
also it is require to have these parameters with proper node handle of always
on power supply.
--
2.20.1


2020-03-03 22:39:11

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mfd: tps65910: Improve grammar

On Thu, 27 Feb 2020 17:05:21 +0100, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= wrote:
>
> Signed-off-by: Jonathan Neusch?fer <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/tps65910.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied, thanks.

Rob