From patchwork Tue Sep 9 16:51:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 387399 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 92BCF1400E6 for ; Wed, 10 Sep 2014 02:52:06 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757407AbaIIQv1 (ORCPT ); Tue, 9 Sep 2014 12:51:27 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:33627 "EHLO mail-we0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757440AbaIIQvZ (ORCPT ); Tue, 9 Sep 2014 12:51:25 -0400 Received: by mail-we0-f172.google.com with SMTP id k48so1797160wev.31 for ; Tue, 09 Sep 2014 09:51:24 -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=LK9UFp77HPp5isLh5G7dQEzuji4DBUyAcTf532xvb7E=; b=gNoNfczAMK5tj1swSpmykodQQfoYXBSWnmwj4RvoiSvfN5e4mCboa/tI1bRJ8SWOkz Y8UQ5J1Y2o2eZhDuo6OzX/79MYb1ASbMhkV8tHNIz+tQetiP7KL3nQMWMOg2qLOMJyJk xSW3IQMPKUfqY55w/mjKELFgedS43dr/Wl+jnD0XemIRmvFQniISHDe+DdqArUBVGa1Q dLCtJkoMczwbquSMpiXmWHHfoZN8NfKXL0QL2c15Is/Ty4dJw2frX/nY/6hHKT6Z0Kvl 009vgxOfh2/qCG3gNnloPwmFkSym6eilcbSAe2g4SAnvYzvt4TSvr7O7o+aGcaKVNHZU 3LFQ== X-Received: by 10.180.99.195 with SMTP id es3mr2258785wib.67.1410281484574; Tue, 09 Sep 2014 09:51:24 -0700 (PDT) Received: from localhost.localdomain (82.Red-88-0-96.dynamicIP.rima-tde.net. [88.0.96.82]) by mx.google.com with ESMTPSA id hm5sm15546187wjb.2.2014.09.09.09.51.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Sep 2014 09:51:23 -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 v3 6/7] arm: dts: mediatek: Add compatible property for aquaris5 Date: Tue, 9 Sep 2014 18:51:03 +0200 Message-Id: <1410281464-9587-7-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410281464-9587-1-git-send-email-matthias.bgg@gmail.com> References: <1410281464-9587-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";