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

Commit aff96459 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 047c0249 a3edeb56
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2891,6 +2891,19 @@
		status = "ok";
		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"