diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-16 11:26:48 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-31 12:47:56 +0300 |
commit | 2cbc0de15cf800cf88cfcc08c23269c083ae814a (patch) | |
tree | 627d5a2789cc6f3c89c767b981a250aa979dd4f2 /arch/arm/boot/dts/exynos5410.dtsi | |
parent | b98485030d165c60f46f1b768043e9dca5db2678 (diff) | |
download | linux-2cbc0de15cf800cf88cfcc08c23269c083ae814a.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5410.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5410.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi index 7a56aec2c5ba..477c6741c6dd 100644 --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -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 { |