diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-12-28 00:51:26 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-09 19:11:42 -0800 |
commit | 64cbff449a8ad11d72c2b437cb7412e70fc99654 (patch) | |
tree | 60cb06deac18819c5a0d3f0eae789b385dc81145 /arch/arm/boot | |
parent | 9511ecab0762bf4df35cfc05adbc3ada09ad7075 (diff) | |
download | linux-stable-64cbff449a8ad11d72c2b437cb7412e70fc99654.tar.gz linux-stable-64cbff449a8ad11d72c2b437cb7412e70fc99654.tar.bz2 linux-stable-64cbff449a8ad11d72c2b437cb7412e70fc99654.zip |
ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3
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 <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/qcom-mdm9615.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi index 5ae4ec59e6ea..c852b69229c9 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; |