Commit 80b33032 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: ux500: Add clkout-clock node



This adds the DTS node and picks up the include file from the
bindings required to obtain externally routed CLKOUT1 and CLKOUT2
clocks.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f72ef0cf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@

#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/ste-db8500-clkout.h>
#include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>
#include <dt-bindings/mfd/dbx500-prcmu.h>
#include <dt-bindings/arm/ux500_pm_domains.h>
@@ -312,6 +313,11 @@ rtc_clk: rtc32k-clock {
			smp_twd_clk: smp-twd-clock {
				#clock-cells = <0>;
			};

			clkout_clk: clkout-clock {
				/* Cell 1 id, cell 2 source, cell 3 div */
				#clock-cells = <3>;
			};
		};

		mtu@a03c6000 {