From: Sylwester Nawrocki Date: Thu, 17 Nov 2016 08:58:00 +0000 (+0100) Subject: arm64: dts: exynos: Assign parent clock of the clkout clock for TM2 board X-Git-Tag: v4.10-rc1~81^2~5^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d41fa3f0281217f750c3d1cd9c7852f8aed4107f;p=linux.git arm64: dts: exynos: Assign parent clock of the clkout clock for TM2 board Without this patch the clkout clock is orphaned and sound doesn't work properly. Signed-off-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski Reviewed-by: Sylwester Nawrocki Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index 3f6d069c8f7e..f8526cee54c1 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts @@ -905,6 +905,11 @@ i80-if-timings { }; }; +&pmu_system_controller { + assigned-clocks = <&pmu_system_controller 0>; + assigned-clock-parents = <&xxti>; +}; + &serial_1 { status = "okay"; };