summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-u300.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-06-13 21:21:31 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-06-17 13:54:39 +0200
commit7fca1f20c0f3e9d7a3b23ee1fc9e832f520f3f1a (patch)
treef09643fa89e79047787665d117cd56f0068094d2 /arch/arm/boot/dts/ste-u300.dts
parent985062588d55deebc62bee80e979ea03d4a917ea (diff)
ARM: u300: switch to using syscon regmap for board
This switches the code using a local remapping of the system controller to enable the U300 board to be self-powered over to making the U300-specific syscon compatible with the MFD generic syscon driver, selecting the generic syscon driver, and augmenting the board power code to pick the regmap and manipulate the syscon from the regmap side of things. Cc: Dong Aisheng <dong.aisheng@linaro.org> Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-u300.dts')
-rw-r--r--arch/arm/boot/dts/ste-u300.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts
index 05a082164c10..8a1032c1ffc9 100644
--- a/arch/arm/boot/dts/ste-u300.dts
+++ b/arch/arm/boot/dts/ste-u300.dts
@@ -31,7 +31,7 @@
};
syscon: syscon@c0011000 {
- compatible = "stericsson,u300-syscon";
+ compatible = "stericsson,u300-syscon", "syscon";
reg = <0xc0011000 0x1000>;
clk32: app_32_clk@32k {
#clock-cells = <0>;