diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2015-08-21 15:38:38 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-10-23 22:31:23 +0300 |
commit | 4ae9a4c66cdcb8b5d4e4d904846f1b450dbcabb4 (patch) | |
tree | 052f6060336ce3b9daedffa117c8924debdc0a22 /arch/arm/boot/dts/exynos3250-rinato.dts | |
parent | b4dc272b60fd7b43ff5b9ef89714d38c65db2cdb (diff) | |
download | linux-4ae9a4c66cdcb8b5d4e4d904846f1b450dbcabb4.tar.xz |
ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and exynos4412 boards
Exynos USB2 PHY driver now supports VBUS regulator, so add it to all
boards which have it available. This also fixes commit
7eec1266751b ("ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2"),
which added new regulators to Trats2 board, but without linking them to
the consumers.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Fixes: 7eec1266751b ("ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2")
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-rinato.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 830e216f7e10..3e64d5dcdd60 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -153,6 +153,7 @@ &exynos_usbphy { status = "okay"; + vbus-supply = <&safeout_reg>; }; &hsotg { |