Merge "Documentation: Add dt bindings for adsp-shmem-device"
diff --git a/Documentation/devicetree/bindings/misc/adsp-shmem-device.txt b/Documentation/devicetree/bindings/misc/adsp-shmem-device.txt
new file mode 100644
index 0000000..aec9192
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/adsp-shmem-device.txt
@@ -0,0 +1,11 @@
+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>;
+		};