aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>2018-03-19 22:48:24 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-20 11:12:22 -0400
commit6f36ee0b48ca03f89de03464cacd0931de81649e (patch)
tree9213e8d564f8327cea904b82e1641b1996837591
parent6c35921dd3ae3da4f104039a2df8a35d7bbf03fb (diff)
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: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--arch/arm/boot/dts/uniphier-pxs2.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pxs2.dtsi b/arch/arm/boot/dts/uniphier-pxs2.dtsi
index 595045441c9c..debcbd15c24b 100644
--- a/arch/arm/boot/dts/uniphier-pxs2.dtsi
+++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi
@@ -242,6 +242,7 @@
242 reset-names = "aio"; 242 reset-names = "aio";
243 resets = <&sys_rst 40>; 243 resets = <&sys_rst 40>;
244 #sound-dai-cells = <1>; 244 #sound-dai-cells = <1>;
245 socionext,syscon = <&soc_glue>;
245 246
246 i2s_port0: port@0 { 247 i2s_port0: port@0 {
247 i2s_hdmi: endpoint { 248 i2s_hdmi: endpoint {
@@ -418,7 +419,7 @@
418 }; 419 };
419 }; 420 };
420 421
421 soc-glue@5f800000 { 422 soc_glue: soc-glue@5f800000 {
422 compatible = "socionext,uniphier-pxs2-soc-glue", 423 compatible = "socionext,uniphier-pxs2-soc-glue",
423 "simple-mfd", "syscon"; 424 "simple-mfd", "syscon";
424 reg = <0x5f800000 0x2000>; 425 reg = <0x5f800000 0x2000>;