summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-08-28 10:46:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-28 10:46:25 -0700
commit2db3cff2d3ebb0f377d93c5253624927c0a35cf9 (patch)
treec0cd1c7491ba41842385f67b32fe09fe45a71b23 /arch/arm
parent0caf14e66aee5f8d97e61ba3d46c89ae3548702e (diff)
parentdaebabd578647440d41fc9b48d8c7a88dc2f7ab5 (diff)
downloadlinux-0-day-2db3cff2d3ebb0f377d93c5253624927c0a35cf9.tar.gz
linux-0-day-2db3cff2d3ebb0f377d93c5253624927c0a35cf9.tar.xz
Merge tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull mfd fixes from Lee Jones: "Couple of simple fixes due for the 3.17 rcs (and a sneaky document addition that slipped from the previous pull-request)" * tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regulators mfd: tc3589x: Add device tree bindings mfd: ab8500-core: Use 'ifdef' for config options mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format string mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index b15f1a77d684e..1fe45d1f75ec8 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -353,7 +353,7 @@
};
twl_power: power {
- compatible = "ti,twl4030-power-n900";
+ compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
ti,use_poweroff;
};
};