From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1706AC282CA for ; Wed, 13 Feb 2019 02:48:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D94562175B for ; Wed, 13 Feb 2019 02:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550026132; bh=s6osJuse09wZAZqbpcAVYhtbgJWuNgoYnLeU+2u6w34=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=oXx+VrbKJ+UGHGd49RPgnUk+TUA77ICHLB8T/8Trz/o2+/6UWxBFKiylDkYvcuJrM CSIvsWYHAvglgw6nbsOntm6M3zj4W2E+H6hyNYwW0rjX9mugpTGLkBXudQfyDqOGXO xR2QE0740xxEYOydhUt41RcbU+4xCY5EdwXIBl94= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388952AbfBMCsk (ORCPT ); Tue, 12 Feb 2019 21:48:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:43920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733035AbfBMCkO (ORCPT ); Tue, 12 Feb 2019 21:40:14 -0500 Received: from sasha-vm.mshome.net (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C680222C7; Wed, 13 Feb 2019 02:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550025614; bh=s6osJuse09wZAZqbpcAVYhtbgJWuNgoYnLeU+2u6w34=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z1QUIDFAvS8WhmN5Vyt2JvRB9Ijou8NdJEmAZHz0KbdDOrZEq8EzHpEJSdxrN56No kCnDnWw1Uh+SuBvdr+K8x9jEcAT8E1dlUXMfORM/OWzUjX1rHndjRBWW8zHrsCBmVo KniCgM8UsiiThXPuWBC+GoRldUE/vE3gJpVhtAP4= From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Alban Bedel , Paul Burton , linux-mips@vger.kernel.org, Ralf Baechle , James Hogan , Sasha Levin Subject: [PATCH AUTOSEL 4.14 16/34] MIPS: ath79: Enable OF serial ports in the default config Date: Tue, 12 Feb 2019 21:39:34 -0500 Message-Id: <20190213023952.21311-16-sashal@kernel.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190213023952.21311-1-sashal@kernel.org> References: <20190213023952.21311-1-sashal@kernel.org> MIME-Version: 1.0 X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org From: Alban Bedel [ Upstream commit 565dc8a4f55e491935bfb04866068d21784ea9a4 ] CONFIG_SERIAL_OF_PLATFORM is needed to get a working console on the OF boards, enable it in the default config to get a working setup out of the box. Signed-off-by: Alban Bedel Signed-off-by: Paul Burton Cc: linux-mips@vger.kernel.org Cc: Ralf Baechle Cc: James Hogan Cc: linux-kernel@vger.kernel.org Signed-off-by: Sasha Levin --- arch/mips/configs/ath79_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig index 25ed914933e5..8a22978be1e6 100644 --- a/arch/mips/configs/ath79_defconfig +++ b/arch/mips/configs/ath79_defconfig @@ -72,6 +72,7 @@ CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_AR933X=y CONFIG_SERIAL_AR933X_CONSOLE=y # CONFIG_HW_RANDOM is not set -- 2.19.1