diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-06 11:51:04 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:04:30 +0200 |
commit | fcbe5e90f87fa45da40d39c7da8709b403c7e8a0 (patch) | |
tree | b4aa2c2ea91748c231528eb3169d7e88a44f91fb /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | ARM: ux500: Supply the DMA clock lookup to the DBX500 DT (diff) | |
download | linux-fcbe5e90f87fa45da40d39c7da8709b403c7e8a0.tar.xz linux-fcbe5e90f87fa45da40d39c7da8709b403c7e8a0.zip |
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/arm/boot/dts/ste-dbx5x0.dtsi')
-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 @@ prcmu_clk: prcmu-clock { #clock-cells = <1>; }; + + prcc_pclk: prcc-periph-clock { + #clock-cells = <2>; + }; }; timer@a0410600 { |