diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-03 15:53:55 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 11:55:46 +0400 |
commit | 401cd1b851ace22a8a3a94916abec462f4d0fe28 (patch) | |
tree | f877ed50181401381b6bb8d4c180c269ffd187be /arch/arm/boot/dts/db8500.dtsi | |
parent | fd53d04280672c17540d958b472c0b5b444a06c3 (diff) | |
download | linux-401cd1b851ace22a8a3a94916abec462f4d0fe28.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/db8500.dtsi')
-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 @@ interrupt-names = "ONKEY_DBF", "ONKEY_DBR"; }; + ab8500-sysctrl { + compatible = "stericsson,ab8500-sysctrl"; + }; + ab8500-regulators { compatible = "stericsson,ab8500-regulator"; |