diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-09 04:26:45 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-03-13 01:40:34 (GMT) |
commit | 2ef7d5f342c12c02e68da225c0715b0c9cefce70 (patch) | |
tree | 0a74c93e030889210447a7905f08fdc9fa2902e7 /arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | |
parent | 301c6e0b16ef1c45d3a269f6d854d88ca97a950c (diff) | |
download | linux-2ef7d5f342c12c02e68da225c0715b0c9cefce70.tar.xz |
ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus"
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 <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2m-rs1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi b/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi index 21b0287..7a556b9 100644 --- a/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi +++ b/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi @@ -66,7 +66,7 @@ }; iofpga@3,00000000 { - compatible = "arm,amba-bus", "simple-bus"; + compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges = <0 3 0 0x200000>; |