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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 2637DC4727F for ; Thu, 1 Oct 2020 09:11:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DACF5206DC for ; Thu, 1 Oct 2020 09:11:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="mfa/2XjU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731828AbgJAJLn (ORCPT ); Thu, 1 Oct 2020 05:11:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731805AbgJAJLk (ORCPT ); Thu, 1 Oct 2020 05:11:40 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 477D6C0613D0; Thu, 1 Oct 2020 02:11:40 -0700 (PDT) Received: from mwalle01.sab.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id DA77122FAD; Thu, 1 Oct 2020 11:11:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1601543496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Msd7QP9ufU1637xwoCtbzRf1NuAnH4fqHmEgE77mVYc=; b=mfa/2XjUfXYW4X1buF8TiR+tAAZEEdse3n495e7WPrFaUhgoPKyAyXUDL0g4TR/WMz6D3f 7HXJZhGzuEZ04tOIWiIkazM6GxFLH//bzgY8Zv9nztlxhOmBoH0HxEiHgeAoMhzPzhH7qD 5ziCcFbkW3h37qTX4gjSBrINxxyAD6g= From: Michael Walle To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-can@vger.kernel.org Cc: Shawn Guo , Li Yang , Rob Herring , Marc Kleine-Budde , Joakim Zhang , Oleksij Rempel , Michael Walle Subject: [PATCH v2 0/3] arm64: dts: add FlexCAN support to LS1028A and sl28 Date: Thu, 1 Oct 2020 11:11:28 +0200 Message-Id: <20201001091131.30514-1-michael@walle.cc> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam: Yes Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org Now that FlexCAN support for newer IPs is finally hitting upstream [1], lets add the corresponding nodes for the LS1028A SoC and enable it for the Kontron sl28 board. changes since v1: - added new patch "dt-bindings: can: flexcan: list supported processors" Suggested by Lee. Please keep in mind that this only an intermediate step, as Marc already pointed out [2] that Oleksij is alreay working on converting the bindings to YAML format. [1] https://lore.kernel.org/netdev/20200923085418.2685858-1-mkl@pengutronix.de/ [2] https://lore.kernel.org/linux-can/790ce102-7542-b65e-0945-a04faf6e4b89@pengutronix.de/ Michael Walle (3): dt-bindings: can: flexcan: list supported processors arm64: dts: ls1028a: add missing CAN nodes arm64: dts: freescale: sl28: add CAN node .../bindings/net/can/fsl-flexcan.txt | 6 ++++++ .../dts/freescale/fsl-ls1028a-kontron-sl28.dts | 4 ++++ arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+) -- 2.20.1 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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 8F901C4727F for ; Thu, 1 Oct 2020 09:23:03 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 3A8F220B1F for ; Thu, 1 Oct 2020 09:23:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ogJMr39u"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="mfa/2XjU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A8F220B1F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=ZN1rzCCr5oTxFYj7GfaRHhclB3sNOa+bzaw/68qPifE=; b=ogJMr39uAkzWZlN3CFLfb0++8k fAuZGMkZXS2a88eYvjeV1840jcQFtIbWLe+/alPHdmO9ZtBzo0cgJyYoDBP/uHbUjxn6G8QcTQoQd tYZEhw4/slkiz1I0I5KIFhpjCGNT7wZTgeV1AiRU4BLpx4c+kC0wjhh064edCG9S0CZ+b44WeyfNp ZannWuWEZwsjQ8T+SC0yJkhIPVyuS7PARRscB3KzfGqbfZodW+O0f/OpG8GSxI8++winajAWKC/YS xSWiOLUJvXlfoaT/Aywj4uTZzJ8gov+Ri2yUzz3bYrLHKTmLPdsazpXtlgLREFAIiKQ50Fmlw0rco bsV2KfrQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNumS-00024N-8o; Thu, 01 Oct 2020 09:21:41 +0000 Received: from ssl.serverraum.org ([2a01:4f8:151:8464::1:2]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNucl-0003yh-7Q for linux-arm-kernel@lists.infradead.org; Thu, 01 Oct 2020 09:11:40 +0000 Received: from mwalle01.sab.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id DA77122FAD; Thu, 1 Oct 2020 11:11:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1601543496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Msd7QP9ufU1637xwoCtbzRf1NuAnH4fqHmEgE77mVYc=; b=mfa/2XjUfXYW4X1buF8TiR+tAAZEEdse3n495e7WPrFaUhgoPKyAyXUDL0g4TR/WMz6D3f 7HXJZhGzuEZ04tOIWiIkazM6GxFLH//bzgY8Zv9nztlxhOmBoH0HxEiHgeAoMhzPzhH7qD 5ziCcFbkW3h37qTX4gjSBrINxxyAD6g= From: Michael Walle To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-can@vger.kernel.org Subject: [PATCH v2 0/3] arm64: dts: add FlexCAN support to LS1028A and sl28 Date: Thu, 1 Oct 2020 11:11:28 +0200 Message-Id: <20201001091131.30514-1-michael@walle.cc> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam: Yes X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201001_051139_502466_C8E307A8 X-CRM114-Status: GOOD ( 11.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Joakim Zhang , Li Yang , Oleksij Rempel , Michael Walle , Rob Herring , Marc Kleine-Budde , Shawn Guo 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 Now that FlexCAN support for newer IPs is finally hitting upstream [1], lets add the corresponding nodes for the LS1028A SoC and enable it for the Kontron sl28 board. changes since v1: - added new patch "dt-bindings: can: flexcan: list supported processors" Suggested by Lee. Please keep in mind that this only an intermediate step, as Marc already pointed out [2] that Oleksij is alreay working on converting the bindings to YAML format. [1] https://lore.kernel.org/netdev/20200923085418.2685858-1-mkl@pengutronix.de/ [2] https://lore.kernel.org/linux-can/790ce102-7542-b65e-0945-a04faf6e4b89@pengutronix.de/ Michael Walle (3): dt-bindings: can: flexcan: list supported processors arm64: dts: ls1028a: add missing CAN nodes arm64: dts: freescale: sl28: add CAN node .../bindings/net/can/fsl-flexcan.txt | 6 ++++++ .../dts/freescale/fsl-ls1028a-kontron-sl28.dts | 4 ++++ arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+) -- 2.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel