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

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

Merge "ARM: dts: msm: Add Bus voting and DLL support for shima"

parents 4584fcd1 021dc66e
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
@@ -1310,6 +1310,35 @@
		clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
		clock-names = "core", "iface";

		interconnects = <&aggre1_noc MASTER_SDCC_1 &mc_virt SLAVE_EBI1>,
			<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_SDC_1>;
		interconnect-names = "sdhc-ddr","cpu-sdhc";
		qcom,msm-bus,name = "sdhc1";
		qcom,msm-bus,num-cases = <8>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
			/* No Vote */
			<0 0>, <0 0>,
			/* 400 KB/s*/
			<1000 590000>, <2000 1590000>,
			/* 25 MB/s */
			<50000 590000>, <30000 1590000>,
			/* 50 MB/s */
			<80000 590000>, <40000 1590000>,
			/* 100 MB/s */
			<100000 590000>, <50000 1590000>,
			/* 200 MB/s */
			<150000 2060000>, <80000 6440000>,
			/* 400 MB/s */
			<261438 2060000>, <300000 6440000>,
			/* Max. bandwidth */
			<1338562 4096000>, <1338562 9170000>;
		qcom,bus-bw-vectors-bps = <0 400000 25000000 50000000
			100000000 200000000 400000000 4294967295>;

		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x000f642c 0x0 0x0 0x00010800 0x80040868>;

		bus-width = <8>;
		non-removable;
		supports-cqe;
@@ -1335,6 +1364,33 @@
		dma-coherent;
		qcom,iommu-dma = "bypass";

		interconnects = <&aggre2_noc MASTER_SDCC_2 &mc_virt SLAVE_EBI1>,
			<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_SDCC_2>;
		interconnect-names = "sdhc-ddr","cpu-sdhc";
		qcom,msm-bus,name = "sdhc2";
		qcom,msm-bus,num-cases = <7>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
			/* No Vote */
			<0 0>, <0 0>,
			/* 400 KB/s*/
			<1000 590000>, <2000 1590000>,
			/* 25 MB/s */
			<50000 590000>, <30000 1590000>,
			/* 50 MB/s */
			<80000 590000>, <40000 1590000>,
			/* 100 MB/s */
			<100000 590000>, <50000 1590000>,
			/* 200 MB/s */
			<261438 2060000>, <300000 6440000>,
			/* Max. bandwidth */
			<1338562 4096000>, <1338562 9170000>;
		qcom,bus-bw-vectors-bps = <0 400000 25000000 50000000
			100000000 200000000 4294967295>;

		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x0007642c 0x0 0x0 0x00010800 0x80040868>;

		status = "disabled";
	};