ARM: dts: exynos: Enable CLKOUT on Exynos5410

The CLKOUT (which control is provided by PMU) is necessary for some of
the drivers using this as a clock, e.g. usb3503 USB HUB on Odroid XU
board.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
Krzysztof Kozlowski 2016-05-16 10:26:48 +02:00
parent b98485030d
commit 2cbc0de15c
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@
pmu_system_controller: system-controller@10040000 {
compatible = "samsung,exynos5410-pmu", "syscon";
reg = <0x10040000 0x5000>;
clock-names = "clkout16";
clocks = <&fin_pll>;
#clock-cells = <1>;
};
mct: mct@101C0000 {