From patchwork Mon Sep 22 15:48:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 392048 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 89C481401AA for ; Tue, 23 Sep 2014 01:55:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B55DDAB582; Mon, 22 Sep 2014 17:55:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6s28tMJzPBVQ; Mon, 22 Sep 2014 17:55:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 58B5CB37BF; Mon, 22 Sep 2014 17:53:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A786FA7432 for ; Mon, 22 Sep 2014 17:53:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6L1xAlM6oxIA for ; Mon, 22 Sep 2014 17:53:32 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-oa0-f74.google.com (mail-oa0-f74.google.com [209.85.219.74]) by theia.denx.de (Postfix) with ESMTPS id 9F8D6A74A2 for ; Mon, 22 Sep 2014 17:53:14 +0200 (CEST) Received: by mail-oa0-f74.google.com with SMTP id m1so983087oag.5 for ; Mon, 22 Sep 2014 08:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MWnlHJpqeupr9anP+jTs3N9kIl2yByO89oTG/NyETKc=; b=kNUgdNftfWj8G67KwbYyUbwURL+f4JVubZTIAK58dcdqW246Ovlav5HPKnCPP8Ku5p zQdrCJkg/EHcCWquiqwLe9rcpOokYim5SEZ4bOF2JwGwh55EZbVTrSx5AqvUnBmjsQsU peb8rPhDLE23Eo8M20WegZRGMKqRhb+snJJsIAhGfNCiJWtIW1YXZTRBLNO4hHpjRFgk 7ZO32iHYjkQ4/7Lr3RuzdICb4fghweOCvg7p41ofNMuXBZ4F26Ds65R55i2x8C9A1FhJ I0+dG+LDVUNZpIsMlzMHy8EmO9GgYkNL9UOyGujzhNccWXF5AUQQc0YnVljfv2rBkN9j 6z+Q== X-Gm-Message-State: ALoCoQlY/9bxeS53TkxU6JopA5dfd+75mAbYRsUE8H9yO7Jz9572jV7ELxuajFgWd9IeFOzawc05 X-Received: by 10.42.122.209 with SMTP id o17mr26875207icr.28.1411401192849; Mon, 22 Sep 2014 08:53:12 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id l45si501754yha.2.2014.09.22.08.53.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Sep 2014 08:53:12 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id XHO3WyG9.1; Mon, 22 Sep 2014 08:53:12 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id AE4E52224D1; Mon, 22 Sep 2014 09:53:11 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 22 Sep 2014 09:48:47 -0600 Message-Id: <1411400934-7754-8-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1411400934-7754-1-git-send-email-sjg@chromium.org> References: <1411400934-7754-1-git-send-email-sjg@chromium.org> Cc: Tom Rini Subject: [U-Boot] [PATCH 07/14] dm: dts: omap: Select correct console for beaglebone X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Select serial0 as the console. Signed-off-by: Simon Glass Acked-by: Tom Rini --- arch/arm/dts/am335x-bone-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi index 2f66ded..e70b4d1 100644 --- a/arch/arm/dts/am335x-bone-common.dtsi +++ b/arch/arm/dts/am335x-bone-common.dtsi @@ -10,6 +10,10 @@ model = "TI AM335x BeagleBone"; compatible = "ti,am335x-bone", "ti,am33xx"; + chosen { + stdout-path = &uart0; + }; + cpus { cpu@0 { cpu0-supply = <&dcdc2_reg>;