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

Commit 7f55df0b authored by Milen Mitkov's avatar Milen Mitkov Committed by Evgeniy Borisov
Browse files

Documentation: Add dt bindings for adsp-shmem-device



Device tree bindings for adsp-shmem-device

Change-Id: I4b36a533ccf76ad07d1f83afa663aaa3bc60d6c8
Signed-off-by: default avatarMilen Mitkov <mmitkov@codeaurora.org>
parent baec7b06
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
ADSP shared memory device driver for ADSP fast boot camera

Required properties:
-  memory-region : start address and size of the shared memory region

Example:
	qcom,adsp {
		status = "ok";
		compatible = "adsp-shmem-device";
		memory-region = <&adsp_shmem_device_mem>;
		};