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

Commit c5eb199a authored by Bruce Levy's avatar Bruce Levy
Browse files

ARM: dts: msm: add /vendor node in Kona



Add /vendor node.  This node can be used to add vendor
specific platform devices.

Change-Id: I3c7ba95e1f04ab9a87f35dda48951be31c4dc189
Signed-off-by: default avatarBruce Levy <blevy@codeaurora.org>
parent 71f9600f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -426,6 +426,13 @@
			linux,cma-default;
		};
	};

	vendor: vendor {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0 0 0 0xffffffff>;
		compatible = "simple-bus";
	};
};

&soc {