On 30/03/14 20:28, Sergei Shtylyov wrote:
Hello.

On 03/06/2014 09:01 PM, Ben Dooks wrote:

Enable the usbphy node so that the phy driver is available.

Signed-off-by: Ben Dooks <[email protected]>
Reviewed-by: Ian Molton <[email protected]>
---
Cc: [email protected]
Cc: [email protected]
Cc: Magnus Damm <[email protected]>
Cc: Simon Horman <[email protected]>
---
  arch/arm/boot/dts/r8a7790-lager.dts | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
b/arch/arm/boot/dts/r8a7790-lager.dts
index fd6851f..63d58d6 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -246,3 +246,7 @@
      pinctrl-0 = <&usb2_pins>;
      pinctrl-names = "default";
  };
+
+&usbphy {
+    status = "okay";
+};

    I don't see why we need this patch. Why not make USB PHY always
enabled?

I have a current setup where we do not want the kernel to try
and probe the phy device.

--
Ben Dooks                               http://www.codethink.co.uk/
Senior Engineer                         Codethink - Providing Genius
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to