From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 649DBC4338F for ; Thu, 5 Aug 2021 12:42:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2066E61108 for ; Thu, 5 Aug 2021 12:42:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2066E61108 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=KomyxUB9VS1Q/KDzdxbhJgAYLqxmtcO7imAlx0N5nww=; b=Iu/8tCMMYYhNwrRpvgM5DYGGxq sHvPscIb1lxP4THctcOIK7nEYi7TgZxm29atIq8Yzcp0eZ6/LAhNEyTmcdTtpJ/A0yJ9v2I5kPO5Z jsyudFtlsmX76+p0uOyO5b4ITC7Y3pZHGWfEfjdc7hRqhta0M6oTBI3gCURVvA2qJEFio/NtoRwqx kD0b0DEzek9K+ZWvjiN+1Ecdap59BCB08Rr46ARW3rxm5sGkEBgxJYJnwVlwSBeg+khpF2yigvWGy YTRdiOsYlibq7ji8pvwvQmEnOzzvxV+D6c1+IKI+zbBWzS6B8x/XqpqyYm3QEaDg63Gvaf5MWmIwG T5wqKcoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBcfd-009W5V-Mf; Thu, 05 Aug 2021 12:40:21 +0000 Received: from lizzard.sbs.de ([194.138.37.39]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBcfa-009W4G-AR for linux-arm-kernel@lists.infradead.org; Thu, 05 Aug 2021 12:40:20 +0000 Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 175CeAd8001024 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 5 Aug 2021 14:40:10 +0200 Received: from [167.87.0.185] ([167.87.0.185]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 175Ce702021254; Thu, 5 Aug 2021 14:40:08 +0200 Subject: Re: [PATCH v2 0/6] CAN: Add support for CAN in AM65,J721e and AM64 To: Aswath Govindraju , Nishanth Menon Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tero Kristo , Rob Herring , Marc Kleine-Budde , Lokesh Vutla , Faiz Abbas References: <20210726101012.26983-1-a-govindraju@ti.com> <20210802124509.z23lfg7xxkqaakbo@truce> <36011cee-f617-02ed-7446-c297ba65e6bf@ti.com> From: Jan Kiszka Message-ID: <35b0e2dc-0591-0a2f-8e3d-4177792a13fa@siemens.com> Date: Thu, 5 Aug 2021 14:40:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <36011cee-f617-02ed-7446-c297ba65e6bf@ti.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210805_054018_721901_381A0812 X-CRM114-Status: GOOD ( 22.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 05.08.21 14:32, Aswath Govindraju wrote: > Hi, > > On 02/08/21 6:15 pm, Nishanth Menon wrote: >> On 15:40-20210726, Aswath Govindraju wrote: >>> The following series of patches add support for CAN in SoC's AM65, J721e >>> and AM64. >>> >>> This patch series is dependent on [1] and [2] and I have requested for an >>> immutable tag from the Marc Kleine-Budde(maintainer of net tree). >>> >>> [1] - https://lore.kernel.org/patchwork/patch/1423048/ >>> [2] - https://www.spinics.net/lists/linux-can/msg08108.html >>> >>> changes since v1 - >>> - changed the message ram configuration to use the maximum value >>> in each field, for better performance. >>> >>> Aswath Govindraju (3): >>> arm64: dts: ti: am654-base-board: Disable mcan nodes >>> arm64: dts: ti: k3-am64-main: Add support for MCAN >>> arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan >>> nodes in EVM and disable them on SK >>> >>> Faiz Abbas (3): >>> arm64: dts: ti: k3-am65-mcu: Add Support for MCAN >>> arm64: dts: ti: k3-j721e: Add support for MCAN nodes >>> arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu_mcan >>> nodes >> >> I noticed in my checkup: https://pastebin.ubuntu.com/p/zSk39M943N/ >> warnings with dtbs_check, I think the bindings need a little more help >> here (please also notice the iot platform warnings getting introduced). >> > > Jan, > > Can you please point me to the schematics for iot platform? Also, is CAN > subsystem brought out on the iot platform boards? Schematics aren't publicly available. If you have specific questions, I may help, though. CAN is not in use yet (not connected AFAIK). Jan > >> Since we are still working on the bindings[1], lets clean that up >> before we consider the dts addition. I suspect we need to cook this >> more towards the next cycle. >> >> [1] https://lore.kernel.org/patchwork/patch/1470806/ >> > > Nishanth, > > Sorry for not taking of this earlier. I'll try to get everything ready > for next release. > > Thanks, > Aswath > -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel