diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-01 16:11:19 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 09:55:47 +0200 |
commit | 215891eca1c17aceb4cd8d598659fa86f0f33f8d (patch) | |
tree | 9aaa2dc249c88d86cb549294328652ee8e96e737 | |
parent | ee189cefa8aaa3db3d65fc330aaf324820c0a623 (diff) |
ARM: ux500: Apply ab8500-debug node do the db8500 DT structure
This node has no properties. It merely allows probing of the
ab8500-debugfs driver during Device Tree initialisation.
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 40d8244b6fa8..9669e7279683 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -357,6 +357,10 @@ compatible = "stericsson,ab8500-pwm"; }; + ab8500-debugfs { + compatible = "stericsson,ab8500-debug"; + }; + ab8500-regulators { compatible = "stericsson,ab8500-regulator"; |