From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id DCDDF1A05BE for ; Thu, 27 Aug 2015 20:26:19 +1000 (AEST) In-Reply-To: <1440655450-6831-1-git-send-email-hegdevasant@linux.vnet.ibm.com> To: Vasant Hegde , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Vasant Hegde , j.anaszewski@samsung.com, linux-leds@vger.kernel.org, Stewart Smith Subject: Re: [v2] powerpc/configs: Enable LEDS support Message-Id: <20150827102619.BEB9214018C@ozlabs.org> Date: Thu, 27 Aug 2015 20:26:19 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-27-08 at 06:04:10 UTC, Vasant Hegde wrote: > Commit 84ad6e5c added LEDS support for PowerNV platform. Lets > update ppc64_defconfig to pick LEDS driver. > > PowerNV LEDS driver looks for "/ibm,opal/leds" node in device > tree and loads if this node exists. Hence added it as 'm'. > > Also note that powernv LEDS driver needs NEW_LEDS and LEDS_CLASS > as well. Hence added them to config file. > > Suggested-by: Michael Ellerman > Signed-off-by: Vasant Hegde > Cc: Stewart Smith > --- > Changes in v2: > - As suggested by Stewart updated patch description > > Michael, > This is PowerNV specific config. Hence I've not updated pseries_defconfig. > Let me know if you want me to update pseries_defconfig config as well. I've added it to pseries_defconfig also, no need to resend. Currently pseries_defconfig is also used on powernv, though in the medium term we should stop doing that. cheers