Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753367AbaJaE1Z (ORCPT ); Fri, 31 Oct 2014 00:27:25 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:48073 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002AbaJaE1W (ORCPT ); Fri, 31 Oct 2014 00:27:22 -0400 From: Tim Harvey To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Philipp Zabel , Fabio Estevam , Shawn Guo , Lucas Stach , Silvio F , Christian Hemp , Russell King , Iain Paton , devicetree@vger.kernel.org Subject: [PATCH 3/5] ARM: dts: imx: add cpu0 alias Date: Thu, 30 Oct 2014 21:27:09 -0700 Message-Id: <1414729631-11005-4-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1414729631-11005-1-git-send-email-tharvey@gateworks.com> References: <1414729631-11005-1-git-send-email-tharvey@gateworks.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adding an alias on the cpu0 node allows devicetree files to modify the regulators for LDO-bypass mode. Cc: devicetree@vger.kernel.org Cc: Philipp Zabel Cc: Shawn Guo Signed-off-by: Tim Harvey --- arch/arm/boot/dts/imx6dl.dtsi | 2 +- arch/arm/boot/dts/imx6q.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index b453e0e..61e0047 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -17,7 +17,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0>; diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index e9f3646..5900761 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -21,7 +21,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0>; -- 1.8.3.2 -- 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/