提交 6f36ee0b 编写于 作者: K Katsuhiro Suzuki 提交者: Masahiro Yamada

ARM: dts: uniphier: add syscon property for UniPhier sound system

This patch adds syscon property for specifying soc-glue core into
device-tree of PXs2 SoC.

Currently, soc-glue core is used for changing the state of S/PDIF
signal output pin to signal output state or Hi-Z state.
Signed-off-by: NKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 6c35921d
...@@ -242,6 +242,7 @@ ...@@ -242,6 +242,7 @@
reset-names = "aio"; reset-names = "aio";
resets = <&sys_rst 40>; resets = <&sys_rst 40>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
socionext,syscon = <&soc_glue>;
i2s_port0: port@0 { i2s_port0: port@0 {
i2s_hdmi: endpoint { i2s_hdmi: endpoint {
...@@ -418,7 +419,7 @@ ...@@ -418,7 +419,7 @@
}; };
}; };
soc-glue@5f800000 { soc_glue: soc-glue@5f800000 {
compatible = "socionext,uniphier-pxs2-soc-glue", compatible = "socionext,uniphier-pxs2-soc-glue",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x5f800000 0x2000>; reg = <0x5f800000 0x2000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册