summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-03 17:11:36 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-10-24 10:44:08 +0900
commit71787aaa6015c4b7f47126c053afd8f2bebb00d7 (patch)
treea3c7be601913c82d6f4167548036f68e2befb45b /arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
parenta67898660278c5a2f1242daafad0fc7535ff0344 (diff)
downloadop-kernel-dev-71787aaa6015c4b7f47126c053afd8f2bebb00d7.zip
op-kernel-dev-71787aaa6015c4b7f47126c053afd8f2bebb00d7.tar.gz
ARM: shmobile: ape6evm-reference dts: Add chosen/stdout-path
Add a stdout-path property so that automatic console selection works in the absence of a "console=" parameter on the kernel command line. In addition, this will allow the PM domain code to find the PM domain for the console device. Remove the now-superfluous "console=" parameter from chosen/bootargs. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
index a860f32..2bcf691 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
@@ -21,7 +21,8 @@
};
chosen {
- bootargs = "console=ttySC0,115200 ignore_loglevel rw";
+ bootargs = "ignore_loglevel rw";
+ stdout-path = &scifa0;
};
memory@40000000 {
OpenPOWER on IntegriCloud