From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH v3] ARM, ARM64: dts: drop "arm, amba-bus" in favor of "simple-bus" Date: Sat, 12 Mar 2016 17:40:53 -0800 Message-ID: <20160313014053.GF5883@localhost> References: <1457497605-10079-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1457497605-10079-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Masahiro Yamada Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Mark Rutland , Krzysztof Kozlowski , Heiko Stuebner , Catalin Marinas , Will Deacon , David Brown , Lorenzo Pieralisi , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Wei Xu , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Kukjin Kim , Andy Gross , Liviu Dudau , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pawel Moll , Ian Campbell , linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , Rob Herring , linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sudeep Holla List-Id: linux-arm-msm@vger.kernel.org On Wed, Mar 09, 2016 at 01:26:45PM +0900, Masahiro Yamada wrote: > The compatible string "simple-bus" is well defined in ePAPR, while > I see no documentation for the "arm,amba-bus" arnywhere in ePAPR or > Documentation/devicetree/. > > DT is also used by other projects than Linux kernel. It is not a > good idea to rely on such an unofficial binding. > > This commit > - replaces "arm,amba-bus" with "simple-bus" > - drops "arm,amba-bus" where it is used along with "simple-bus" > > Signed-off-by: Masahiro Yamada > --- Thanks, applied. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Sat, 12 Mar 2016 17:40:53 -0800 Subject: [PATCH v3] ARM, ARM64: dts: drop "arm, amba-bus" in favor of "simple-bus" In-Reply-To: <1457497605-10079-1-git-send-email-yamada.masahiro@socionext.com> References: <1457497605-10079-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20160313014053.GF5883@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 09, 2016 at 01:26:45PM +0900, Masahiro Yamada wrote: > The compatible string "simple-bus" is well defined in ePAPR, while > I see no documentation for the "arm,amba-bus" arnywhere in ePAPR or > Documentation/devicetree/. > > DT is also used by other projects than Linux kernel. It is not a > good idea to rely on such an unofficial binding. > > This commit > - replaces "arm,amba-bus" with "simple-bus" > - drops "arm,amba-bus" where it is used along with "simple-bus" > > Signed-off-by: Masahiro Yamada > --- Thanks, applied. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932315AbcCMCJd (ORCPT ); Sat, 12 Mar 2016 21:09:33 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34198 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753839AbcCMCIX (ORCPT ); Sat, 12 Mar 2016 21:08:23 -0500 Date: Sat, 12 Mar 2016 17:40:53 -0800 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, Mark Rutland , Krzysztof Kozlowski , Heiko Stuebner , Catalin Marinas , Will Deacon , David Brown , Lorenzo Pieralisi , linux-samsung-soc@vger.kernel.org, Russell King , Wei Xu , linux-rockchip@lists.infradead.org, Kukjin Kim , Andy Gross , Liviu Dudau , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , linux-arm-msm@vger.kernel.org, Kumar Gala , Rob Herring , linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sudeep Holla , Dinh Nguyen Subject: Re: [PATCH v3] ARM, ARM64: dts: drop "arm, amba-bus" in favor of "simple-bus" Message-ID: <20160313014053.GF5883@localhost> References: <1457497605-10079-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457497605-10079-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 09, 2016 at 01:26:45PM +0900, Masahiro Yamada wrote: > The compatible string "simple-bus" is well defined in ePAPR, while > I see no documentation for the "arm,amba-bus" arnywhere in ePAPR or > Documentation/devicetree/. > > DT is also used by other projects than Linux kernel. It is not a > good idea to rely on such an unofficial binding. > > This commit > - replaces "arm,amba-bus" with "simple-bus" > - drops "arm,amba-bus" where it is used along with "simple-bus" > > Signed-off-by: Masahiro Yamada > --- Thanks, applied. -Olof