From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:44300 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753830AbdKJUHL (ORCPT ); Fri, 10 Nov 2017 15:07:11 -0500 Received: by mail-lf0-f66.google.com with SMTP id s16so12059620lfs.1 for ; Fri, 10 Nov 2017 12:07:10 -0800 (PST) From: Sergei Shtylyov Message-Id: <20171110200705.772746681@cogentembedded.com> Date: Fri, 10 Nov 2017 23:02:19 +0300 To: Simon Horman , Rob Herring , Catalin Marinas , Will Deacon , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: Magnus Damm , Mark Rutland , linux-arm-kernel@lists.infradead.org, Sergei Shtylyov Subject: [PATCH 1/3] arm64: dts: renesas: r8a77970: add PFC support MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline; filename=arm64-dts-renesas-r8a77970-add-PFC-support.patch Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Define the generic R8A77970 part of the PFC device node. Signed-off-by: Sergei Shtylyov --- arch/arm64/boot/dts/renesas/r8a77970.dtsi | 5 +++++ 1 file changed, 5 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a77970.dtsi =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970.dtsi +++ renesas/arch/arm64/boot/dts/renesas/r8a77970.dtsi @@ -134,6 +134,11 @@ #power-domain-cells = <1>; }; + pfc: pin-controller@e6060000 { + compatible = "renesas,pfc-r8a77970"; + reg = <0 0xe6060000 0 0x504>; + }; + intc_ex: interrupt-controller@e61c0000 { compatible = "renesas,intc-ex-r8a77970", "renesas,irqc"; #interrupt-cells = <2>;