From: Chen-Yu Tsai Date: Fri, 19 Aug 2016 07:42:24 +0000 (+0800) Subject: ARM: dts: sun9i: a80-optimus: Add device node for AC100 X-Git-Tag: v4.14-rc1~2321^2~7^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9caf39bfb98a59848ffe05f19a0bbab65220f7e5;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: sun9i: a80-optimus: Add device node for AC100 Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index 7fd22e8..e35c06c 100644 --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts @@ -322,6 +322,30 @@ }; }; }; + + 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 */ + #clock-cells = <0>; + clock-output-names = "4M_adda"; + }; + + ac100_rtc: rtc { + compatible = "x-powers,ac100-rtc"; + interrupt-parent = <&nmi_intc>; + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; + clocks = <&ac100_codec>; + #clock-cells = <1>; + clock-output-names = "cko1_rtc", + "cko2_rtc", + "cko3_rtc"; + }; + }; }; #include "axp809.dtsi"