mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 21:26:14 +01:00
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
This commit is contained in:
parent
572744390a
commit
9c270040b9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Example:
|
|||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
compatible = "arm,cotex-a9";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0>;
|
||||
...
|
||||
enable-method = "brcm,bcm63138";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue