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 commit7eec126675
("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:7eec126675
("ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2") Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
Родитель
b4dc272b60
Коммит
4ae9a4c66c
|
@ -161,6 +161,7 @@
|
|||
};
|
||||
|
||||
&exynos_usbphy {
|
||||
vbus-supply = <&safeout_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
|
||||
&exynos_usbphy {
|
||||
status = "okay";
|
||||
vbus-supply = <&safeout_reg>;
|
||||
};
|
||||
|
||||
&hsotg {
|
||||
|
|
|
@ -252,6 +252,7 @@
|
|||
|
||||
&exynos_usbphy {
|
||||
status = "okay";
|
||||
vbus-supply = <&safe1_sreg>;
|
||||
};
|
||||
|
||||
&fimd {
|
||||
|
@ -449,7 +450,6 @@
|
|||
|
||||
safe1_sreg: ESAFEOUT1 {
|
||||
regulator-name = "SAFEOUT1";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
safe2_sreg: ESAFEOUT2 {
|
||||
|
|
|
@ -249,6 +249,7 @@
|
|||
|
||||
&exynos_usbphy {
|
||||
status = "okay";
|
||||
vbus-supply = <&safeout1_reg>;
|
||||
};
|
||||
|
||||
&fimd {
|
||||
|
@ -488,7 +489,6 @@
|
|||
|
||||
safeout1_reg: ESAFEOUT1 {
|
||||
regulator-name = "SAFEOUT1";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
safeout2_reg: ESAFEOUT2 {
|
||||
|
|
|
@ -391,6 +391,7 @@
|
|||
};
|
||||
|
||||
&exynos_usbphy {
|
||||
vbus-supply = <&esafeout1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче