[PATCH v4 1/2] dt-bindings: add bindings doc for hi3798cv200 combphy
From: shawnguo@kernel.org (Shawn Guo)
Date: 2017-10-30 14:51:52
Also in:
linux-devicetree
From: shawnguo@kernel.org (Shawn Guo)
Date: 2017-10-30 14:51:52
Also in:
linux-devicetree
On Fri, Oct 27, 2017 at 09:38:30AM -0500, Rob Herring wrote:
On Fri, Oct 27, 2017 at 11:07:30AM +0800, Shawn Guo wrote:quoted
From: Jianguo Sun <redacted> It adds the device tree bindings for PCIE/SATA/USB3 combo PHY found on HiSilicon STB SoCs. Signed-off-by: Jianguo Sun <redacted> Signed-off-by: Shawn Guo <redacted> --- .../bindings/phy/phy-hi3798cv200-combphy.txt | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txtdiff --git a/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt b/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt new file mode 100644 index 000000000000..efb6cd5eae04 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt@@ -0,0 +1,57 @@ +HiSilicon STB PCIE/SATA/USB3 PHYPlease add a reference to the parent node binding. With that, Acked-by: Rob Herring <robh@kernel.org>
Just noticed that we do not have a bindings doc for the parent peripheral controller yet. I will add a new patch for that in v5. Shawn