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

Commit 34bce88d authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Correct the spmi core size for SM6150



Currently spmi core size is defined as 0x2300, which can lead to
the buffer overflow if the desired APID is not found. Fix it for
SM6150 and sdmmagpie.

Change-Id: I58e5f0786ab61550ef1e7a97219b4e9fe1ef0e99
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 4424b4d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1520,7 +1520,7 @@

	spmi_bus: qcom,spmi@c440000 {
		compatible = "qcom,spmi-pmic-arb";
		reg = <0xc440000 0x2300>,
		reg = <0xc440000 0x1100>,
			<0xc600000 0x2000000>,
			<0xe600000 0x100000>,
			<0xe700000 0xa0000>,
+1 −1
Original line number Diff line number Diff line
@@ -1694,7 +1694,7 @@

	spmi_bus: qcom,spmi@c440000 {
		compatible = "qcom,spmi-pmic-arb";
		reg = <0xc440000 0x2300>,
		reg = <0xc440000 0x1100>,
		      <0xc600000 0x2000000>,
		      <0xe600000 0x100000>,
		      <0xe700000 0xa0000>,