From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756202AbcBCLeg (ORCPT ); Wed, 3 Feb 2016 06:34:36 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:49545 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbcBCLed (ORCPT ); Wed, 3 Feb 2016 06:34:33 -0500 From: Paul Burton To: , Ralf Baechle CC: Paul Burton , Joe Perches , "Kalle Valo" , Jiri Slaby , "Mauro Carvalho Chehab" , , Kumar Gala , "David S. Miller" , Ian Campbell , , Rob Herring , Andrew Morton , Pawel Moll , Greg Kroah-Hartman , "Mark Rutland" Subject: [PATCH v2 14/15] dt-bindings: mips: img,boston: Document img,boston binding Date: Wed, 3 Feb 2016 11:30:44 +0000 Message-ID: <1454499045-5020-15-git-send-email-paul.burton@imgtec.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454499045-5020-1-git-send-email-paul.burton@imgtec.com> References: <1454499045-5020-1-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.105] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add documentation for the simple img,boston devicetree binding & the boot protocol used to pass the devicetree to the kernel. Signed-off-by: Paul Burton --- Changes in v2: None Documentation/devicetree/bindings/mips/img/boston.txt | 15 +++++++++++++++ MAINTAINERS | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/img/boston.txt diff --git a/Documentation/devicetree/bindings/mips/img/boston.txt b/Documentation/devicetree/bindings/mips/img/boston.txt new file mode 100644 index 0000000..27b2806 --- /dev/null +++ b/Documentation/devicetree/bindings/mips/img/boston.txt @@ -0,0 +1,15 @@ +Imagination Technologies Boston Development Board +================================================= + +Required properties: +-------------------- + - compatible: Must be "img,boston". + +Boot protocol: +-------------- +In accordance with the MIPS UHI specification[1], the bootloader must pass the +following arguments to the kernel: + - $a0: -2. + - $a1: KSEG0 address of the flattened device-tree blob. + +[1] http://prplfoundation.org/wiki/MIPS_documentation diff --git a/MAINTAINERS b/MAINTAINERS index 301bc429..ed27a53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5517,6 +5517,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git S: Supported F: security/integrity/ima/ +IMGTEC BOSTON PLATFORM SUPPORT +M: Paul Burton +S: Maintained +F: Documentation/devicetree/bindings/mips/img/boston.txt + IMGTEC IR DECODER DRIVER M: James Hogan S: Maintained -- 2.7.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Subject: [PATCH v2 14/15] dt-bindings: mips: img,boston: Document img,boston binding Date: Wed, 3 Feb 2016 11:30:44 +0000 Message-ID: <1454499045-5020-15-git-send-email-paul.burton@imgtec.com> References: <1454499045-5020-1-git-send-email-paul.burton@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1454499045-5020-1-git-send-email-paul.burton@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-mips@linux-mips.org, Ralf Baechle Cc: Paul Burton , Joe Perches , Kalle Valo , Jiri Slaby , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Kumar Gala , "David S. Miller" , Ian Campbell , devicetree@vger.kernel.org, Rob Herring , Andrew Morton , Pawel Moll , Greg Kroah-Hartman , Mark Rutland List-Id: devicetree@vger.kernel.org Add documentation for the simple img,boston devicetree binding & the boot protocol used to pass the devicetree to the kernel. Signed-off-by: Paul Burton --- Changes in v2: None Documentation/devicetree/bindings/mips/img/boston.txt | 15 +++++++++++++++ MAINTAINERS | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/img/boston.txt diff --git a/Documentation/devicetree/bindings/mips/img/boston.txt b/Documentation/devicetree/bindings/mips/img/boston.txt new file mode 100644 index 0000000..27b2806 --- /dev/null +++ b/Documentation/devicetree/bindings/mips/img/boston.txt @@ -0,0 +1,15 @@ +Imagination Technologies Boston Development Board +================================================= + +Required properties: +-------------------- + - compatible: Must be "img,boston". + +Boot protocol: +-------------- +In accordance with the MIPS UHI specification[1], the bootloader must pass the +following arguments to the kernel: + - $a0: -2. + - $a1: KSEG0 address of the flattened device-tree blob. + +[1] http://prplfoundation.org/wiki/MIPS_documentation diff --git a/MAINTAINERS b/MAINTAINERS index 301bc429..ed27a53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5517,6 +5517,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git S: Supported F: security/integrity/ima/ +IMGTEC BOSTON PLATFORM SUPPORT +M: Paul Burton +S: Maintained +F: Documentation/devicetree/bindings/mips/img/boston.txt + IMGTEC IR DECODER DRIVER M: James Hogan S: Maintained -- 2.7.0