From patchwork Tue Jun 7 06:54:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 12871422 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98A91CCA47C for ; Tue, 7 Jun 2022 06:56:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232764AbiFGG45 (ORCPT ); Tue, 7 Jun 2022 02:56:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232418AbiFGG44 (ORCPT ); Tue, 7 Jun 2022 02:56:56 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 573B7BA54B; Mon, 6 Jun 2022 23:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1654585014; x=1686121014; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rfXrKiFGD0AlQe3r4r6Rd9SATgPVEgPxA7mb2k6vpY8=; b=CeOeBZhynbgKU0B7f39owdeSte+HbDWdQQkI64h4VbjddWjTDewhgAxN TdnycLwgI9OiKg+8xKAf1Q+cPXILTXGTfeX+il/TlauVa9ilEPcoHmLTY /bKDApWfXKUX+KDwCF5GEZrKvZElQdLHpscY9MqJ8PRGYILER4nPgDGSc zzZx8PO9A+ZESmRuh+939yHG78vJAXC/HZaX2tE3AeVd/swn9V/1sZXcD aUPI5Co3IzkwMW2+dNN2AH6/+L/7AwmkY/OZGYZcWCDgby6tjaTQ7sDFQ uoR0wOAIt1GquqUEBivMGX3IHD1oKaIHFCUb/31VAqeY5jVLYr6apGIQO A==; X-IronPort-AV: E=Sophos;i="5.91,283,1647327600"; d="scan'208";a="167365805" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Jun 2022 23:56:53 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 6 Jun 2022 23:56:53 -0700 Received: from wendy.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 6 Jun 2022 23:56:50 -0700 From: Conor Dooley To: Wolfgang Grandegger , Marc Kleine-Budde , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Palmer Dabbelt CC: Conor Dooley , Paul Walmsley , Albert Ou , Daire McNamara , , , , , Subject: [PATCH net-next 0/2] Document PolarFire SoC can controller Date: Tue, 7 Jun 2022 07:54:58 +0100 Message-ID: <20220607065459.2035746-1-conor.dooley@microchip.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Hey, When adding the dts for PolarFire SoC, the can controllers were omitted, so here they are... Thanks, Conor. Conor Dooley (2): dt-bindings: can: mpfs: document the mpfs can controller riscv: dts: microchip: add mpfs's can controllers .../bindings/net/can/microchip,mpfs-can.yaml | 45 +++++++++++++++++++ .../boot/dts/microchip/microchip-mpfs.dtsi | 18 ++++++++ 2 files changed, 63 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml