From patchwork Mon Aug 18 14:58:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 381030 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 5A91B1400A8 for ; Tue, 19 Aug 2014 01:01:44 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946AbaHRO7L (ORCPT ); Mon, 18 Aug 2014 10:59:11 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:61975 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbaHRO7K (ORCPT ); Mon, 18 Aug 2014 10:59:10 -0400 Received: by mail-wi0-f174.google.com with SMTP id d1so3869135wiv.13 for ; Mon, 18 Aug 2014 07:59:08 -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=8ODc87O96d55wwZyAyPVFDHvDmcZSYGcLxuxbCEa84w=; b=DYG+wcx9Mdv9RuzX9Ml9mcB4swHTzv/ETxrdhPkAwPaFfoeCQu3DIZi2HWoATnCtnz 0GXrxpDY8szw12XB5FfXHvwa0yYtO2S4WTJzxVXUK/DVHRyXbQW0dKUD8xjZsAFlCFmd myQjOt+VAdQoMVw734doWSr5XbPwNqiwrLqMZz31eKsiL8yQ0WJrPHrpz6f0EalTNmzM SGXSqUkpCUjU7H3PHE214YkeHteQVREES8ivtuMMeaeJDUMU+uqhkdeyzvCkeZnBCqz9 1fvolC05r8kGgLwZ/OPCMpjBRPhBH2g9dJL17FlMMZPO1QAZrLRAzxoaeXNXtf0gd8A1 qFNQ== X-Received: by 10.180.19.1 with SMTP id a1mr57544095wie.16.1408373948713; Mon, 18 Aug 2014 07:59:08 -0700 (PDT) Received: from localhost.localdomain (72.Red-81-33-165.dynamicIP.rima-tde.net. [81.33.165.72]) by mx.google.com with ESMTPSA id u10sm38675326wix.14.2014.08.18.07.59.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Aug 2014 07:59:07 -0700 (PDT) From: Matthias Brugger To: linux-kernel@vger.kernel.org Cc: linux@arm.linux.org.uk, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, olof@lixom.net, arnd@arndb.de, jason@lakedaemon.net, thomas.petazzoni@free-electrons.com, swarren@nvidia.com, sebastian.hesselbarth@gmail.com, stefan@agner.ch, maxime.ripard@free-electrons.com, matthias.bgg@gmail.com, anders.berg@lsi.com, linus.walleij@linaro.org, lee.jones@linaro.org, heiko@sntech.de, srv_yingjoe.chen@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 8/9] arm: dts: mediatek: Add compatible property for aquaris5 Date: Mon, 18 Aug 2014 16:58:36 +0200 Message-Id: <1408373917-10002-9-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1408373917-10002-1-git-send-email-matthias.bgg@gmail.com> References: <1408373917-10002-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 Add the missing 'compatible' property to device tree root node of - mt6589-aquaris5.dts and document the new values. Signed-off-by: Matthias Brugger --- Documentation/devicetree/bindings/arm/mediatek.txt | 6 ++++++ arch/arm/boot/dts/mt6589-aquaris5.dts | 1 + 2 files changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index d6ac71f..fa25226 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt @@ -6,3 +6,9 @@ Required root node property: compatible: must contain "mediatek,mt6589" + +Supported boards: + +- bq Aquaris5 smart phone: + Required root node properties: + - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; diff --git a/arch/arm/boot/dts/mt6589-aquaris5.dts b/arch/arm/boot/dts/mt6589-aquaris5.dts index 74cb1ba..0da0470 100644 --- a/arch/arm/boot/dts/mt6589-aquaris5.dts +++ b/arch/arm/boot/dts/mt6589-aquaris5.dts @@ -18,6 +18,7 @@ / { model = "bq Aquaris5"; + compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; chosen { bootargs = "earlyprintk";