From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbcFJEB2 (ORCPT ); Fri, 10 Jun 2016 00:01:28 -0400 Received: from mail-vk0-f42.google.com ([209.85.213.42]:32895 "EHLO mail-vk0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbcFJEBZ (ORCPT ); Fri, 10 Jun 2016 00:01:25 -0400 MIME-Version: 1.0 In-Reply-To: <1465370708-23619-1-git-send-email-shawn.lin@rock-chips.com> References: <1465370708-23619-1-git-send-email-shawn.lin@rock-chips.com> From: Doug Anderson Date: Thu, 9 Jun 2016 21:01:24 -0700 X-Google-Sender-Auth: LFebB7KwwxoRzHjKCjUxeLiAkpY Message-ID: Subject: Re: [PATCH 1/2] Documentation: bindings: add dt documentation for Rockchip PCIe PHY To: Shawn Lin Cc: Kishon Vijay Abraham I , "linux-kernel@vger.kernel.org" , "open list:ARM/Rockchip SoC..." , Heiko Stuebner , Wenrui Li , Rob Herring , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Shawn, On Wed, Jun 8, 2016 at 12:25 AM, Shawn Lin wrote: > This patch adds a binding that describes the Rockchip PCIe PHY > found on Rockchip SoCs PCIe interface. > > Signed-off-by: Shawn Lin > --- > > .../devicetree/bindings/phy/rockchip-pcie-phy.txt | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt > > diff --git a/Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt > new file mode 100644 > index 0000000..ba8c406 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt > @@ -0,0 +1,22 @@ > +Rockchip PCIE PHY > +----------------------- > + > +Required properties: > + - compatible: rockchip,rk3399-pcie-phy > + - #phy-cells: must be 0 Code also requires reset and clock. clocks = <&cru SCLK_PCIEPHY_REF>; clock-names = "refclk"; resets = <&cru SRST_PCIEPHY>; reset-names = "phy";