ARM: dts: exynos: add input clock to CMU in Exynos3250

Commit 52005dece5 ("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
This commit is contained in:
Krzysztof Kozlowski 2020-09-06 16:21:44 +02:00
parent 30b904632e
commit f9e8785da5
3 changed files with 12 additions and 0 deletions

View file

@ -55,6 +55,10 @@ &adc {
assigned-clock-rates = <6000000>;
};
&cmu {
clocks = <&xusbxti>;
};
&cpu0 {
cpu0-supply = <&buck2_reg>;
};

View file

@ -164,6 +164,10 @@ &bus_dmc {
status = "okay";
};
&cmu {
clocks = <&xusbxti>;
};
&cpu0 {
cpu0-supply = <&buck2_reg>;
};

View file

@ -205,6 +205,10 @@ &bus_mfc {
status = "okay";
};
&cmu {
clocks = <&xusbxti>;
};
&cpu0 {
cpu0-supply = <&buck2_reg>;
};