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

Commit 606e8c6a 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 SM6150"

parents 0719cad4 36147af0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2637,6 +2637,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"