]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: EXYNOS: Add missing USB regulators for origen
authorTomasz Figa <t.figa@samsung.com>
Fri, 9 Nov 2012 06:10:29 +0000 (15:10 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 9 Nov 2012 06:10:29 +0000 (15:10 +0900)
This patch adds missing USB OTG regulators needed for s3c-hsotg driver
to work on Origen board.

Confirmed with schematics of and tested on Origen board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-origen.c

index 9adf491674ea18f350039da0dfbd20e6c825d690..23be71a9dfd3d87c1cfed207f4c8caa2f5a4aa25 100644 (file)
@@ -100,6 +100,7 @@ static struct regulator_consumer_supply __initdata ldo3_consumer[] = {
        REGULATOR_SUPPLY("vddcore", "s5p-mipi-csis.0"), /* MIPI */
        REGULATOR_SUPPLY("vdd", "exynos4-hdmi"), /* HDMI */
        REGULATOR_SUPPLY("vdd_pll", "exynos4-hdmi"), /* HDMI */
+       REGULATOR_SUPPLY("vusb_a", "s3c-hsotg"), /* OTG */
 };
 static struct regulator_consumer_supply __initdata ldo6_consumer[] = {
        REGULATOR_SUPPLY("vddio", "s5p-mipi-csis.0"), /* MIPI */
@@ -110,6 +111,7 @@ static struct regulator_consumer_supply __initdata ldo7_consumer[] = {
 static struct regulator_consumer_supply __initdata ldo8_consumer[] = {
        REGULATOR_SUPPLY("vdd", "s5p-adc"), /* ADC */
        REGULATOR_SUPPLY("vdd_osc", "exynos4-hdmi"), /* HDMI */
+       REGULATOR_SUPPLY("vusb_d", "s3c-hsotg"), /* OTG */
 };
 static struct regulator_consumer_supply __initdata ldo9_consumer[] = {
        REGULATOR_SUPPLY("dvdd", "swb-a31"), /* AR6003 WLAN & CSR 8810 BT */