From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754940AbeDTM5H (ORCPT ); Fri, 20 Apr 2018 08:57:07 -0400 Received: from mail3.emtrion.de ([80.150.99.69]:18394 "EHLO mail3.emtrion.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754922AbeDTM5E (ORCPT ); Fri, 20 Apr 2018 08:57:04 -0400 From: To: Rob Herring , Mark Rutland , Thierry Reding , David Airlie , Shawn Guo , Sascha Hauer , "Fabio Estevam" , Russell King , "Jan Tuerk" , , , , Subject: [PATCH v3 4/6] ARM: dts: imx: Add an cpu0 label for imx6dl devices. Date: Fri, 20 Apr 2018 14:50:51 +0200 Message-ID: <20180420125108.14197-5-jan.tuerk@emtrion.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180420125108.14197-1-jan.tuerk@emtrion.com> References: <20171220134710.64479-2-jan.tuerk@emtrion.com> <20180420125108.14197-1-jan.tuerk@emtrion.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-Product-Ver: SMEX-11.0.0.4283-8.100.1062-23794.006 X-TM-AS-Result: No--5.695600-8.000000-31 X-TM-AS-MatchedID: 706719-188121-700016-704156-701016-700270-188019-700264-7 08712-148004-148036-10019-41000-42000-42003-55 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jan Tuerk Adding the label cpu0 allows the adjustment of cpu-parameters by reference in overlaying dtsi files in the same way as it is possible for imx6q devices. Signed-off-by: Jan Tuerk --- arch/arm/boot/dts/imx6dl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 558bce81209d..fc658bf3a693 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.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>; -- 2.11.0