]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: exynos: add input clock to CMU in Exynos3250
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 6 Sep 2020 14:21:44 +0000 (16:21 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 11 Sep 2020 14:52:24 +0000 (16:52 +0200)
Commit 52005dece527 ("ARM: dts: Add assigned clock parents to CMU node
for exynos3250") added assigned clocks under Clock Management Unit to
fix hangs when accessing ISP registers.

However the dtschema expects "clocks" property if "assigned-clocks" are
used.  Add reference to input clock to silence the dtschema warnings:

  arch/arm/boot/dts/exynos3250-artik5-eval.dt.yaml: clock-controller@10030000: 'clocks' is a dependency of 'assigned-clocks'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200906142146.21266-1-krzk@kernel.org
arch/arm/boot/dts/exynos3250-artik5.dtsi
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts

index 6c2f320be2f48b9eb78f231341dc106058e8aa8a..12887b3924af8a48e1d8e9c8a588805141ce628d 100644 (file)
        assigned-clock-rates = <6000000>;
 };
 
+&cmu {
+       clocks = <&xusbxti>;
+};
+
 &cpu0 {
        cpu0-supply = <&buck2_reg>;
 };
index 9d77a73bc92bdaa6fed05e21b568323630862ae6..c1a68e6120370f2020c6a51c3fc628abbd85d26c 100644 (file)
        status = "okay";
 };
 
+&cmu {
+       clocks = <&xusbxti>;
+};
+
 &cpu0 {
        cpu0-supply = <&buck2_reg>;
 };
index 3df003af0d151476998a03f7324c85e3eb73f013..b55afaaa691e8b6f0d18b324262ffd33ff949153 100644 (file)
        status = "okay";
 };
 
+&cmu {
+       clocks = <&xusbxti>;
+};
+
 &cpu0 {
        cpu0-supply = <&buck2_reg>;
 };