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

Commit b0dd67bf authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

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

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: I87c39061129005e855c1a3c623f0185c08ee8777
parent 6986f927
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2683,6 +2683,19 @@
		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 = <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";
	};

	sdhc_1: sdhci@7c4000 {
		compatible = "qcom,sdhci-msm-v5", "qcom,sdhci-msm-cqe";
		reg = <0x7c4000 0x1000>, <0x7c5000 0x1000>;