From patchwork Fri Apr 7 15:58:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9669785 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 4D3B760364 for ; Fri, 7 Apr 2017 15:59:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3FAC328535 for ; Fri, 7 Apr 2017 15:59:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 34C8E28609; Fri, 7 Apr 2017 15:59:10 +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 E965F28535 for ; Fri, 7 Apr 2017 15:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933723AbdDGP7J (ORCPT ); Fri, 7 Apr 2017 11:59:09 -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 S933632AbdDGP7J (ORCPT ); Fri, 7 Apr 2017 11:59:09 -0400 Received: from penelope.horms.nl (unknown [66.171.166.114]) by kirsty.vergenet.net (Postfix) with ESMTPSA id 0233C25BEF8; Sat, 8 Apr 2017 01:58:38 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1491580718; bh=X1imfw+kxrtMm+n/yKQ6jwfou+hFZsPtCrlFNhlZaCM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Pfnyuj0kkBJmJ92yzBrjPRzWB23Q29isATq1qd+MmoJQMjT+M1Q9DB2HwK2ptp56B 1AQB+saFobX/QF/KNMrhZIHkKRpCTVp+jAJ2T66GwPIhA4QkoI/uYXVeJNSZyy8mOr n7qBAvQ6fZE7NJ+V0g03ysmxuunY7CeeVuAsaN1k= Received: by penelope.horms.nl (Postfix, from userid 7100) id 8778361FB5; 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 22/22] ARM: dts: r8a7791: Drop _clk suffix from external CAN clock node name Date: Fri, 7 Apr 2017 11:58:23 -0400 Message-Id: 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/r8a7791.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index a6478ca3f4ca..4d0c2ce59900 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -1126,7 +1126,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. */