Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbbGJGFM (ORCPT ); Fri, 10 Jul 2015 02:05:12 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:33756 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753283AbbGJGEk (ORCPT ); Fri, 10 Jul 2015 02:04:40 -0400 X-Listener-Flag: 11101 From: Scott Shu To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Matthias Brugger , Russell King , Arnd Bergmann , Catalin Marinas , Heiko Stuebner , Yingjoe Chen , Marc Carino , Lorenzo Pieralisi , Radha Mohan Chintakuntla , , , , CC: , , , , Scott Shu Subject: [PATCH v2 5/6] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file Date: Fri, 10 Jul 2015 14:04:08 +0800 Message-ID: <1436508249-49338-6-git-send-email-scott.shu@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1436508249-49338-1-git-send-email-scott.shu@mediatek.com> References: <1436508249-49338-1-git-send-email-scott.shu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 31 This adds the SCPSYS device node to the MT6580 dtsi file. Signed-off-by: Scott Shu --- arch/arm/boot/dts/mt6580.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/mt6580.dtsi b/arch/arm/boot/dts/mt6580.dtsi index 09852cd..4a9df6a 100644 --- a/arch/arm/boot/dts/mt6580.dtsi +++ b/arch/arm/boot/dts/mt6580.dtsi @@ -74,6 +74,11 @@ }; }; + scpsys: scpsys@10006000 { + compatible = "mediatek,mt6580-scpsys"; + reg = <0x10006000 0x1000>; + }; + timer: timer@10008000 { compatible = "mediatek,mt6580-timer", "mediatek,mt6577-timer"; -- 1.8.1.1.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/