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

Commit 88b6f93e authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: qcom: Add proxy client node for LITO

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: Iaa0ec10e528900311dfbc630651c78d57aade1ea
parent 30b34424
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -817,6 +817,18 @@
		operating-points-v2 = <&keepalive_opp_table>;
	};

	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 = <2>;
		qcom,msm-bus,vectors-KBps =
			<22 512 0 0>, <23 512 0 0>,
			<22 512 0 5000000>, <23 512 0 5000000>;
		qcom,msm-bus,active-only;
		status = "ok";
	};

	cpuss_dump {
		compatible = "qcom,cpuss-dump";