From patchwork Wed May 14 17:12:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 348890 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 4FCF2140079 for ; Thu, 15 May 2014 03:14:54 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756510AbaENRNe (ORCPT ); Wed, 14 May 2014 13:13:34 -0400 Received: from mail-we0-f180.google.com ([74.125.82.180]:54867 "EHLO mail-we0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756500AbaENRNc (ORCPT ); Wed, 14 May 2014 13:13:32 -0400 Received: by mail-we0-f180.google.com with SMTP id t61so2213737wes.25 for ; Wed, 14 May 2014 10:13:31 -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=v1RQhZToa8bjjk4uD8Hi24Z144epwOH/UopGFCJG/KQ=; b=PfSvprbZsyEXKIKfJ75DyDKq/6bnJLiYQeVoPmrVXs797d4vxcJe0AAwGcnvOS6H4n FEMkaZhbzpgrcn+eTk7Pgjzlu5nkjGKF1f7sN2Ms97D2Ku9sbyFaphhnrOL+xTjXmyEY L+2W8Vixgvrh5Pn5DKhk7mBkPOrqKeDeL/SKSX3V68XTvw617eSI+yuKOlPOFF1I+z7B HMtUvAIGgtvDb1ULhl4uoX+GGYpOL0DchStGu3cb6AB7pcQKV8dHgHgvi0PnUC43UsHB 2vEZCmnnLCOw0bdZGHDPxUCmF7KmDcFk+sZWrwP1XJcACep2++uHuxYZsUC8G5Nzj/Lb q+2A== X-Received: by 10.180.84.226 with SMTP id c2mr4526968wiz.50.1400087611046; Wed, 14 May 2014 10:13:31 -0700 (PDT) Received: from localhost.localdomain (23.Red-213-98-62.staticIP.rima-tde.net. [213.98.62.23]) by mx.google.com with ESMTPSA id z14sm1317653wiu.6.2014.05.14.10.13.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 May 2014 10:13:30 -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 v4 5/6] dt-bindings: add documentation for Mediatek SoC Date: Wed, 14 May 2014 19:12:58 +0200 Message-Id: <1400087579-4250-6-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1400087579-4250-1-git-send-email-matthias.bgg@gmail.com> References: <1400087579-4250-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 --- Documentation/devicetree/bindings/arm/mediatek-mt65xx.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/mediatek-mt65xx.txt diff --git a/Documentation/devicetree/bindings/arm/mediatek-mt65xx.txt b/Documentation/devicetree/bindings/arm/mediatek-mt65xx.txt new file mode 100644 index 0000000..d6ac71f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mediatek-mt65xx.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" +