Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1421521

[PATCH 07/10] ARM: dts: sun9i: cubieboard4: Add device node for AC100

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject [PATCH 07/10] ARM: dts: sun9i: cubieboard4: Add device node for AC100
Date 2016-06-14 04:20 +0200
Message-ID <rJM7o-6NR-21@gated-at.bofh.it> (permalink)
References <rJM7n-6NR-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts
index db770d06c31e..a92eeea1b222 100644
--- a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts
+++ b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts
@@ -250,6 +250,27 @@
 			};
 		};
 	};
+
+	ac100: codec@e89 {
+		compatible = "x-powers,ac100";
+		reg = <0xe89>;
+
+		ac100_codec: codec {
+			compatible = "x-powers,ac100-codec";
+			interrupt-parent = <&r_pio>;
+			interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */
+		};
+
+		ac100_rtc: rtc {
+			compatible = "x-powers,ac100-rtc";
+			interrupt-parent = <&nmi_intc>;
+			interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
+			#clock-cells = <1>;
+			clock-output-names = "cko1_rtc",
+					     "cko2_rtc",
+					     "cko3_rtc";
+		};
+	};
 };
 
 #include "axp809.dtsi"
-- 
2.8.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/10] mfd: ac100: Add support for X-Powers AC100 audio codec / RTC combo IC Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:20 +0200
  [PATCH 07/10] ARM: dts: sun9i: cubieboard4: Add device node for AC100 Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:20 +0200
  [PATCH 06/10] ARM: dts: sun9i: a80-optimus: Add device node for AC100 Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:20 +0200
  [PATCH 08/10] ARM: dts: sun9i: cubieboard4: Order nodes by alphabetical order Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  [PATCH 05/10] rtc: ac100: Add clk output support Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  [PATCH 01/10] regmap: Support bulk writes for devices without raw formatting Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  Re: [PATCH 03/10] mfd: Add driver for X-Powers AC100 audio codec /  RTC combo IC Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  [PATCH 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  [PATCH 04/10] rtc: ac100: Add RTC driver for X-Powers AC100 Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200
  [PATCH 03/10] mfd: Add driver for X-Powers AC100 audio codec / RTC combo IC Chen-Yu Tsai <wens@csie.org> - 2016-06-14 04:30 +0200

csiph-web