From patchwork Wed Nov 7 15:24:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10672551 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3E269109C for ; Wed, 7 Nov 2018 15:24:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F36A2C5E8 for ; Wed, 7 Nov 2018 15:24:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 23BDB2C5EA; Wed, 7 Nov 2018 15:24:38 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 065922C5F8 for ; Wed, 7 Nov 2018 15:24:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727771AbeKHAzZ (ORCPT ); Wed, 7 Nov 2018 19:55:25 -0500 Received: from relmlor4.renesas.com ([210.160.252.174]:16350 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727693AbeKHAzZ (ORCPT ); Wed, 7 Nov 2018 19:55:25 -0500 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie3.idc.renesas.com with ESMTP; 08 Nov 2018 00:24:34 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 91C26D8DC4; Thu, 8 Nov 2018 00:24:34 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,475,1534777200"; d="scan'208";a="296997983" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii2.idc.renesas.com with ESMTP; 08 Nov 2018 00:24:31 +0900 From: Fabrizio Castro To: Rob Herring , Simon Horman , Geert Uytterhoeven , Mark Rutland Cc: Fabrizio Castro , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson , Biju Das Subject: [PATCH 0/2] Replace magic numbers in RZ/G2M dtsi Date: Wed, 7 Nov 2018 15:24:25 +0000 Message-Id: <1541604267-4652-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 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 Dear All, We were waiting for v4.20 RC1 to be out for replacing clock and power magic numbers within r8a774a1.dtsi as there was a dependency with the corresponding bindings. This series takes care of the magic numbers now that the bindings are available by replacing them with the corresponding macros. Thanks, Fab Fabrizio Castro (2): arm64: dts: renesas: r8a774a1: Replace power magic numbers arm64: dts: renesas: r8a774a1: Replace clock magic numbers arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 239 +++++++++++++++--------------- 1 file changed, 120 insertions(+), 119 deletions(-)