Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751306AbbDWEKE (ORCPT ); Thu, 23 Apr 2015 00:10:04 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:35438 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbbDWEKB (ORCPT ); Thu, 23 Apr 2015 00:10:01 -0400 MIME-Version: 1.0 In-Reply-To: <1429541747-20479-1-git-send-email-dinguyen@opensource.altera.com> References: <1429541747-20479-1-git-send-email-dinguyen@opensource.altera.com> From: Rob Herring Date: Wed, 22 Apr 2015 23:09:39 -0500 Message-ID: Subject: Re: [PATCH RESEND] Documentation: DT bindings: add doc for Altera's SoCFPGA platform To: Dinh Nguyen Cc: Rob Herring , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll , Dinh Nguyen , "devicetree@vger.kernel.org" , "linux-kernel@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 Content-Length: 1484 Lines: 45 On Mon, Apr 20, 2015 at 9:55 AM, wrote: > From: Dinh Nguyen > > Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and > "altr,socfpga-arria10". > > Signed-off-by: Dinh Nguyen Applied for 4.1. Thanks. Rob > --- > Documentation/devicetree/bindings/arm/altera.txt | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/altera.txt > > diff --git a/Documentation/devicetree/bindings/arm/altera.txt b/Documentation/devicetree/bindings/arm/altera.txt > new file mode 100644 > index 0000000..558735a > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/altera.txt > @@ -0,0 +1,14 @@ > +Altera's SoCFPGA platform device tree bindings > +--------------------------------------------- > + > +Boards with Cyclone 5 SoC: > +Required root node properties: > +compatible = "altr,socfpga-cyclone5", "altr,socfpga"; > + > +Boards with Arria 5 SoC: > +Required root node properties: > +compatible = "altr,socfpga-arria5", "altr,socfpga"; > + > +Boards with Arria 10 SoC: > +Required root node properties: > +compatible = "altr,socfpga-arria10", "altr,socfpga"; > -- > 2.2.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/