Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ef7d5f3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Olof Johansson
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 301c6e0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
		};

		amba {
			compatible = "arm,amba-bus";
			compatible = "simple-bus";
			#address-cells = <2>;
			#size-cells = <2>;
			ranges;
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@
		};

		amba {
			compatible = "arm,amba-bus";
			compatible = "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
	amba {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "arm,amba-bus";
		compatible = "simple-bus";
		interrupt-parent = <&gic>;
		ranges;

+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@
		};

		amba {
			compatible = "arm,amba-bus";
			compatible = "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
			interrupt-parent = <&gic>;
+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@
	amba {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "arm,amba-bus";
		compatible = "simple-bus";
		interrupt-parent = <&gic>;
		ranges;

Loading