From patchwork Tue Jul 3 09:59:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tetsuyuki Kobayashi X-Patchwork-Id: 1149931 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id BC809DFF72 for ; Tue, 3 Jul 2012 09:59:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981Ab2GCJ7w (ORCPT ); Tue, 3 Jul 2012 05:59:52 -0400 Received: from vrgw4.firstserver.ne.jp ([164.46.1.47]:46053 "EHLO vrgw4.firstserver.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751642Ab2GCJ7v (ORCPT ); Tue, 3 Jul 2012 05:59:51 -0400 Received: from fvrsp34.firstserver.ne.jp (fvrsp34.firstserver.ne.jp [203.183.68.4]) by vrgw4.firstserver.ne.jp (8.13.8/8.13.8/FirstServer) with ESMTP id q639xWw9014196; Tue, 3 Jul 2012 18:59:32 +0900 (envelope-from koba@kmckk.co.jp) Received: from 203.137.25.97 (203.137.25.97) by fvrsp34.firstserver.ne.jp (F-Secure/virusgw_smtp/407/fvrsp34.firstserver.ne.jp); Tue, 03 Jul 2012 18:59:32 +0900 (JST) X-Virus-Status: clean(F-Secure/virusgw_smtp/407/fvrsp34.firstserver.ne.jp) Received: from [192.168.1.110] (58-188-103-12f2.kns1.eonet.ne.jp [58.188.103.12]) (authenticated (0 bits)) by mail.kmckk.co.jp (8.14.3/8.11.3) with ESMTP id q639xUeq032668; Tue, 3 Jul 2012 18:59:31 +0900 Message-ID: <4FF2C282.5030000@kmckk.co.jp> Date: Tue, 03 Jul 2012 18:59:30 +0900 From: Tetsuyuki Kobayashi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Guennadi Liakhovetski , linux-sh@vger.kernel.org CC: Mark Brown , Magnus Damm , rjw@sisk.pl, Liam Girdwood Subject: [PATCH] ARM: shmobile: kzm9g: add REGULATOR settings to kzm9g_defconfig References: <1340749952-8534-1-git-send-email-g.liakhovetski@gmx.de> <1340749952-8534-10-git-send-email-g.liakhovetski@gmx.de> In-Reply-To: <1340749952-8534-10-git-send-email-g.liakhovetski@gmx.de> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Add REGULATOR settings to kernel config file of kzm9g. Signed-off-by: Tetsuyuki Kobayashi --- Hello, I found Guennadi's "ARM: mach-shmobile: add fixed voltage regulators to kzm9g" requires REGULATOR setting in kernel config. Without this, it causes these errors at boot time. smsc911x: Driver version 2008-10-21 smsc911x smsc911x.0: Failed to get supply 'vdd33a': -517 smsc911x smsc911x.0: (unregistered net_device): couldn't get regulators -517 platform smsc911x.0: Driver smsc911x requests probe deferral After applying this patch, make kzm9g_defconfig make menuconfig (as you like) make uImage smsc911x ethernet device works well as before. arch/arm/configs/kzm9g_defconfig | 3 +++ 1 file changed, 3 insertions(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 7b2eecd..d2df401 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig @@ -82,6 +82,9 @@ CONFIG_I2C_CHARDEV=y CONFIG_I2C_SH_MOBILE=y CONFIG_GPIO_PCF857X=y # CONFIG_HWMON is not set +CONFIG_REGULATOR=y +CONFIG_REGULATOR_DUMMY=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_FB=y CONFIG_FB_SH_MOBILE_LCDC=y CONFIG_FRAMEBUFFER_CONSOLE=y