From patchwork Tue Jun 18 12:47:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11001563 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4E7031398 for ; Tue, 18 Jun 2019 12:48:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3DDB028717 for ; Tue, 18 Jun 2019 12:48:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 31E75287FF; Tue, 18 Jun 2019 12:48:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DEDAC28717 for ; Tue, 18 Jun 2019 12:48:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=5WueGNvOnj4PyCU9Y4IMiF1hytBBSTaiHp/QwO5Nih0=; b=Y7t 23boqUir3ftrb5bbvW/YVj9RB7GdbZqIRxYfdX7oQxOaG/rDbXrDHEbF1vot33vXB6pYk5mFWP5BH 5iReFAkA1xAJDnMEvhw7Y9tt8a1vxpkcCY3AUXiv6pn6FMF5B/1J796moq38PBQDfdi3ZqyoCikBG cBvomVLSku5u1uJtgTow2Dm1OwUOBvccL6ypoIEC6Wg+KbxWcbqfsdDvmvuzCH2zshfPnwN9eVtn8 2IJfhb9MwsAAzdTEgycOIOwYosEQ33BHD8C+Qy+baa4PuVYsdhquQA96K1VoSy+x07QL125xTpcNY Y1L9TneXoc4t/o7vYH8PUQE3x0kjX4g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hdDX3-0007K8-5X; Tue, 18 Jun 2019 12:48:13 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hdDWF-0006so-9c for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2019 12:47:25 +0000 Received: from ramsan ([84.194.111.163]) by michel.telenet-ops.be with bizsmtp id SCnF2000F3XaVaC06CnF28; Tue, 18 Jun 2019 14:47:16 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hdDW7-0007hs-C4; Tue, 18 Jun 2019 14:47:15 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hdDW7-0003wb-9h; Tue, 18 Jun 2019 14:47:15 +0200 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Subject: [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1 Date: Tue, 18 Jun 2019 14:47:14 +0200 Message-Id: <20190618124714.15120-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190618_054723_518354_BFB96912 X-CRM114-Status: UNSURE ( 8.67 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Update the defconfig for Renesas ARM boards: - Drop CONFIG_GENERIC_PHY=y (selected by PHY_RCAR_GEN3_USB2). Signed-off-by: Geert Uytterhoeven --- arch/arm/configs/shmobile_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index eb02ba9ec6e625f9..c6c70355141c38fa 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -197,7 +197,6 @@ CONFIG_PWM=y CONFIG_PWM_RCAR=y CONFIG_PWM_RENESAS_TPU=y CONFIG_RESET_CONTROLLER=y -CONFIG_GENERIC_PHY=y CONFIG_PHY_RCAR_GEN2=y CONFIG_PHY_RCAR_GEN3_USB2=y # CONFIG_DNOTIFY is not set