]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: uniphier: add reset controller node of analog amplifier
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Mon, 21 Aug 2017 11:55:04 +0000 (20:55 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Aug 2017 15:34:36 +0000 (00:34 +0900)
This patch adds reset controller node of analog signal amplifier
core (ADAMV) for UniPhier LD11/LD20 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index 166d121ce3a7ff05512f3b7e700115e0e774a7cc..5537a457af977c904affc8e4f5457a48826dda38 100644 (file)
@@ -150,6 +150,17 @@ serial3: serial@54006b00 {
                        clocks = <&peri_clk 3>;
                };
 
+               adamv@57920000 {
+                       compatible = "socionext,uniphier-ld11-adamv",
+                                    "simple-mfd", "syscon";
+                       reg = <0x57920000 0x1000>;
+
+                       adamv_rst: reset {
+                               compatible = "socionext,uniphier-ld11-adamv-reset";
+                               #reset-cells = <1>;
+                       };
+               };
+
                i2c0: i2c@58780000 {
                        compatible = "socionext,uniphier-fi2c";
                        status = "disabled";
index 58f8fdfc137c6046bf67f0a5d3fb9aa971023223..304cb743d70c61c1a3a59e02ec275d83d85a3105 100644 (file)
@@ -219,6 +219,17 @@ serial3: serial@54006b00 {
                        clocks = <&peri_clk 3>;
                };
 
+               adamv@57920000 {
+                       compatible = "socionext,uniphier-ld20-adamv",
+                                    "simple-mfd", "syscon";
+                       reg = <0x57920000 0x1000>;
+
+                       adamv_rst: reset {
+                               compatible = "socionext,uniphier-ld20-adamv-reset";
+                               #reset-cells = <1>;
+                       };
+               };
+
                i2c0: i2c@58780000 {
                        compatible = "socionext,uniphier-fi2c";
                        status = "disabled";