ARM: dts: Use define for s3c-rtc clock id for exynos3250-monk
Use a define instead of raw number as a ID for "rtc_src" clock. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
parent
9f802938bf
commit
c5abf61999
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
#include "exynos3250.dtsi"
|
#include "exynos3250.dtsi"
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/clock/samsung,s2mps11.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Samsung Monk board";
|
model = "Samsung Monk board";
|
||||||
|
@ -432,7 +433,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
clocks = <&cmu CLK_RTC>, <&s2mps14_osc 0>;
|
clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
||||||
clock-names = "rtc", "rtc_src";
|
clock-names = "rtc", "rtc_src";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue