diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-03 07:53:55 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 03:55:46 -0400 |
commit | 401cd1b851ace22a8a3a94916abec462f4d0fe28 (patch) | |
tree | f877ed50181401381b6bb8d4c180c269ffd187be | |
parent | fd53d04280672c17540d958b472c0b5b444a06c3 (diff) |
ARM: ux500: Add db8500 Device Tree node for ab8500-sysctrl
This adds the DT node for the mfd/ab8500-sysctrl driver. It will
allow probing of the driver during a Device Tree enabled boot.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/db8500.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index 8c494d3a9421..7a9ad1519dae 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi | |||
@@ -328,6 +328,10 @@ | |||
328 | interrupt-names = "ONKEY_DBF", "ONKEY_DBR"; | 328 | interrupt-names = "ONKEY_DBF", "ONKEY_DBR"; |
329 | }; | 329 | }; |
330 | 330 | ||
331 | ab8500-sysctrl { | ||
332 | compatible = "stericsson,ab8500-sysctrl"; | ||
333 | }; | ||
334 | |||
331 | ab8500-regulators { | 335 | ab8500-regulators { |
332 | compatible = "stericsson,ab8500-regulator"; | 336 | compatible = "stericsson,ab8500-regulator"; |
333 | 337 | ||