From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756110AbcI0TtS (ORCPT ); Tue, 27 Sep 2016 15:49:18 -0400 Received: from muru.com ([72.249.23.125]:43201 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755084AbcI0TtJ (ORCPT ); Tue, 27 Sep 2016 15:49:09 -0400 Date: Tue, 27 Sep 2016 12:49:05 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , Russell King , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org Subject: Re: [PATCH 2/3] DT: EVM: add LEDs Message-ID: <20160927194904.4im7ukktg5afjmki@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.2-neo (2016-07-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Nikolaus Schaller [160926 22:27]: > + led@6 { > + label = "omap5:green:led3"; > + gpios = <&gpio9 4 GPIO_ACTIVE_HIGH>; > + linux,default-trigger = "heartbeat"; > + default-state = "off"; > + }; > + > + led@7 { > + label = "omap5:green:led4"; > + gpios = <&gpio9 5 GPIO_ACTIVE_HIGH>; > + linux,default-trigger = "heartbeat"; > + default-state = "off"; > + }; > + > + led@8 { > + label = "omap5:green:led5"; > + gpios = <&gpio9 6 GPIO_ACTIVE_HIGH>; > + linux,default-trigger = "heartbeat"; > + default-state = "off"; > + }; How about this for defaults: - heartbeat for led3 - cpu0 for led4 - cpu1 for led5 Or something along those lines that by default shows the active CPUs. Don't have a omap5-uevm near by right now so not sure about the ordering of the LEDs for displaying cpu0 and cpu1. Regards, Tony