Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643AbbBYAW2 (ORCPT ); Tue, 24 Feb 2015 19:22:28 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:44398 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752234AbbBYAWZ (ORCPT ); Tue, 24 Feb 2015 19:22:25 -0500 From: Mathieu Olivari To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, mathieu@codeaurora.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mmcclint@codeaurora.org Subject: [PATCH 2/2] ARM: dts: qcom: add stdout-path to AP148 Date: Tue, 24 Feb 2015 16:21:56 -0800 Message-Id: <1424823716-7504-2-git-send-email-mathieu@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424823716-7504-1-git-send-email-mathieu@codeaurora.org> References: <1424823716-7504-1-git-send-email-mathieu@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 37 AP148 default console output is uart4, so this change adds a serial0 alias to it, as well add the corresponding stdout-path. This will avoid having to set these as chosen. Signed-off-by: Mathieu Olivari --- arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts index 55b2910..208bb79 100644 --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts @@ -14,6 +14,14 @@ }; }; + alias { + serial0 = &uart4; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + soc { pinmux@800000 { i2c4_pins: i2c4_pinmux { -- 1.9.1 -- 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/