From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org, cernekee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, simon-A6De1vDTPLDsq35pWSNszA@public.gmane.org Cc: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= List-Id: devicetree@vger.kernel.org Console definition is needed in order to avoid a warning in earlycon to console transition. Signed-off-by: =C3=81lvaro Fern=C3=A1ndez 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/boo= t/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 @@ }; =20 chosen { + bootargs =3D "console=3DttyS0,115200"; stdout-path =3D &uart0; }; }; --=20 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html