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

Commit a3edeb56 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add proxy client node for SDMMAGPIE



Proxy bus client is required to ensure that a certain
minimum state for a critical resource at the beginning
of boot up before the clients have probed and voted for
required state.

Change-Id: I1403f6bc2546efa8155b8fbb178d903109408067
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 47906484
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -2884,6 +2884,19 @@
		status = "ok";
		status = "ok";
		qcom,bw-tbl = < 1 >;
		qcom,bw-tbl = < 1 >;
	};
	};

	bus_proxy_client: qcom,bus_proxy_client {
		compatible = "qcom,bus-proxy-client";
		qcom,msm-bus,name = "bus-proxy-client";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<MSM_BUS_MASTER_MDP_PORT0 MSM_BUS_SLAVE_EBI_CH0 0 0>,
			<MSM_BUS_MASTER_MDP_PORT0
			MSM_BUS_SLAVE_EBI_CH0 0 5000000>;
		qcom,msm-bus,active-only;
		status = "ok";
	};
};
};


#include "sdmmagpie-gdsc.dtsi"
#include "sdmmagpie-gdsc.dtsi"