From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH V8 3/9] phy: SPEAr1310/40-miphy: Add binding information Date: Tue, 15 Apr 2014 19:32:33 +0530 Message-ID: <534D3BF9.6090001@ti.com> References: <323b13ad6a87e6650c00f6e566818fa2ede7be95.1397555158.git.mohit.kumar@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <323b13ad6a87e6650c00f6e566818fa2ede7be95.1397555158.git.mohit.kumar-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mohit Kumar , arnd-r2nGTMty4D4@public.gmane.org Cc: Pratyush Anand , Viresh Kumar , spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday 15 April 2014 05:13 PM, Mohit Kumar wrote: > From: Pratyush Anand > > SPEAr1310/40 uses miphy for PCIe, SATA. This patch adds documentation > for the binding on the top of generic phy bindings. > > Signed-off-by: Pratyush Anand > Acked-by: Arnd Bergmann > Cc: Mohit Kumar > Cc: Viresh Kumar > Cc: Kishon Vijay Abraham I > Cc: spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Acked-by: Kishon Vijay Abraham I > --- > .../devicetree/bindings/phy/st-spear1310-miphy.txt | 12 ++++++++++++ > .../devicetree/bindings/phy/st-spear1340-miphy.txt | 11 +++++++++++ > 2 files changed, 23 insertions(+), 0 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/st-spear1310-miphy.txt > create mode 100644 Documentation/devicetree/bindings/phy/st-spear1340-miphy.txt > > diff --git a/Documentation/devicetree/bindings/phy/st-spear1310-miphy.txt b/Documentation/devicetree/bindings/phy/st-spear1310-miphy.txt > new file mode 100644 > index 0000000..b9b281a > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/st-spear1310-miphy.txt > @@ -0,0 +1,12 @@ > +ST SPEAr1310-miphy DT detail > +=================================== > + > +SPEAr1310-miphy is a phy controller supporting PCIe and SATA. > + > +Required properties: > +- compatible : should be "st,spear1310-miphy" > +- reg : offset and length of the PHY register set. > +- misc: phandle for the syscon node to access misc registers > +- phy-id: Instance id of the phy. > +- #phy-cells : from the generic PHY bindings, must be 1. > + - cell[1]: 0 if phy used for SATA, 1 for PCIe. > diff --git a/Documentation/devicetree/bindings/phy/st-spear1340-miphy.txt b/Documentation/devicetree/bindings/phy/st-spear1340-miphy.txt > new file mode 100644 > index 0000000..7eb5335 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/st-spear1340-miphy.txt > @@ -0,0 +1,11 @@ > +ST SPEAr1340-miphy DT detail > +=================================== > + > +SPEAr1340-miphy is a phy controller supporting PCIe and SATA. > + > +Required properties: > +- compatible : should be "st,spear1340-miphy" > +- reg : offset and length of the PHY register set. > +- misc: phandle for the syscon node to access misc registers > +- #phy-cells : from the generic PHY bindings, must be 1. > + - cell[1]: 0 if phy used for SATA, 1 for PCIe. > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html