[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1444177807-15524-2-git-send-email-k.kozlowski@samsung.com>
Date: Wed, 07 Oct 2015 09:30:05 +0900
From: Krzysztof Kozlowski <k.kozlowski@...sung.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Peter Chen <peter.chen@...escale.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Ben Gamari <ben@...rt-cactus.org>,
Wolfram Sang <wsa@...-dreams.de>,
Krzysztof Kozlowski <k.kozlowski@...sung.com>,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Kukjin Kim <kgene@...nel.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org
Cc: Kevin Hilman <khilman@...nel.org>, Arnd Bergmann <arnd@...db.de>,
riku.voipio@...aro.org
Subject: [RFT 1/3] dt-bindings: usb: usb5303: Document new 'phys' property
Document new 'phys' and 'phys-names' properties.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@...sung.com>
Cc: Kevin Hilman <khilman@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: riku.voipio@...aro.org
Cc: Marek Szyprowski <m.szyprowski@...sung.com>
---
Documentation/devicetree/bindings/usb/usb3503.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/usb3503.txt b/Documentation/devicetree/bindings/usb/usb3503.txt
index 52493b1480e2..773c8d722c13 100644
--- a/Documentation/devicetree/bindings/usb/usb3503.txt
+++ b/Documentation/devicetree/bindings/usb/usb3503.txt
@@ -15,6 +15,8 @@ Optional properties:
- reset-gpios: Should specify GPIO for reset.
- initial-mode: Should specify initial mode.
(1 for HUB mode, 2 for STANDBY mode)
+- phys: One PHY specifier (refer to generic PHY bindings).
+- phy-names: If 'phys' is present, then it must be 'usb2-phy'.
- refclk: Clock used for driving REFCLK signal (optional, if not provided
the driver assumes that clock signal is always available, its
rate is specified by REF_SEL pins and a value from the primary
@@ -33,4 +35,6 @@ Examples:
intn-gpios = <&gpx3 4 1>;
reset-gpios = <&gpx3 5 1>;
initial-mode = <1>;
+ phys = <&usb2_phy_gen 3>;
+ phy-names = "usb2-phy";
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists