Commit 53d2ebcc authored by Lukasz Luba's avatar Lukasz Luba Committed by Krzysztof Kozlowski

ARM: dts: exynos: Add syscon compatible to clock controller on Exynos542x

In order to get the clock by phandle and use it with regmap it needs to be
compatible with syscon. The DMC driver uses two registers from clock
register set and needs the regmap of them.
Signed-off-by: default avatarLukasz Luba <l.luba@partner.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent c6d46248
......@@ -175,7 +175,7 @@ cci_control1: slave-if@5000 {
};
clock: clock-controller@10010000 {
compatible = "samsung,exynos5420-clock";
compatible = "samsung,exynos5420-clock", "syscon";
reg = <0x10010000 0x30000>;
#clock-cells = <1>;
};
......
......@@ -17,7 +17,7 @@ / {
};
&clock {
compatible = "samsung,exynos5800-clock";
compatible = "samsung,exynos5800-clock", "syscon";
};
&cluster_a15_opp_table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment