From: Kishon Vijay Abraham I <kishon@ti.com>
To: <gregkh@linuxfoundation.org>
Cc: <kishon@ti.com>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 4/7] dt-bindings: add document for rockchip dp phy
Date: Wed, 2 Mar 2016 11:38:50 +0530 [thread overview]
Message-ID: <1456898933-16679-5-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1456898933-16679-1-git-send-email-kishon@ti.com>
From: Yakir Yang <ykk@rock-chips.com>
Add dt binding documentation for rockchip display port PHY.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
.../devicetree/bindings/phy/rockchip-dp-phy.txt | 22 ++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt
diff --git a/Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt
new file mode 100644
index 0000000..50c4f9b
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt
@@ -0,0 +1,22 @@
+Rockchip specific extensions to the Analogix Display Port PHY
+------------------------------------
+
+Required properties:
+- compatible : should be one of the following supported values:
+ - "rockchip.rk3288-dp-phy"
+- clocks: from common clock binding: handle to dp clock.
+ of memory mapped region.
+- clock-names: from common clock binding:
+ Required elements: "24m"
+- rockchip,grf: phandle to the syscon managing the "general register files"
+- #phy-cells : from the generic PHY bindings, must be 0;
+
+Example:
+
+edp_phy: edp-phy {
+ compatible = "rockchip,rk3288-dp-phy";
+ rockchip,grf = <&grf>;
+ clocks = <&cru SCLK_EDP_24M>;
+ clock-names = "24m";
+ #phy-cells = <0>;
+};
--
1.7.9.5
next prev parent reply other threads:[~2016-03-02 6:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 6:08 [GIT PULL] phy: for 4.6 merge window Kishon Vijay Abraham I
2016-03-02 6:08 ` [PATCH 1/7] Documentation: bindings: add dt documentation for Rockchip eMMC PHY Kishon Vijay Abraham I
2016-03-02 6:08 ` [PATCH 2/7] phy: add a driver for the Rockchip SoC internal " Kishon Vijay Abraham I
2016-03-02 6:08 ` [PATCH 3/7] phy: Add driver for rockchip Display Port PHY Kishon Vijay Abraham I
2016-03-02 6:08 ` Kishon Vijay Abraham I [this message]
2016-03-02 6:08 ` [PATCH 5/7] phy: rockchip-usb: add handler for usb-uart functionality Kishon Vijay Abraham I
2016-03-02 6:08 ` [PATCH 6/7] phy: rcar-gen3-usb2: remove HSUSB registers handling Kishon Vijay Abraham I
2016-03-02 6:08 ` [PATCH 7/7] phy: Fix armada375 compile test build on UM Kishon Vijay Abraham I
2016-03-05 20:23 ` [GIT PULL] phy: for 4.6 merge window Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456898933-16679-5-git-send-email-kishon@ti.com \
--to=kishon@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox