Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245600

[PATCH] ARM: dts: berlin: fix typo in chosen property

From Michael Opdenacker <michael.opdenacker@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH] ARM: dts: berlin: fix typo in chosen property
Date 2015-10-13 13:20 +0200
Message-ID <qj5MC-4UT-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This fixes a trivial typo in the name of the "chosen" device tree property
for the Marvell BG2-Q DMP board.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index 4a749e5b3b44..caeeb345c335 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -48,7 +48,7 @@
 		reg = <0x00000000 0x80000000>;
 	};
 
-	choosen {
+	chosen {
 		bootargs = "console=ttyS0,115200 earlyprintk";
 	};
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: dts: berlin: fix typo in chosen property Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 13:20 +0200
  Re: [PATCH] ARM: dts: berlin: fix typo in chosen property Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-13 13:40 +0200
  Re: [PATCH] ARM: dts: berlin: fix typo in chosen property Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-15 23:40 +0200

csiph-web