Commit 4ae9a4c6 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Kukjin Kim

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
7eec1266 ("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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fixes: 7eec1266 ("ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2")
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent b4dc272b
......@@ -161,6 +161,7 @@ &cpu0 {
};
&exynos_usbphy {
vbus-supply = <&safeout_reg>;
status = "okay";
};
......
......@@ -153,6 +153,7 @@ &cpu0 {
&exynos_usbphy {
status = "okay";
vbus-supply = <&safeout_reg>;
};
&hsotg {
......
......@@ -252,6 +252,7 @@ dsi_in: endpoint {
&exynos_usbphy {
status = "okay";
vbus-supply = <&safe1_sreg>;
};
&fimd {
......@@ -449,7 +450,6 @@ vccsub_breg: BUCK7 {
safe1_sreg: ESAFEOUT1 {
regulator-name = "SAFEOUT1";
regulator-always-on;
};
safe2_sreg: ESAFEOUT2 {
......
......@@ -249,6 +249,7 @@ port@0 {
&exynos_usbphy {
status = "okay";
vbus-supply = <&safeout1_reg>;
};
&fimd {
......@@ -488,7 +489,6 @@ vichg_reg: ENVICHG {
safeout1_reg: ESAFEOUT1 {
regulator-name = "SAFEOUT1";
regulator-always-on;
};
safeout2_reg: ESAFEOUT2 {
......
......@@ -391,6 +391,7 @@ dsi_in: endpoint {
};
&exynos_usbphy {
vbus-supply = <&esafeout1_reg>;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment