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

Commit 723269b4 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: msm: correct sps register space size



fsm9900 has bam-dma hs. It has 30 pipes, and 15 channels.
bam-dma on other msm soc has 20 pipes and 10 channels. This patch
sets the sps register space size according to bam-dma hs hw definitions.

Change-Id: I8817f92669255ffee76283d65500cb4519c0a31a
Acked-by: default avatarChemin Hsieh <cheminh@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 47588fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -573,8 +573,8 @@

	qcom,sps@fe204000 {
		compatible = "qcom,msm_sps";
		reg = <0xfe204000 0x15000>,
			<0xfe223000 0xb000>;
		reg = <0xfe204000 0x1f000>,
			<0xfe223000 0x10000>;
		reg-names = "bam_mem", "core_mem";
		interrupts = <0 94 0>;
	};