Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Ken Kurematsu and committed by
Rob Herring
9c270040 57274439

+1 -1
+1 -1
Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt
··· 30 30 31 31 cpus { 32 32 cpu@0 { 33 - compatible = "arm,cotex-a9"; 33 + compatible = "arm,cortex-a9"; 34 34 reg = <0>; 35 35 ... 36 36 enable-method = "brcm,bcm63138";