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