From patchwork Thu Jun 5 17:26:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 356552 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DA7A014008D for ; Fri, 6 Jun 2014 03:27:25 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752812AbaFER0u (ORCPT ); Thu, 5 Jun 2014 13:26:50 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:35742 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728AbaFER0s (ORCPT ); Thu, 5 Jun 2014 13:26:48 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so10858138wib.17 for ; Thu, 05 Jun 2014 10:26:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=I6Z3BsL6Sd9jcAfysf2bYYDziwi6jkstXYIYBm9sI9Y=; b=rV3IJ3Jr5AhBYLRLYhC1Brd/Ba/VzYA6VuENgY2NmDZpoun+61Loor0JAXtloGpZHT FGPpQM3qQo+a3fNjKF0Q1+Gq7hsdm3Y0FDAJ85uJreY/i3KtIdxmbUpNoGA3zdRvYXog As9AHng1qQ5IIs7Ftc1Tt2zcSRmwTNfZ8VMs8Dfde+MJ+S4E9zqxFEDD1GbESmi7JFFy sgjAmWELLutKKm2CZ2umyviXAgNiaXAvyPm2QhRH5NbvcMnH5vJXSFdq5cGB4pk8WCwG gGTbQduVVqTJjbc/LveJt87xeeyU5AwjzpdGs1Ts7KFwLsgRwj0RWLLUkUORW5fCtk34 1jdg== X-Received: by 10.194.11.74 with SMTP id o10mr17794560wjb.82.1401989207183; Thu, 05 Jun 2014 10:26:47 -0700 (PDT) Received: from startic-SATELLITE-L850-1RZ.lan (23.Red-213-98-62.staticIP.rima-tde.net. [213.98.62.23]) by mx.google.com with ESMTPSA id c2sm8855345wja.18.2014.06.05.10.26.45 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 10:26:46 -0700 (PDT) From: Matthias Brugger To: linux-kernel@vger.kernel.org Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rdunlap@infradead.org, linux@arm.linux.org.uk, daniel.lezcano@linaro.org, tglx@linutronix.de, matthias.bgg@gmail.com, thierry.reding@gmail.com, florian.vaussard@epfl.ch, jic23@kernel.org, jason@lakedaemon.net, andrew@lunn.ch, silvio.fricke@gmail.com, heiko.stuebner@bq.com, olof@lixom.net, sebastian.hesselbarth@gmail.com, sboyd@codeaurora.org, gregory.clement@free-electrons.com, arnd@arndb.de, robherring2@gmail.com, marc.zyngier@arm.com, maxime.ripard@free-electrons.com, soren.brinkmann@xilinx.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v7 6/7] dt-bindings: add documentation for Mediatek SoC Date: Thu, 5 Jun 2014 19:26:20 +0200 Message-Id: <1401989181-4712-7-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1401989181-4712-1-git-send-email-matthias.bgg@gmail.com> References: <1401989181-4712-1-git-send-email-matthias.bgg@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds a DT binding documentation for the MT6589 SoC from Mediatek. Signed-off-by: Matthias Brugger Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/mediatek.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/mediatek.txt diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt new file mode 100644 index 0000000..d6ac71f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mediatek.txt @@ -0,0 +1,8 @@ +Mediatek MT6589 Platforms Device Tree Bindings + +Boards with a SoC of the Mediatek MT6589 shall have the following property: + +Required root node property: + +compatible: must contain "mediatek,mt6589" +