diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-03-16 10:08:12 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-19 03:57:48 +0300 |
commit | 8bde8fd64d1b8f8bc1577e28ff412553597b6adb (patch) | |
tree | c273fdc6bbdec9bcb62c6c363dc67ba22655e9d2 /Documentation/devicetree/bindings/sound/uniphier,aio.txt | |
parent | 90e0fb05e5c1b1cf6a59c4f888f500e2b1feffc4 (diff) | |
download | linux-8bde8fd64d1b8f8bc1577e28ff412553597b6adb.tar.xz |
ASoC: uniphier: add syscon property to binding document
This patch adds syscon property for specifying soc-glue core into
DT binding documentation.
Currently, soc-glue core is used for changing the state of S/PDIF
signal output pin to signal output state or Hi-Z state. If you don't
need to use features on soc-glue described above you can ommit this
property.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/uniphier,aio.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/uniphier,aio.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/uniphier,aio.txt b/Documentation/devicetree/bindings/sound/uniphier,aio.txt index 65d71cf6ef0f..4ce68ed6f2f2 100644 --- a/Documentation/devicetree/bindings/sound/uniphier,aio.txt +++ b/Documentation/devicetree/bindings/sound/uniphier,aio.txt @@ -22,6 +22,12 @@ Required properties: entry in reset-names. - #sound-dai-cells: should be 1. +Optional properties: +- socionext,syscon: a phandle, should contain soc-glue. + The soc-glue is used for changing mode of S/PDIF signal pin + to Output from Hi-Z. This property is optional if you use + I2S signal pins only. + Example: audio { compatible = "socionext,uniphier-ld20-aio"; @@ -34,4 +40,6 @@ Example: reset-names = "aio"; resets = <&sys_rst 40>; #sound-dai-cells = <1>; + + socionext,syscon = <&sg>; }; |