From patchwork Thu May 14 10:12:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6404081 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 05361BEEE1 for ; Thu, 14 May 2015 10:18:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4450D20454 for ; Thu, 14 May 2015 10:18:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58AC720452 for ; Thu, 14 May 2015 10:18:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933006AbbENKSL (ORCPT ); Thu, 14 May 2015 06:18:11 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:34296 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933107AbbENKNG (ORCPT ); Thu, 14 May 2015 06:13:06 -0400 Received: by pdbqa5 with SMTP id qa5so81737571pdb.1; Thu, 14 May 2015 03:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=9rPiamXq/3OFSk/nxkGQx8BOmIBRRT4FzcAqoFmZCPE=; b=lE0h/N9Q9o7jVaBYJgQs7Oq5HW3cllL72N4AcKjrN5/Xx3dv+1uJJHFS7KNt0FQgM1 HSvxG1g7K73xJtsTYsVrQo/2HtnTo+MEqxT24ORIAq+wTHAjwfgoU+UR+d+f5G8qG29m x1D6ytT3xAmYOy93rvccX800r0kc9A/AsuhdLdjXUfxdNGSFX13Q8pAZneH+/A4HpwQa o5bB3obPxCMpIMXgVCS4ekfh16sFYcloN/zmKopaLhkoa/avAzfiyEyL3llx6YHb60Pj 9yXCVk/W2yrasAszYwA7rxOnTBhEJ9usdnFC9aB5eKtT6uVJ9+lAdgBIPASdwpFo+ZH4 BiiQ== X-Received: by 10.70.128.200 with SMTP id nq8mr6609874pdb.167.1431598385636; Thu, 14 May 2015 03:13:05 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id yv6sm21984153pac.29.2015.05.14.03.13.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 May 2015 03:13:04 -0700 (PDT) From: Krzysztof Kozlowski To: Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v5 06/13] ARM: dts: Use labels for overriding nodes in exynos4212 Date: Thu, 14 May 2015 19:12:13 +0900 Message-Id: <1431598340-3319-7-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431598340-3319-1-git-send-email-k.kozlowski.k@gmail.com> References: <1431598340-3319-1-git-send-email-k.kozlowski.k@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4212.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi index 5be03288f1ee..d9c8efeef208 100644 --- a/arch/arm/boot/dts/exynos4212.dtsi +++ b/arch/arm/boot/dts/exynos4212.dtsi @@ -41,12 +41,12 @@ reg = <0xA01>; }; }; +}; - combiner: interrupt-controller@10440000 { - samsung,combiner-nr = <18>; - }; +&combiner { + samsung,combiner-nr = <18>; +}; - gic: interrupt-controller@10490000 { - cpu-offset = <0x8000>; - }; +&gic { + cpu-offset = <0x8000>; };