From c7027459975ac8f573358cf6c5d98bcad01d7791 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 29 Feb 2016 08:10:52 +0100 Subject: dts: update to v4.5-rc5 Signed-off-by: Sascha Hauer --- dts/Bindings/rtc/s3c-rtc.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dts/Bindings/rtc') diff --git a/dts/Bindings/rtc/s3c-rtc.txt b/dts/Bindings/rtc/s3c-rtc.txt index ac2fcd6ff4..1068ffce9f 100644 --- a/dts/Bindings/rtc/s3c-rtc.txt +++ b/dts/Bindings/rtc/s3c-rtc.txt @@ -14,6 +14,10 @@ Required properties: interrupt number is the rtc alarm interrupt and second interrupt number is the rtc tick interrupt. The number of cells representing a interrupt depends on the parent interrupt controller. +- clocks: Must contain a list of phandle and clock specifier for the rtc + and source clocks. +- clock-names: Must contain "rtc" and "rtc_src" entries sorted in the + same order as the clocks property. Example: @@ -21,4 +25,6 @@ Example: compatible = "samsung,s3c6410-rtc"; reg = <0x10070000 0x100>; interrupts = <44 0 45 0>; + clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>; + clock-names = "rtc", "rtc_src"; }; -- cgit v1.2.1