diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-03 13:03:59 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 09:55:46 +0200 |
commit | 78451de7475be601cff4f283f95122a1ca61de16 (patch) | |
tree | fa9736db918293d8f937edab4a0fbd0d7b12fad4 /arch/arm/boot | |
parent | 401cd1b851ace22a8a3a94916abec462f4d0fe28 (diff) | |
download | linux-78451de7475be601cff4f283f95122a1ca61de16.tar.bz2 |
ARM: ux500: Add db8500 Device Tree node for misc/ab8500-pwm
This adds the DT node for the misc/ab8500-pwm 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')
-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 7a9ad1519dae..185f8d470d64 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -332,6 +332,10 @@ compatible = "stericsson,ab8500-sysctrl"; }; + ab8500-pwm { + compatible = "stericsson,ab8500-pwm"; + }; + ab8500-regulators { compatible = "stericsson,ab8500-regulator"; |