diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-12 17:07:35 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-02-01 00:15:06 +0300 |
commit | 3015d3b05239e33b42b1ae9ac408cc60fa4772ce (patch) | |
tree | 4d63890ec00588d51816bd91a4c8e87e816c3503 /arch/arm/boot/dts/ste-snowball.dts | |
parent | 6097c2d0afa4ff70ece8610875a0f0592064de29 (diff) | |
download | linux-3015d3b05239e33b42b1ae9ac408cc60fa4772ce.tar.xz |
ARM: dts: add the AB8500 sysclk to the device trees
This clock has been missing since some early stages of device tree
conversion. Adding the right clocks to the device tree makes USB
work again.
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index d5f61256fe56..dd5514def604 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -164,6 +164,8 @@ stericsson,cpu-dai = <&msp1 &msp3>; stericsson,audio-codec = <&codec>; + clocks = <&prcmu_clk PRCMU_SYSCLK>; + clock-names = "sysclk"; }; msp0: msp@80123000 { |