]> git.hungrycats.org Git - linux/commit
mfd: twl4030-power: Fix regression with missing compatible flag
authorTony Lindgren <tony@atomide.com>
Sun, 2 Nov 2014 18:09:38 +0000 (10:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2015 18:30:15 +0000 (10:30 -0800)
commitff1589b52f6fccab0f53dcd9958bdeb63f7aba30
treedb20b5dbc655061bcbc16ae0817e8e7bf040af2c
parent82c236bcbe0c3898025588b1725d0fa6c3d55b20
mfd: twl4030-power: Fix regression with missing compatible flag

commit 1b9b46d05f887aec418b3a5f4f55abf79316fcda upstream.

Commit e7cd1d1eb16f ("mfd: twl4030-power: Add generic reset
configuration") accidentally removed the compatible flag for
"ti,twl4030-power" that should be there as documented in the
binding.

If "ti,twl4030-power" only the poweroff configuration is done
by the driver.

Fixes: e7cd1d1eb16f ("mfd: twl4030-power: Add generic reset configuration")
Reported-by: "Dr. H. Nikolaus Schaller" <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mfd/twl4030-power.c