Return-path: Received: from mout.kundenserver.de ([217.72.192.73]:62267 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933050AbcI3OhC (ORCPT ); Fri, 30 Sep 2016 10:37:02 -0400 From: Arnd Bergmann To: Felix Fietkau Subject: Re: [PATCH v3 1/3] Documentation: dt: net: add mt76 wireless device binding Date: Fri, 30 Sep 2016 16:36:43 +0200 Cc: Kalle Valo , linux-wireless@vger.kernel.org, devicetree@vger.kernel.org References: <20160905095128.80560-1-nbd@nbd.name> <201609300041.41876.arnd@arndb.de> <3334122f-0d79-f910-a414-5b9cafd9901f@nbd.name> In-Reply-To: <3334122f-0d79-f910-a414-5b9cafd9901f@nbd.name> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Message-Id: <201609301636.43363.arnd@arndb.de> (sfid-20160930_163706_977653_B206505A) Sender: linux-wireless-owner@vger.kernel.org List-ID: On Friday 30 September 2016, Felix Fietkau wrote: > >> >> + pcie0 { > >> >> + mt76@0,0 { > >> >> + reg = <0x0000 0 0 0 0>; > > > > Maybe have an examplep of a real register address other than zero? > This is a real example referring to the first device on a PCI bus. > I copy&pasted this from a .dts file that we use in LEDE. Ok, I see. > >> >> + device_type = "pci"; > >> >> + mediatek,mtd-eeprom = <&factory 0x8000>; > >> >> + mediatek,2ghz = <0>; > > > > It's not clear what the possible values for the 2ghz property are, > > can you be more verbose in the description? How is <0> different > > from no property? > 0 means disabled, no property means unchanged (compared to EEPROM). Maybe have a boolean property instead then to say "mediatek,2ghz-disabled" ? If zero is the only possible value, there is no need to put a number in there. Arnd