From patchwork Fri Oct 15 12:48:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 12561401 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EE8BC433F5 for ; Fri, 15 Oct 2021 12:50:31 +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 0EFEB60ED4 for ; Fri, 15 Oct 2021 12:50:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0EFEB60ED4 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=fris.de 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:MIME-Version:Message-Id:Date:Subject:Cc :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=NsqDDp4yDI6s/guL1YKpastaBQyrWMUAU75J4LU4ebk=; b=pzIWCTBFM/E8Y0 vlfD5DWw/Ntpi0e1pL/XR/GBT1zCnZcE3FAV8rmgN0LpjI4jvK2CHXpSzwDBzfJFnf/RTVVzrRY/u roEbtVnm/ubyrTwCaE7JAQ/KTTZoPQ+X7/rweoSXuNjQ1+I7P/BiLJTgkHjQest/hXKtl5uYcPQk5 kJVyJMHI93f3UGiAOzXVhwPMlsss38G5Cmqm7V6rIN2g0YuhSxA89iUUSLFZWoyY5rW/JWYEREXB4 zgzYr10u9tpbn4828r1mAVlV2a2n5sAbieaXfATs7zDdXS3G2/weGyK5ps3vYlqeVxVBA8eQRhOKF capOnZ3UmyWkOsXafTLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mbMe8-00709S-NY; Fri, 15 Oct 2021 12:49:12 +0000 Received: from mail.fris.de ([116.203.77.234]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mbMe4-00707h-MT for linux-arm-kernel@lists.infradead.org; Fri, 15 Oct 2021 12:49:10 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 64CFBBFBEC; Fri, 15 Oct 2021 14:48:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1634302126; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=lOn7NeO59/Fi4i0OML9CVZB/3oE8KtVxjm9Mthzxob0=; b=AHidvNU4wPFKekFfxWqIl9Ad58/SWqIYNn4C6mnyOvVAfcfLbYmozT/hhjhseHhuIe7hVY Ke3a/hxiYq0OZSOqueAN5ynCEHRSym2fMEwn6m2lmeKvf4dQIZ0uXYNVeEctNxUUkMkg9b WePg7mol4OygzeMGuyhVnkfbPfurKpCM/tarMLuXRzr86vaGvLQrOaJFbXyl6CK6G7XwFf UEmPYV+7U6HG8PsFHCTMkHpOVoLsDwSJNOy6bJVx8+5LqZJWJztt9946MrM8r6xHPWm3Aj dj2jGgF+fiS2H+7NO4L6yKNY32AjiLA9IM5m4C4DHOpgvDU+wMqKK60l1b/vBw== From: Frieder Schrempf To: devicetree@vger.kernel.org, Frieder Schrempf , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Shawn Guo Cc: Rob Herring , Sascha Hauer Subject: [PATCH v2 0/6] Devicetree fixes and additions for Kontron SL/BL i.MX8MM boards Date: Fri, 15 Oct 2021 14:48:34 +0200 Message-Id: <20211015124841.28226-1-frieder@fris.de> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211015_054909_077011_CFAD8A99 X-CRM114-Status: UNSURE ( 8.63 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Frieder Schrempf This is a set of enhancements and fixes for the devicetrees of the Kontron SL/BL i.MX8MM SoMs and boards. See the individual patches for more information and changelogs. For v2, the review comments from Shawn ahve been taken into account (thanks!) and the patches 7 and 8 have been dropped, as they were already applied separately. Frieder Schrempf (6): arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card arm64: dts: imx8mm-kontron: Make sure SOC and DRAM supply voltages are correct arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV arm64: dts: imx8mm-kontron: Fix polarity of reg_rst_eth2 arm64: dts: imx8mm-kontron: Fix CAN SPI clock frequency arm64: dts: imx8mm-kontron: Fix connection type for VSC8531 RGMII PHY .../dts/freescale/imx8mm-kontron-n801x-s.dts | 36 ++++++++++++++++--- .../freescale/imx8mm-kontron-n801x-som.dtsi | 10 ++++-- 2 files changed, 39 insertions(+), 7 deletions(-)