diff options
author | Ken Kurematsu <k.kurematsu@nskint.co.jp> | 2022-05-11 07:01:56 +0000 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-17 13:06:32 -0500 |
commit | 9c270040b901db63fcfb2694891404d75202bb68 (patch) | |
tree | e1cf25d74cb7e058a92d30d4a74a2c2270a20e4b /Documentation/devicetree/bindings/arm/bcm | |
parent | 572744390a66b1b6f3d2235fbae27dea3dc4ef2c (diff) |
dt-bindings: arm: fix typos in compatible
Fix typo "cortex"
Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/OSBPR01MB32880CB4C49E50DAB7C6B664DBC89@OSBPR01MB3288.jpnprd01.prod.outlook.com
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |