diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-09-06 16:21:45 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2021-03-07 21:11:38 +0100 |
commit | 2601cbaa7eb089d8a5c97c40b04f496bf1c7b196 (patch) | |
tree | b1c198b9d27f144e7a83ef73fd0e60e84a3d8a93 | |
parent | 214e6ec8c9f5a3353d3282b3ff475d3ee86cc21a (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi index eebe6a3952ce..ad47ef2962ef 100644 --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi @@ -122,6 +122,7 @@ }; &clock { + clocks = <&clock CLK_XUSBXTI>; assigned-clocks = <&clock CLK_FOUT_EPLL>; assigned-clock-rates = <45158401>; }; |