diff options
author | Daniel Mack <daniel@zonque.org> | 2018-10-03 21:32:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-04 11:41:52 +0100 |
commit | 466dee75b3364d05b43ddfe41ef2e8887b6a3ea7 (patch) | |
tree | 54d36a3041d479e8911738d2fd94f39abeffa49c /Documentation/devicetree | |
parent | cfe9ee5f2b7808ceec21df83a45e38afcc647153 (diff) |
ASoC: add fault detect recovery property to DT bindings
The driver already has support for setting the FDRB bit in the CONFA
register through platform data, but there was no property to set it
in the device-tree bindings.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/st,sta32x.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,sta32x.txt b/Documentation/devicetree/bindings/sound/st,sta32x.txt index 255de3ae5b2f..ff4a685a4303 100644 --- a/Documentation/devicetree/bindings/sound/st,sta32x.txt +++ b/Documentation/devicetree/bindings/sound/st,sta32x.txt @@ -39,6 +39,9 @@ Optional properties: - st,thermal-warning-recover: If present, thermal warning recovery is enabled. + - st,fault-detect-recovery: + If present, fault detect recovery is enabled. + - st,thermal-warning-adjustment: If present, thermal warning adjustment is enabled. |