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

Commit 36147af0 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

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



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: Ib1757ce45e44d7658d56e641a2c02291c787825f
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent cf5c5a2f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2633,6 +2633,19 @@
			< 1708800 MHZ_TO_MBPS(1017, 4) >,
			< 2208000 MHZ_TO_MBPS(1804, 4) >;
	};

	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 "pm6150.dtsi"