ARM: tegra: Add reset GPIO information to PHY DT node
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Thu, 24 Jan 2013 10:16:46 +0000 (15:46 +0530)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 18:41:45 +0000 (11:41 -0700)
As reset GPIO information is PHY specific detail, adding
it to PHY DT node.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt
arch/arm/boot/dts/tegra20-harmony.dts
arch/arm/boot/dts/tegra20-paz00.dts
arch/arm/boot/dts/tegra20-seaboard.dts
arch/arm/boot/dts/tegra20-trimslice.dts
arch/arm/boot/dts/tegra20-ventana.dts

index 84a4c12943af2ee4bd2b2f8972af06b3f46080a2..6bdaba2f0aa19a5e3c4b6a207a87123f44065382 100644 (file)
@@ -7,6 +7,9 @@ Required properties :
  - reg : Address and length of the register set for the USB PHY interface.
  - phy_type : Should be one of "ulpi" or "utmi".
 
+Required properties for phy_type == ulpi:
+  - nvidia,phy-reset-gpio : The GPIO used to reset the PHY.
+
 Optional properties:
   - nvidia,has-legacy-mode : boolean indicates whether this controller can
     operate in legacy mode (as APX 2500 / 2600). In legacy mode some
index 43eb72af894823d294cbf3ca951b9a3e498088c2..2b4169702c8d61068b88f6365adf2b6d1ac8c242 100644 (file)
                status = "okay";
        };
 
+       usb-phy@c5004400 {
+               nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */
+       };
+
        sdhci@c8000200 {
                status = "okay";
                cd-gpios = <&gpio 69 0>; /* gpio PI5 */
index a965fe9c7aa19245fcc68e87d947e0b1fd4d6fd0..11b30db63ff2b3795c8b9455f7b613320cf3165f 100644 (file)
                status = "okay";
        };
 
+       usb-phy@c5004400 {
+               nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
+       };
+
        sdhci@c8000000 {
                status = "okay";
                cd-gpios = <&gpio 173 0>; /* gpio PV5 */
index 420459825b46d680f076fde49a307209eaf8780d..607bf0c6bf9cc9fe7e4c70e45bd004bf72993b68 100644 (file)
                status = "okay";
        };
 
+       usb-phy@c5004400 {
+               nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */
+       };
+
        sdhci@c8000000 {
                status = "okay";
                power-gpios = <&gpio 86 0>; /* gpio PK6 */
index b70b4cb754c8bd1e60b6d7768e3de0eb83d6186a..e47cf6a58b6f4b870acdd1dd8b37178b1ef7ff59 100644 (file)
                status = "okay";
        };
 
+       usb-phy@c5004400 {
+               nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
+       };
+
        sdhci@c8000000 {
                status = "okay";
                bus-width = <4>;
index adc47547eaaee94115cb9991bcc5782c7cdffefe..f6c61d10fd2781f055a249b30443359e05614a62 100644 (file)
                status = "okay";
        };
 
+       usb-phy@c5004400 {
+               nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */
+       };
+
        sdhci@c8000000 {
                status = "okay";
                power-gpios = <&gpio 86 0>; /* gpio PK6 */