From patchwork Tue Apr 12 14:32:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 1616317 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.a=rsa-sha256 header.s=mail2016061301 header.b=hcSDKp8y; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Kd7Z15xHBz9sBJ for ; Wed, 13 Apr 2022 00:35:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356595AbiDLOiI (ORCPT ); Tue, 12 Apr 2022 10:38:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244461AbiDLOiH (ORCPT ); Tue, 12 Apr 2022 10:38:07 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C3F35BE6C; Tue, 12 Apr 2022 07:35:48 -0700 (PDT) Received: from mwalle01.kontron.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 0B09622239; Tue, 12 Apr 2022 16:35:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1649774146; 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=s23tGVg5wfsxakK5pO6iL+Jzfw1pM3exjiQaOm1BYgk=; b=hcSDKp8yvOYM1X/auajUFIy2zmhU59ZbK9GxqJXte96X/3m8v4ZyaZQRUglRLP3okRPO0R bQTiL5rJv21ilNbKdqqYUtRniSNChW+LzjkGEfyuoAs1G8/Jh/JBczd9wY9KinoodtcoV6 c2UNgJOBvTSEv6wZrhe9vlT4hrdBdZQ= From: Michael Walle To: Shawn Guo , Sascha Hauer Cc: Rob Herring , Krzysztof Kozlowski , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Heiko Thiery , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [PATCH v3 0/2] arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree Date: Tue, 12 Apr 2022 16:32:36 +0200 Message-Id: <20220412143238.1925059-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add support for the 8MNANOD3L-EVK which features a NXP IMX8MN SoC. Patch 1 was formerly postet separately, but never picked up. So I've bumped its version and added the actual device tree. Please note, there wasn't a v1 nor a v2 of patch 2. Michael Walle (2): dt-bindings: arm: fsl: add IMX8MN DDR3L eval board arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree .../devicetree/bindings/arm/fsl.yaml | 1 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mn-ddr3l-evk.dts | 114 ++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-ddr3l-evk.dts