From patchwork Fri Apr 7 15:58:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9669779 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 06D6A60364 for ; Fri, 7 Apr 2017 15:59:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED3FD28535 for ; Fri, 7 Apr 2017 15:59:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E21AD28609; Fri, 7 Apr 2017 15:59:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E50928535 for ; Fri, 7 Apr 2017 15:59:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933718AbdDGP7G (ORCPT ); Fri, 7 Apr 2017 11:59:06 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:54687 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933632AbdDGP7F (ORCPT ); Fri, 7 Apr 2017 11:59:05 -0400 Received: from penelope.horms.nl (unknown [66.171.166.114]) by kirsty.vergenet.net (Postfix) with ESMTPSA id EAEBD25BEF0; Sat, 8 Apr 2017 01:58:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1491580718; bh=jRZPWqdgs4+PIyg9x0xx26ECxyVJcgkxPwZD3NgQimc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EUXBA9N7YDQiIO01NpWVNMEanH9tyRoDFMkCGbRvDFKuS1MOveSYg6iMNSbuutiRZ 8x4h+dHRS/3OF2i6qgNU0HS2vbh6ZAyLpjZ5LfwCAwHaVwtYAdgsvkQ1XcKVSzG753 rafe+31+58c2bQLlpP7M/EJ8w09CPv+1MwB38WS8= Received: by penelope.horms.nl (Postfix, from userid 7100) id 84A1C61B26; Fri, 7 Apr 2017 17:58:24 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 21/22] ARM: dts: r8a7790: Drop _clk suffix from external CAN clock node name Date: Fri, 7 Apr 2017 11:58:22 -0400 Message-Id: <5b476a9610910a6ac5222bee4ae83a8d41800dbd.1491580547.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven The current practice is to not add _clk suffixes to clock node names in DT, as these names are used as the actual clock names. Signed-off-by: Geert Uytterhoeven Acked-by: Stephen Boyd Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7790.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index fe6b8c2a2d71..99269aaca6fc 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1101,7 +1101,7 @@ }; /* External CAN clock */ - can_clk: can_clk { + can_clk: can { compatible = "fixed-clock"; #clock-cells = <0>; /* This value must be overridden by the board. */