diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-12 15:07:35 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-31 22:15:06 +0100 |
commit | 3015d3b05239e33b42b1ae9ac408cc60fa4772ce (patch) | |
tree | 4d63890ec00588d51816bd91a4c8e87e816c3503 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | 6097c2d0afa4ff70ece8610875a0f0592064de29 (diff) | |
download | talos-obmc-linux-3015d3b05239e33b42b1ae9ac408cc60fa4772ce.tar.gz talos-obmc-linux-3015d3b05239e33b42b1ae9ac408cc60fa4772ce.zip |
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-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index d309314f3a36..82d8c4771293 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -669,6 +669,8 @@ vddulpivio18-supply = <&ab8500_ldo_intcore_reg>; v-ape-supply = <&db8500_vape_reg>; musb_1v8-supply = <&db8500_vsmps2_reg>; + clocks = <&prcmu_clk PRCMU_SYSCLK>; + clock-names = "sysclk"; }; ab8500-ponkey { |