dm: power: Avoid case-insensitve match for child names
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:56 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:25 +0000 (17:39 -0600)
commit23ec2b570d948519109c284eddd14146c84d1f62
tree227924504dc29c3ca63c04683730358b0cc72053
parent6dc714102b63a67cdc32365c6f04678758b50ecb
dm: power: Avoid case-insensitve match for child names

This is not user input (i.e. from the command line). It should be possible
to get the case correct and avoid the case-insensitive match. This will
help avoid sloppy device tree setups.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
drivers/power/pmic/pmic-uclass.c