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

Commit c04eefc3 authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: msm: correct BLSP memory size on MSM8939



BLSP1 on 8939 has size of 0x23000. Correct the size to address
hardware properly.

Change-Id: Ide669a8f99773ee6e259f11f3e6dbddb8aedf17e
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent 3a82db8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@
		#size-cells = <0>;
		reg-names = "spi_physical", "spi_bam_physical";
		reg = <0x78b9000 0x1000>,
			<0x7884000 0x19000>;
			<0x7884000 0x23000>;
		interrupt-names = "spi_irq", "spi_bam_irq";
		interrupts = <0 99 0>, <0 238 0>;
		spi-max-frequency = <18000000>;