Message ID | 1337262323-27692-14-git-send-email-lee.jones@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index e69c3fa..0dc24e6 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -203,6 +203,10 @@ interrupts = <0 40 0x4>; stericsson,irq-base = <520>; + ab8500-debugfs { + compatible = "stericsson,ab8500-debug"; + }; + ab8500-regulators { compatible = "stericsson,ab8500-regulator";
This node has no properties. It merely allows probing of the ab8500-debugfs driver during Device Tree initialisation. Signed-off-by: Lee Jones <lee.jones@linaro.org> --- arch/arm/boot/dts/db8500.dtsi | 4 ++++ 1 file changed, 4 insertions(+)