From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings Date: Mon, 29 Aug 2016 19:21:41 +0200 Message-ID: References: <1470691445-27571-1-git-send-email-linus.walleij@linaro.org> <2988918.zNxvaGl6en@wuerfel> <201608291351.12915.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:33682 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752043AbcH2RVm (ORCPT ); Mon, 29 Aug 2016 13:21:42 -0400 Received: by mail-oi0-f52.google.com with SMTP id c15so205215216oig.0 for ; Mon, 29 Aug 2016 10:21:42 -0700 (PDT) In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Rob Herring Cc: Arnd Bergmann , Mark Rutland , "linux-arm-kernel@lists.infradead.org" , "linux-arm-msm@vger.kernel.org" , linux-soc@vger.kernel.org, Andy Gross , David Brown , Stephen Boyd , "devicetree@vger.kernel.org" , Bjorn Andersson On Mon, Aug 29, 2016 at 4:06 PM, Rob Herring wrote: > [Me] >> That is very close to how >> Documentation/devicetree/bindings/bus/imx-weim.txt >> drivers/bus/imx-weim.c >> does things, just with the additional property arrays. > > Maybe so, but I'm trying to bring some consistency here, so I'd > suggest looking at newer ones like atmel IIRC. The Uniphier bindings also look like this and it's the most recent bus driver ... Documentation/devicetree/bindings/bus/uniphier-system-bus.txt But OK it's probably best to follow an example so I get it the way you prefer. Which binding and driver is that? There's no Atmel stuff in Documentation/devicetree/bindings/bus/ nor drivers/bus from what I can tell, so just point out what you're referring to here and I'll do my best to follow that example. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Mon, 29 Aug 2016 19:21:41 +0200 Subject: [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings In-Reply-To: References: <1470691445-27571-1-git-send-email-linus.walleij@linaro.org> <2988918.zNxvaGl6en@wuerfel> <201608291351.12915.arnd@arndb.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Aug 29, 2016 at 4:06 PM, Rob Herring wrote: > [Me] >> That is very close to how >> Documentation/devicetree/bindings/bus/imx-weim.txt >> drivers/bus/imx-weim.c >> does things, just with the additional property arrays. > > Maybe so, but I'm trying to bring some consistency here, so I'd > suggest looking at newer ones like atmel IIRC. The Uniphier bindings also look like this and it's the most recent bus driver ... Documentation/devicetree/bindings/bus/uniphier-system-bus.txt But OK it's probably best to follow an example so I get it the way you prefer. Which binding and driver is that? There's no Atmel stuff in Documentation/devicetree/bindings/bus/ nor drivers/bus from what I can tell, so just point out what you're referring to here and I'll do my best to follow that example. Yours, Linus Walleij