ARM: dts: exynos: add input clock to CMU in Exynos4412 Odroid
Commit 68605101460e ("ARM: dts: exynos: Add support for audio over HDMI for Odroid X/X2/U3") added assigned clocks under Clock Management Unit. 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/exynos4412-odroidu3.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-2-krzk@kernel.org
This commit is contained in:
parent
f9e8785da5
commit
eaf2d2f689
@ -122,6 +122,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&clock {
|
&clock {
|
||||||
|
clocks = <&clock CLK_XUSBXTI>;
|
||||||
assigned-clocks = <&clock CLK_FOUT_EPLL>;
|
assigned-clocks = <&clock CLK_FOUT_EPLL>;
|
||||||
assigned-clock-rates = <45158401>;
|
assigned-clock-rates = <45158401>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user