Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752618AbcDBQ1N (ORCPT ); Sat, 2 Apr 2016 12:27:13 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:45024 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbcDBQ1M (ORCPT ); Sat, 2 Apr 2016 12:27:12 -0400 Date: Sat, 2 Apr 2016 18:26:56 +0200 From: Andrew Lunn To: Bert Vermeulen Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , "moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..." , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500 Message-ID: <20160402162656.GG32554@lunn.ch> References: <1459601753-31193-1-git-send-email-bert@biot.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459601753-31193-1-git-send-email-bert@biot.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 22 > + button@15 { > + label = "WPS Button"; > + linux,code = ; > + gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; > + }; > + > + button@16 { > + label = "Reset Button"; > + linux,code = ; > + gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; > + }; > + }; I'm looking at the warnings the new DT compiler produces.... Buttons should not have a @15, etc, since they don't have a register property. If you can, it would be good it you can compile your .dts file using the dtc compile in linux-next and pass W=1. Andrew