From patchwork Tue Dec 27 15:51:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 89124 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp5046198qgi; Tue, 27 Dec 2016 07:54:06 -0800 (PST) X-Received: by 10.98.48.134 with SMTP id w128mr30008352pfw.133.1482854046411; Tue, 27 Dec 2016 07:54:06 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z40si19013217plh.114.2016.12.27.07.54.06; Tue, 27 Dec 2016 07:54:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751602AbcL0Px6 (ORCPT + 7 others); Tue, 27 Dec 2016 10:53:58 -0500 Received: from conuserg-12.nifty.com ([210.131.2.79]:39216 "EHLO conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751294AbcL0Px5 (ORCPT ); Tue, 27 Dec 2016 10:53:57 -0500 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-12.nifty.com with ESMTP id uBRFpXX7005974; Wed, 28 Dec 2016 00:51:46 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com uBRFpXX7005974 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1482853907; bh=SxPkR0ISXbHGIZIKqu0PqbonuEFNZlX825ceC+9J/W8=; h=From:To:Cc:Subject:Date:From; b=KIvY6+R1vDnrzqp3WxaWyr2di2jEwG5ENdh1zOevnsj2Re4DloNbyBoQ+N9kk1MNP f1K7fsxZMGaawb6UvHfpUL16KHLL2MXltTuZnT70kuV+dK14omafwZzj/aNZGiCEot GpdPSxJnhOO+21lbcW9i7fMlG8DFhRFdh7Ix29qiaeTuhmyefAI75W6W/kRC5EuuIi fV3DdqTF4zkPgvhPmCoA8RNPh9ybvuL1XPGxiG9+joZd0AXq3HHPB152b6IPGSC+7s cw+hLfq6NqMEzXb0EpaPeSDPJ1e4+wPNvl+0lmsoAG1JqCJ9Mks8i+5gBbI7dvplZY WWlSsILhoSeyA== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: arm@kernel.org Cc: Arnd Bergmann , Olof Johansson , Rob Herring , Masahiro Yamada , devicetree@vger.kernel.org, Krzysztof Kozlowski , Kukjin Kim , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Gross , Russell King , Javier Martinez Canillas , linux-samsung-soc@vger.kernel.org, Rob Herring , David Brown , Will Deacon , Mark Rutland , linux-soc@vger.kernel.org, Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM, ARM64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 3 Date: Wed, 28 Dec 2016 00:51:26 +0900 Message-Id: <1482853886-7932-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Tree-wide replacement was done by commit 2ef7d5f342c1 ("ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus"), then the 2nd round by commit 15b7cc78f095 ("arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2"). Here, some new users have appeared for Linux v4.10-rc1. Eliminate them now. Signed-off-by: Masahiro Yamada --- Hi Arnd, Olof, Can you pick this up for v4.10 fixes? If we carry arm,amba-bus until the release, we will need to take more time to deprecate it. arch/arm/boot/dts/qcom-mdm9615.dtsi | 2 +- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi index 5ae4ec5..c852b69 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -357,7 +357,7 @@ }; amba { - compatible = "arm,amba-bus"; + compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges; diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 64226d5..135890c 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -1367,7 +1367,7 @@ }; amba { - compatible = "arm,amba-bus"; + compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges;