diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 12:24:05 (GMT) |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 08:00:38 (GMT) |
commit | 7e5883b5b4a70ea3c12e2ba1c09082bc61ad0242 (patch) | |
tree | 66209e76b554434ec1bcb1f43bf7b0c8519483c2 /arch/arm | |
parent | ee3b67ccd25199a8db492f27d25d01518b3103a9 (diff) | |
download | linux-7e5883b5b4a70ea3c12e2ba1c09082bc61ad0242.tar.xz |
ARM: at91/dt: kizbox: use stdout-path
The kizbox dts are using the deprecated linux,stdout-path. Replace those by
stdout-path.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Gaƫl PORTAY <g.portay@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox2.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/at91-kizboxmini.dts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts index b567b5f..d9b7106 100644 --- a/arch/arm/boot/dts/at91-kizbox.dts +++ b/arch/arm/boot/dts/at91-kizbox.dts @@ -16,7 +16,7 @@ chosen { bootargs = "ubi.mtd=ubi"; - linux,stdout-path = &dbgu; + stdout-path = &dbgu; }; memory { diff --git a/arch/arm/boot/dts/at91-kizbox2.dts b/arch/arm/boot/dts/at91-kizbox2.dts index a458e37..f0b1563 100644 --- a/arch/arm/boot/dts/at91-kizbox2.dts +++ b/arch/arm/boot/dts/at91-kizbox2.dts @@ -15,7 +15,7 @@ chosen { bootargs = "ubi.mtd=ubi"; - linux,stdout-path = &dbgu; + stdout-path = &dbgu; }; memory { diff --git a/arch/arm/boot/dts/at91-kizboxmini.dts b/arch/arm/boot/dts/at91-kizboxmini.dts index 4611f22..9f72b49 100644 --- a/arch/arm/boot/dts/at91-kizboxmini.dts +++ b/arch/arm/boot/dts/at91-kizboxmini.dts @@ -15,7 +15,7 @@ chosen { bootargs = "ubi.mtd=ubi"; - linux,stdout-path = &dbgu; + stdout-path = &dbgu; }; memory { |