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

Commit cec50a18 authored by Tushar Nimkar's avatar Tushar Nimkar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix command DB address for sdxlemur

This changes the command DB address to correct value.

Change-Id: I43bbeae4c6283f6cc3f4dbba382fe76c474fef70
parent 5bffb6f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@
		#size-cells = <1>;
		ranges;

	cmd_db: reserved-memory@8fe20000 {
	cmd_db: reserved-memory@8fee0000 {
		compatible = "qcom,cmd-db";
		no-map;
		reg = <0x8fe20000 0x20000>;
		reg = <0x8fee0000 0x20000>;
	};

		mpss_adsp_mem: mpss_adsp_region@90800000 {