regulator: tps65086: Fix expected switch DT node names
authorAndrew F. Davis <afd@ti.com>
Fri, 10 Feb 2017 17:55:46 +0000 (11:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jul 2017 12:40:28 +0000 (14:40 +0200)
commit88baad2e715967f237396bea47c496830d82a9c2
treeded13875a4959db775c7afba02f4ee58451abba1
parent9846c67974d6af64f665707bb4f68ae458684faa
regulator: tps65086: Fix expected switch DT node names

commit 1c47f7c316de38c30b481e1886cc6352c9efdcc1 upstream.

The three load switches are called SWA1, SWB1, and SWB2. The
node names describing properties for these are expected to be
the same, but due to a typo they are not. Fix this here.

Fixes: d2a2e729a666 ("regulator: tps65086: Add regulator driver for the TPS65086 PMIC")
Reported-by: Steven Kipisz <s-kipisz2@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Tested-by: Steven Kipisz <s-kipisz2@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/tps65086-regulator.c