summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorMarek Szyprowski2016-11-17 09:58:01 +0100
committerKrzysztof Kozlowski2016-11-18 12:38:12 +0100
commit4eb74a7c24d76c2f741ab745ea0fce4ea2beb0e1 (patch)
tree962f7cfd00f0b4aae6ef9eef731605cac0aedbf6 /arch/arm64/boot
parentarm64: dts: exynos: Assign parent clock of the clkout clock for TM2 board (diff)
downloadkernel-qcow2-linux-4eb74a7c24d76c2f741ab745ea0fce4ea2beb0e1.tar.gz
kernel-qcow2-linux-4eb74a7c24d76c2f741ab745ea0fce4ea2beb0e1.tar.xz
kernel-qcow2-linux-4eb74a7c24d76c2f741ab745ea0fce4ea2beb0e1.zip
arm64: dts: exynos: TM2 - remove unused UART3 and set clocks directly on CMU
UART3 device is not really needed for enabling audio block on TM2. Enabling it made it working by enabling some common parent clocks, what is now handled by improved exynos5433 clocks driver. Thus the UART3 device node can be safely disabled. The assigned-clocks entries are however still needed, so move them under the respective CMU node. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/exynos/exynos5433-tm2.dts11
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index f8526cee54c1..2569e4ab6f7e 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -158,6 +158,11 @@
};
};
+&cmu_aud {
+ assigned-clocks = <&cmu_aud CLK_MOUT_AUD_PLL_USER>;
+ assigned-clock-parents = <&cmu_top CLK_FOUT_AUD_PLL>;
+};
+
&cmu_fsys {
assigned-clocks = <&cmu_top CLK_MOUT_SCLK_USBDRD30>,
<&cmu_top CLK_MOUT_SCLK_USBHOST30>,
@@ -914,12 +919,6 @@
status = "okay";
};
-&serial_3 {
- assigned-clocks = <&cmu_aud CLK_MOUT_AUD_PLL_USER>;
- assigned-clock-parents = <&cmu_top CLK_FOUT_AUD_PLL>;
- status = "okay";
-};
-
&spi_1 {
cs-gpios = <&gpd6 3 GPIO_ACTIVE_HIGH>;
status = "okay";