diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-06 05:51:04 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 05:04:30 -0400 |
commit | fcbe5e90f87fa45da40d39c7da8709b403c7e8a0 (patch) | |
tree | b4aa2c2ea91748c231528eb3169d7e88a44f91fb /arch | |
parent | e064cb24f249714cc9ce4e9b8f19d8afb395db4c (diff) |
ARM: ux500: Add PRCC Peripheral clock node to DBx500 Device Tree
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index ac43e6f999c9..505404e4d3e4 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi | |||
@@ -49,6 +49,10 @@ | |||
49 | prcmu_clk: prcmu-clock { | 49 | prcmu_clk: prcmu-clock { |
50 | #clock-cells = <1>; | 50 | #clock-cells = <1>; |
51 | }; | 51 | }; |
52 | |||
53 | prcc_pclk: prcc-periph-clock { | ||
54 | #clock-cells = <2>; | ||
55 | }; | ||
52 | }; | 56 | }; |
53 | 57 | ||
54 | timer@a0410600 { | 58 | timer@a0410600 { |