Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lukasz Luba and committed by
Krzysztof Kozlowski
53d2ebcc c6d46248

+2 -2
+1 -1
arch/arm/boot/dts/exynos5420.dtsi
··· 175 175 }; 176 176 177 177 clock: clock-controller@10010000 { 178 - compatible = "samsung,exynos5420-clock"; 178 + compatible = "samsung,exynos5420-clock", "syscon"; 179 179 reg = <0x10010000 0x30000>; 180 180 #clock-cells = <1>; 181 181 };
+1 -1
arch/arm/boot/dts/exynos5800.dtsi
··· 17 17 }; 18 18 19 19 &clock { 20 - compatible = "samsung,exynos5800-clock"; 20 + compatible = "samsung,exynos5800-clock", "syscon"; 21 21 }; 22 22 23 23 &cluster_a15_opp_table {