ARM: dts: sun9i: optimus: Switch to phy core regulator bindings for usb phys
authorChen-Yu Tsai <wens@csie.org>
Sat, 14 Mar 2015 03:57:17 +0000 (11:57 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:30 +0000 (08:20 +0200)
Since the phy core already supports specifying a regulator to handle
during power up/down, it was decided to drop the regulator support
in the sun9i usb phy driver.

This patch switches the DT to the core bindings. This and the phy driver
would be in the same release and should not be a problem as far as DT
stability goes.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun9i-a80-optimus.dts

index e53f2656c2d0ff355d7fdac810bbcb2704a9f269..c6ca116c59d295ea941c44cb1331eca5f0bdbbde 100644 (file)
 };
 
 &usbphy1 {
-       vbus-supply = <&reg_usb1_vbus>;
+       phy-supply = <&reg_usb1_vbus>;
        status = "okay";
 };
 
 };
 
 &usbphy3 {
-       vbus-supply = <&reg_usb3_vbus>;
+       phy-supply = <&reg_usb3_vbus>;
        status = "okay";
 };
This page took 0.026981 seconds and 5 git commands to generate.