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:
Lukasz Luba 2019-08-21 12:43:01 +02:00 committed by Krzysztof Kozlowski
parent c6d46248cd
commit 53d2ebcc73
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@
};
clock: clock-controller@10010000 {
compatible = "samsung,exynos5420-clock";
compatible = "samsung,exynos5420-clock", "syscon";
reg = <0x10010000 0x30000>;
#clock-cells = <1>;
};

View file

@ -17,7 +17,7 @@
};
&clock {
compatible = "samsung,exynos5800-clock";
compatible = "samsung,exynos5800-clock", "syscon";
};
&cluster_a15_opp_table {