Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965045AbbHDNzq (ORCPT ); Tue, 4 Aug 2015 09:55:46 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:42803 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S964996AbbHDNy6 (ORCPT ); Tue, 4 Aug 2015 09:54:58 -0400 X-Listener-Flag: 11101 From: Scott Shu To: Matthias Brugger , Sascha Hauer , Mark Rutland CC: , , , , , , , , , Scott Shu Subject: [PATCH v3 7/8] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file Date: Tue, 4 Aug 2015 21:54:23 +0800 Message-ID: <1438696464-59858-8-git-send-email-scott.shu@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1438696464-59858-1-git-send-email-scott.shu@mediatek.com> References: <1438696464-59858-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: 914 Lines: 32 This adds the SCPSYS device node to the MT6580 dtsi file. Signed-off-by: Scott Shu --- arch/arm/boot/dts/mt6580.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/mt6580.dtsi b/arch/arm/boot/dts/mt6580.dtsi index 06fdf6c..40957d3 100644 --- a/arch/arm/boot/dts/mt6580.dtsi +++ b/arch/arm/boot/dts/mt6580.dtsi @@ -67,6 +67,12 @@ #clock-cells = <0>; }; + scpsys: scpsys@10006000 { + #power-domain-cells = <1>; + compatible = "mediatek,mt6580-scpsys"; + reg = <0x10006000 0x1000>; + }; + timer: timer@10008000 { compatible = "mediatek,mt6580-timer", "mediatek,mt6577-timer"; -- 1.7.9.5 -- 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/