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

Commit e8983a1f authored by Vinay Sudra's avatar Vinay Sudra Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable uefi_log memory for SA8155

Enable uefi_log reserved memory node to read uefi log buffer.

Change-Id: Ie27f11e59c08ed7d21e89c106b018838aeb7ddc2
parent 9983dba1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -206,6 +206,13 @@
	qcom,adsp-remoteheap-vmid = <3 5 6>;
};

&reserved_memory {
	uefi_log: uefi_log@0x9241C000 {
		reg = <0x0 0x9241C000 0x0 0x10000>;
		label = "uefi_log";
	};
};

#include "camera/sa8155-camera.dtsi"
#include "camera/sa8155-camera-sensor.dtsi"
#include "sa8155-audio.dtsi"