Fix typo in chosen parameter of pcm052.dts
authorAlexander Merkle <alexander.merkle@lauterbach.com>
Thu, 17 Mar 2016 14:44:46 +0000 (15:44 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:22 +0000 (09:12 -0400)
Fix typo "choosen" instead of "chosen" in pcm052.dts.
Not tested but should fix boot process and terminal output.

Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/arm/dts/pcm052.dts

index 0475f1f5eeba7fbd5c04a191a2810944febf6436..0985587fc7bf10920bc182ca9df34a8f55eab6b4 100644 (file)
@@ -11,7 +11,7 @@
        model = "Phytec phyCORE-Vybrid";
        compatible = "phytec,pcm052", "fsl,vf610";
 
-       choosen {
+       chosen {
                stdout-path = &uart1;
        };