ARM: dts: uniphier: add syscon property for UniPhier sound system
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Tue, 20 Mar 2018 02:48:24 +0000 (11:48 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 20 Mar 2018 15:12:22 +0000 (00:12 +0900)
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>
arch/arm/boot/dts/uniphier-pxs2.dtsi

index 595045441c9cf34310fc4d2c5fb58696adbce249..debcbd15c24bfc9db595803d74ee372c5e0cff85 100644 (file)
                        reset-names = "aio";
                        resets = <&sys_rst 40>;
                        #sound-dai-cells = <1>;
+                       socionext,syscon = <&soc_glue>;
 
                        i2s_port0: port@0 {
                                i2s_hdmi: endpoint {
                        };
                };
 
-               soc-glue@5f800000 {
+               soc_glue: soc-glue@5f800000 {
                        compatible = "socionext,uniphier-pxs2-soc-glue",
                                     "simple-mfd", "syscon";
                        reg = <0x5f800000 0x2000>;