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

Commit 4546b70a authored by Gilad Broner's avatar Gilad Broner
Browse files

ARM: dts: msm: fix TSPP node memory range size for msm8996



Previous value was incorrect. Increase the value to match
the memory map specification.

Change-Id: I84ec46def24340a83dfb6227d88e7ddb657d5b8f
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent 86fdf692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -941,7 +941,7 @@
		reg = <0x075e7000 0x1000>, /* MSM_TSIF0_PHYS */
		      <0x075e8000 0x1000>, /* MSM_TSIF1_PHYS */
		      <0x075e9000 0x1000>, /* MSM_TSPP_PHYS  */
		      <0x075c4000 0x11000>; /* MSM_TSPP_BAM_PHYS */
		      <0x075c4000 0x23000>; /* MSM_TSPP_BAM_PHYS */
		reg-names = "MSM_TSIF0_PHYS",
			"MSM_TSIF1_PHYS",
			"MSM_TSPP_PHYS",