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

Commit ccb66967 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Documentation: Add dt bindings for adsp-shmem-device"

parents e7579e5c 7f55df0b
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>;
		};