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

Commit b632009c authored by Nirmal Kumar's avatar Nirmal Kumar
Browse files

ARM: dts: msm: fix compile warning related to mhi node



Fix avoid_default_addr_size warning by setting address
and size for device tree property.

Change-Id: I90d625e6c8289f3b1e54c9502c066e47a7777540
Signed-off-by: default avatarNirmal Kumar Venkatesan <nirmalku@codeaurora.org>
parent 72cc8ab8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@

&pcie_rc1 {
	reg = <0 0 0 0 0>;
	#address-cells = <3>;
	#size-cells = <2>;

	mhi_0: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;
@@ -399,6 +401,9 @@
		};

		mhi_events {
			#address-cells = <1>;
			#size-cells = <0>;

			mhi_event@0 {
				mhi,num-elements = <32>;
				mhi,intmod = <1>;
@@ -547,6 +552,8 @@

&pcie_rc0 {
	reg = <0 0 0 0 0>;
	#address-cells = <3>;
	#size-cells = <2>;

	mhi_1: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;
@@ -940,6 +947,9 @@
		};

		mhi_events {
			#address-cells = <1>;
			#size-cells = <0>;

				mhi_event@0 {
				mhi,num-elements = <32>;
				mhi,intmod = <1>;