pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DT

The PFC pinctrl driver on sh73a0 is also regiatering a VccQ regulator for
SDHI0. However, its consumers list only included the platform-data based
SDHI device name. When booted with DT SDHI0 couldn't enable VccQ and
therefore was unusable. Fix this by adding a consumer with DT-based name.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by Guennadi Liakhovetski and committed by Linus Walleij 74b84351 c8078de8

Changed files
+1
drivers
pinctrl
sh-pfc
+1
drivers/pinctrl/sh-pfc/pfc-sh73a0.c
··· 3785 3785 3786 3786 static struct regulator_consumer_supply sh73a0_vccq_mc0_consumers[] = { 3787 3787 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"), 3788 + REGULATOR_SUPPLY("vqmmc", "ee100000.sdhi"), 3788 3789 }; 3789 3790 3790 3791 static const struct regulator_init_data sh73a0_vccq_mc0_init_data = {