aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt b/Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
index 004b0158cf4d..3bf92ad37fa1 100644
--- a/Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
+++ b/Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
@@ -19,6 +19,8 @@ And these documents for the required sub-node binding details:
19 [4] Clock: ../clock/cirrus,lochnagar.txt 19 [4] Clock: ../clock/cirrus,lochnagar.txt
20 [5] Pinctrl: ../pinctrl/cirrus,lochnagar.txt 20 [5] Pinctrl: ../pinctrl/cirrus,lochnagar.txt
21 [6] Regulator: ../regulator/cirrus,lochnagar.txt 21 [6] Regulator: ../regulator/cirrus,lochnagar.txt
22 [7] Sound: ../sound/cirrus,lochnagar.txt
23 [8] Hardware Monitor: ../hwmon/cirrus,lochnagar.txt
22 24
23Required properties: 25Required properties:
24 26
@@ -41,6 +43,11 @@ Optional sub-nodes:
41 - Bindings for the regulator components, see [6]. Only available on 43 - Bindings for the regulator components, see [6]. Only available on
42 Lochnagar 2. 44 Lochnagar 2.
43 45
46 - lochnagar-sc : Binding for the sound card components, see [7].
47 Only available on Lochnagar 2.
48 - lochnagar-hwmon : Binding for the hardware monitor components, see [8].
49 Only available on Lochnagar 2.
50
44Optional properties: 51Optional properties:
45 52
46 - present-gpios : Host present line, indicating the presence of a 53 - present-gpios : Host present line, indicating the presence of a
@@ -65,4 +72,14 @@ lochnagar: lochnagar@22 {
65 compatible = "cirrus,lochnagar-pinctrl"; 72 compatible = "cirrus,lochnagar-pinctrl";
66 ... 73 ...
67 }; 74 };
75
76 lochnagar-sc {
77 compatible = "cirrus,lochnagar2-soundcard";
78 ...
79 };
80
81 lochnagar-hwmon {
82 compatible = "cirrus,lochnagar2-hwmon";
83 ...
84 };
68}; 85};