From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755158AbcC1Qhb (ORCPT ); Mon, 28 Mar 2016 12:37:31 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36057 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753524AbcC1Qh3 (ORCPT ); Mon, 28 Mar 2016 12:37:29 -0400 Subject: Re: [PATCH] ARM: dts: AM572x-IDK Initial Support To: Rob Herring References: <1458858644-13800-1-git-send-email-nm@ti.com> <20160325150344.GA1268@rob-hp-laptop> CC: Tony Lindgren , Schuyler Patton , =?UTF-8?Q?Beno=c3=aet_Cousson?= , , , , From: Nishanth Menon X-Enigmail-Draft-Status: N1110 Message-ID: <56F95DAF.1080901@ti.com> Date: Mon, 28 Mar 2016 11:37:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160325150344.GA1268@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/25/2016 10:03 AM, Rob Herring wrote: > On Thu, Mar 24, 2016 at 05:30:44PM -0500, Nishanth Menon wrote: >> From: Schuyler Patton [...] >> +- AM5728 IDK >> + compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" > > Okay, but I think the TI folks have gone a bit crazy with all these > compatible strings... > Sadly yes :( too many paper spins and trying to maintain requirements of exact match than wild cards is starting to look crazier over time :( >> diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts >> new file mode 100644 >> index 000000000000..bb51f6de7b45 >> --- /dev/null >> +++ b/arch/arm/boot/dts/am572x-idk.dts >> @@ -0,0 +1,85 @@ [...] >> + leds { >> + compatible = "gpio-leds"; >> + led@0 { > > Unit-address without reg is going to start warning in dtc. Use something > like "cpu0-led" instead. > Fixed. Thanks. Updated version posted https://patchwork.kernel.org/patch/8679861/ -- Regards, Nishanth Menon