Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp523422pxa; Thu, 27 Aug 2020 08:34:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzByjPu+IFviH41P4JEItLWnRp0T7/xAOfxO0prr4GWUEDXj/tF9aD/g7J5DHtPTTwdIhKn X-Received: by 2002:a17:906:ccd8:: with SMTP id ot24mr12794425ejb.75.1598542450451; Thu, 27 Aug 2020 08:34:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598542450; cv=none; d=google.com; s=arc-20160816; b=bw4aptz6zS5JjYL9xWorTHUvTlBOo76XgJ4ykoX0FB+YPSbsgeLLFeTrw4bERfBjGQ Gc6NW1+lNc71niXmq6E0H41nlvc8d0AtB3eJ5hev+EwPVnaGCAfewWQQhw1oOyTAnFTF pvn8wpfwVYas0TbibSAoe15CudVjkrEu2bZcc+lX3V5Tm63KdYviYNHTnehPmf5bvQsw Qz2Y4aI/gXKqGlk7dk2izd8IMsYxRx7pS0/1YtDDyxPbNJ78WSexMIWQNyLiaXp/ZyAX gbePo6/mIsBbpw02qi4eW/DeoFVhmX/UA7RdaOO00YtTIiMAe7nEjqGad036dyGQtDDg M2EQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=lWZUPCW8h5c2Z4O354xh5auQ5v+PcPrbg5H2dqDfrcE=; b=pv6fSli3MYSes0jX1EsorS62ZbyRaS83uP7P2ZvgI6noE4x8Ngx+Zh4aOrcorB/A7M 0Gg33q3+9vLBs1aANH5fj4G7oEZBtzL8myPCWxwW3ud02+yDJI0SI/1h5Y8L1kSUtWjU K4AIZaAFWm0wiLUkmwfXj0iuma5Diiwl6EBE/JY3P1ACLYll8t+N1kOAGK3rkClPDQzo WcrNVnTy4yw+wfnFe996Y7F2rXDwhWUhJ39mhcgrNX0ofzhIoWyxbA26QtwVCQh0x7FL VAbQjtrD1VV+Euu8KdtB6Sdg+gmDN27Q1dmQ0kLi3PexovXryhDGB9dAhEI8tJaJ6H0S qA5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t14si1582716ejb.435.2020.08.27.08.33.47; Thu, 27 Aug 2020 08:34:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728310AbgH0Pa4 (ORCPT + 99 others); Thu, 27 Aug 2020 11:30:56 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:48312 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727998AbgH0Paw (ORCPT ); Thu, 27 Aug 2020 11:30:52 -0400 X-IronPort-AV: E=Sophos;i="5.76,359,1592838000"; d="scan'208";a="55700862" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 28 Aug 2020 00:30:50 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 229C9400759E; Fri, 28 Aug 2020 00:30:47 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Jakub Kicinski , Rob Herring Cc: linux-can@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Lad Prabhakar , Prabhakar Subject: [PATCH v2 2/2] dt-bindings: can: rcar_can: Document r8a774e1 support Date: Thu, 27 Aug 2020 16:30:41 +0100 Message-Id: <20200827153041.27806-3-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200827153041.27806-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20200827153041.27806-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document SoC specific bindings for RZ/G2H (R8A774E1) SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Geert Uytterhoeven Acked-by: Rob Herring --- Documentation/devicetree/bindings/net/can/rcar_can.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt index 85c6551b602a..21d6780874cc 100644 --- a/Documentation/devicetree/bindings/net/can/rcar_can.txt +++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt @@ -9,6 +9,7 @@ Required properties: "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC. "renesas,can-r8a774b1" if CAN controller is a part of R8A774B1 SoC. "renesas,can-r8a774c0" if CAN controller is a part of R8A774C0 SoC. + "renesas,can-r8a774e1" if CAN controller is a part of R8A774E1 SoC. "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC. "renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC. "renesas,can-r8a7790" if CAN controller is a part of R8A7790 SoC. @@ -37,8 +38,8 @@ Required properties: - pinctrl-0: pin control group to be used for this controller. - pinctrl-names: must be "default". -Required properties for R8A774A1, R8A774B1, R8A774C0, R8A7795, R8A7796, -R8A77965, R8A77990, and R8A77995: +Required properties for R8A774A1, R8A774B1, R8A774C0, R8A774E1, R8A7795, +R8A7796, R8A77965, R8A77990, and R8A77995: For the denoted SoCs, "clkp2" can be CANFD clock. This is a div6 clock and can be used by both CAN and CAN FD controller at the same time. It needs to be scaled to maximum frequency if any of these controllers use it. This is done -- 2.17.1