aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ste-dbx5x0.dtsi
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-07-30 09:19:25 -0400
committerMichael Turquette <mturquette@baylibre.com>2015-08-24 19:49:14 -0400
commit5dc0fe199b358966021b015c71ca4049d0f42aa6 (patch)
tree6535c2dbda550a6a5d1353fd96dba05d6eec98dd /arch/arm/boot/dts/ste-dbx5x0.dtsi
parentc660b2ebb25be5668a4ed333539f34b05841e17a (diff)
clk/ARM: move Ux500 PRCC bases to the device tree
The base addresses for the Ux500 PRCC controllers are hardcoded, let's move them to the clock node in the device tree and delete the constants. Cc: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 853684ad7773..a56bf890afaf 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -219,6 +219,13 @@
219 219
220 clocks { 220 clocks {
221 compatible = "stericsson,u8500-clks"; 221 compatible = "stericsson,u8500-clks";
222 /*
223 * Registers for the CLKRST block on peripheral
224 * groups 1, 2, 3, 5, 6,
225 */
226 reg = <0x8012f000 0x1000>, <0x8011f000 0x1000>,
227 <0x8000f000 0x1000>, <0xa03ff000 0x1000>,
228 <0xa03cf000 0x1000>;
222 229
223 prcmu_clk: prcmu-clock { 230 prcmu_clk: prcmu-clock {
224 #clock-cells = <1>; 231 #clock-cells = <1>;