Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753667AbbGAMJo (ORCPT ); Wed, 1 Jul 2015 08:09:44 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54012 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753450AbbGAMJk (ORCPT ); Wed, 1 Jul 2015 08:09:40 -0400 From: Vitaly Andrianov To: , , , , , , , , , CC: Vitaly Andrianov Subject: [PATCH] keystone: dts: add psci command definition Date: Wed, 1 Jul 2015 08:13:04 -0400 Message-ID: <1435752784-30639-2-git-send-email-vitalya@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1435752784-30639-1-git-send-email-vitalya@ti.com> References: <1435752784-30639-1-git-send-email-vitalya@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1005 Lines: 36 This commit adds definition for cpu_on, cpu_off and cpu_suspend commands. These definitions must match the corresponding PSCI definitions in boot monitor. Signed-off-by: Vitaly Andrianov --- arch/arm/boot/dts/keystone.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index c06542b..ab60fca 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -58,6 +58,14 @@ ; }; + psci { + compatible = "arm,psci"; + method = "smc"; + cpu_suspend = <0x84000001>; + cpu_off = <0x84000002>; + cpu_on = <0x84000003>; + }; + soc { #address-cells = <1>; #size-cells = <1>; -- 1.9.1 -- 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/