2020-01-14 06:43:08

by Peng Fan

[permalink] [raw]
Subject: [PATCH] dt-bindings: arm-boards: typo fix

From: Peng Fan <[email protected]>

Typo fix, "withe" -> "with".

Signed-off-by: Peng Fan <[email protected]>
---
Documentation/devicetree/bindings/arm/arm-boards | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards
index b2a9f9f8430b..96b1dad58253 100644
--- a/Documentation/devicetree/bindings/arm/arm-boards
+++ b/Documentation/devicetree/bindings/arm/arm-boards
@@ -121,7 +121,7 @@ Required properties (in root node):
Required nodes:

- soc: some node of the RealView platforms must be the SoC
- node that contain the SoC-specific devices, withe the compatible
+ node that contain the SoC-specific devices, with the compatible
string set to one of these tuples:
"arm,realview-eb-soc", "simple-bus"
"arm,realview-pb1176-soc", "simple-bus"
--
2.16.4


2020-01-21 22:09:58

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: arm-boards: typo fix

On Tue, 14 Jan 2020 06:41:49 +0000, Peng Fan wrote:
>
> From: Peng Fan <[email protected]>
>
> Typo fix, "withe" -> "with".
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/arm-boards | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks.

Rob