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

Commit e887cbf5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: correct sps register space size"

parents 8590b224 723269b4
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>;
	};