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