summaryrefslogtreecommitdiffstats
path: root/bsp/meta-renesas/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-ADSP-add-document-for-compatible-string-renesas-rcar.patch
blob: 765053fac014cab88df9b52d0a406bda89b96c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 5f378e5db591a4a119b6cface6037cbded240506 Mon Sep 17 00:00:00 2001
From: tienphitran <tien.tran.uw@renesas.com>
Date: Thu, 25 Oct 2018 13:25:10 +0700
Subject: [PATCH 1/6] ADSP: add document for compatible string
 "renesas,rcar_adsp_sound_gen3"

Signed-off-by: tienphitran <tien.tran.uw@renesas.com>
---
 .../devicetree/bindings/sound/renesas,adsp.txt        | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/renesas,adsp.txt

diff --git a/Documentation/devicetree/bindings/sound/renesas,adsp.txt b/Documentation/devicetree/bindings/sound/renesas,adsp.txt
new file mode 100644
index 000000000000..b529bcadea82
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/renesas,adsp.txt
@@ -0,0 +1,11 @@
+Renesas ADSP sound driver
+
+Required properties:
+- compatible			: "renesas,rcar_adsp_sound_gen3"
+
+Example:
+
+rcar_adsp_sound: adsp_sound@0 {
+     compatible =  "renesas,rcar_adsp_sound_gen3";
+     status = "disabled";
+};
-- 
2.19.1