Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752634AbdHRUXE (ORCPT ); Fri, 18 Aug 2017 16:23:04 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:28937 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535AbdHRUXA (ORCPT ); Fri, 18 Aug 2017 16:23:00 -0400 From: Franklin S Cooper Jr To: , , , , , , , , , , , CC: Franklin S Cooper Jr Subject: [PATCH v5 4/4] can: m_can: Add call to of_can_transceiver Date: Fri, 18 Aug 2017 15:21:37 -0500 Message-ID: <20170818202137.29816-5-fcooper@ti.com> X-Mailer: git-send-email 2.9.4.dirty In-Reply-To: <20170818202137.29816-1-fcooper@ti.com> References: <20170818202137.29816-1-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 767 Lines: 24 Add call to new generic functions that provides support via a binding to limit the arbitration rate and/or data rate imposed by the physical transceiver connected to the MCAN peripheral. Signed-off-by: Franklin S Cooper Jr --- drivers/net/can/m_can/m_can.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/can/m_can/m_can.c b/drivers/net/can/m_can/m_can.c index f4947a7..f72116e 100644 --- a/drivers/net/can/m_can/m_can.c +++ b/drivers/net/can/m_can/m_can.c @@ -1649,6 +1649,8 @@ static int m_can_plat_probe(struct platform_device *pdev) devm_can_led_init(dev); + of_can_transceiver(dev); + dev_info(&pdev->dev, "%s device registered (irq=%d, version=%d)\n", KBUILD_MODNAME, dev->irq, priv->version); -- 2.9.4.dirty