[PATCH 12/16] ARM: ux500: Add db8500 Device Tree node for misc/ab8500-pwm
From: Lee Jones <hidden>
Date: 2012-05-18 08:39:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2012-05-18 08:39:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
This adds the DT node for the misc/ab8500-pwm driver. It will allow probing of the driver during a Device Tree enabled boot. Signed-off-by: Lee Jones <redacted> --- arch/arm/boot/dts/db8500.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
index 3c00e0670..37dcc13 100644
--- a/arch/arm/boot/dts/db8500.dtsi
+++ b/arch/arm/boot/dts/db8500.dtsi@@ -333,6 +333,10 @@ compatible = "stericsson,ab8500-sysctrl"; }; + ab8500-pwm { + compatible = "stericsson,ab8500-pwm"; + }; + ab8500-regulators { compatible = "stericsson,ab8500-regulator";
--
1.7.9.5