From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422737AbcFMHis (ORCPT ); Mon, 13 Jun 2016 03:38:48 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35646 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030208AbcFMHip (ORCPT ); Mon, 13 Jun 2016 03:38:45 -0400 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= To: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, ralf@linux-mips.org, f.fainelli@gmail.com, jogo@openwrt.org, cernekee@gmail.com, robh@kernel.org, simon@fire.lp0.eu Cc: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Subject: [PATCH 1/6] MIPS: BMIPS: add missing console to bcm96358nb4ser Date: Mon, 13 Jun 2016 09:38:49 +0200 Message-Id: <1465803534-25840-1-git-send-email-noltari@gmail.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Console definition is needed in order to avoid a warning in earlycon to console transition. Signed-off-by: Álvaro Fernández Rojas --- arch/mips/boot/dts/brcm/bcm96358nb4ser.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/boot/dts/brcm/bcm96358nb4ser.dts b/arch/mips/boot/dts/brcm/bcm96358nb4ser.dts index f412117..702eae2 100644 --- a/arch/mips/boot/dts/brcm/bcm96358nb4ser.dts +++ b/arch/mips/boot/dts/brcm/bcm96358nb4ser.dts @@ -12,6 +12,7 @@ }; chosen { + bootargs = "console=ttyS0,115200"; stdout-path = &uart0; }; }; -- 2.1.4