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,URIBL_BLOCKED,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 D287FC282CE for ; Wed, 13 Feb 2019 03:04:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 968342082F for ; Wed, 13 Feb 2019 03:04:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550027040; bh=9fff7Y53ByZc4GPGUy1uC7VXdvhIdzzONFMNSuxFStU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=j2oWypr+dLLJcLLaEXiA/1BnWN+bZ2XtpJGR0niuFd9vydqEnmgOfpNYHJoriCrUn rc9d+aNKB3x6SfkbOiGKuyIxmZDGokc87VjuMfU7/NlowV4zibdBIxPZtpBqcN1mpH rMftx2j+rspSEPtZvCRcbNGcJudGaGLE+MBzkkt0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387896AbfBMDDz (ORCPT ); Tue, 12 Feb 2019 22:03:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:37804 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387652AbfBMCeO (ORCPT ); Tue, 12 Feb 2019 21:34: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 7D1E4222CA; Wed, 13 Feb 2019 02:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550025254; bh=9fff7Y53ByZc4GPGUy1uC7VXdvhIdzzONFMNSuxFStU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E6MEsKQzQT2w49vwBD6UKHKjL9DsxeDmTCzWG0JOycgnNF9RwirP+eieNfFk2Rz8b K9MuXnlI/jD5/E9z6Obmq/LJknQFnDAZOx2V3nCdjQTYsMcjvydC7TyMGLpnZ6fw2q U2WMJauBxdb/DgURxxnpuj2MvMVFSl/cEpGpZCYA= 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.20 033/105] MIPS: ath79: Enable OF serial ports in the default config Date: Tue, 12 Feb 2019 21:32:24 -0500 Message-Id: <20190213023336.19019-33-sashal@kernel.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190213023336.19019-1-sashal@kernel.org> References: <20190213023336.19019-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 951c4231bdb8..4c47b3fd958b 100644 --- a/arch/mips/configs/ath79_defconfig +++ b/arch/mips/configs/ath79_defconfig @@ -71,6 +71,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