Skip to content

Commit

Permalink
ARM: dts: Add regulator voltage settings for vcc_phy in rk3288-evb.dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Romain Perier authored and David S. Miller committed Jan 25, 2015
1 parent 4cc8bfb commit 68c3a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/rk3288-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
pinctrl-names = "default";
pinctrl-0 = <&eth_phy_pwr>;
regulator-name = "vcc_phy";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;
};
Expand Down

0 comments on commit 68c3a88

Please sign in to comment.