[PATCH] dt-bindings: arm: fix typos in compatible

Ken Kurematsu posted 1 patch 4 years, 1 month ago
Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: arm: fix typos in compatible
Posted by Ken Kurematsu 4 years, 1 month ago
Fix typo "cortex"

Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt
index 8c7a4908a849..a8866c6e9d46 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt
@@ -30,7 +30,7 @@ Example:
 
 	cpus {
 		cpu@0 {
-			compatible = "arm,cotex-a9";
+			compatible = "arm,cortex-a9";
 			reg = <0>;
 			...
 			enable-method = "brcm,bcm63138";
-- 
2.36.0
Re: [PATCH] dt-bindings: arm: fix typos in compatible
Posted by Rob Herring 4 years ago
On Wed, 11 May 2022 07:01:56 +0000, Ken Kurematsu wrote:
> Fix typo "cortex"
> 
> Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: arm: fix typos in compatible
Posted by Krzysztof Kozlowski 4 years, 1 month ago
On 11/05/2022 09:01, Ken Kurematsu wrote:
> Fix typo "cortex"

You could add:
"in the example DTS."

Because this is only example, not bindings.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof