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: Lukasz Luba <l.luba@partner.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
c6d46248cd
commit
53d2ebcc73
@ -175,7 +175,7 @@
|
||||
};
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user