From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752189AbbFRDgZ (ORCPT ); Wed, 17 Jun 2015 23:36:25 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:57040 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751913AbbFRDfi (ORCPT ); Wed, 17 Jun 2015 23:35:38 -0400 X-Listener-Flag: 11101 From: Scott Shu To: CC: , , , , , , , Scott Shu Subject: [PATCH 5/6] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file Date: Thu, 18 Jun 2015 11:35:23 +0800 Message-ID: <1434598524-43846-6-git-send-email-scott.shu@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1434598524-43846-1-git-send-email-scott.shu@mediatek.com> References: <1434598524-43846-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 This adds the SCPSYS device node to the MT6580 dtsi file. --- 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 ae3cdb6..a974830 100644 --- a/arch/arm/boot/dts/mt6580.dtsi +++ b/arch/arm/boot/dts/mt6580.dtsi @@ -78,6 +78,11 @@ compatible = "simple-bus"; ranges; + scpsys: scpsys@10006000 { + compatible = "mediatek,mt6580-scpsys"; + reg = <0x10006000 0x1000>; + }; + timer: timer@10008000 { compatible = "mediatek,mt6580-timer", "mediatek,mt6577-timer"; reg = <0x10008000 0x80>; -- 1.8.1.1.dirty From mboxrd@z Thu Jan 1 00:00:00 1970 From: scott.shu@mediatek.com (Scott Shu) Date: Thu, 18 Jun 2015 11:35:23 +0800 Subject: [PATCH 5/6] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file In-Reply-To: <1434598524-43846-1-git-send-email-scott.shu@mediatek.com> References: <1434598524-43846-1-git-send-email-scott.shu@mediatek.com> Message-ID: <1434598524-43846-6-git-send-email-scott.shu@mediatek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This adds the SCPSYS device node to the MT6580 dtsi file. --- 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 ae3cdb6..a974830 100644 --- a/arch/arm/boot/dts/mt6580.dtsi +++ b/arch/arm/boot/dts/mt6580.dtsi @@ -78,6 +78,11 @@ compatible = "simple-bus"; ranges; + scpsys: scpsys at 10006000 { + compatible = "mediatek,mt6580-scpsys"; + reg = <0x10006000 0x1000>; + }; + timer: timer at 10008000 { compatible = "mediatek,mt6580-timer", "mediatek,mt6577-timer"; reg = <0x10008000 0x80>; -- 1.8.1.1.dirty