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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=unavailable 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 0886AC47089 for ; Wed, 26 May 2021 15:23:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6CDD613D2 for ; Wed, 26 May 2021 15:23:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235377AbhEZPYc (ORCPT ); Wed, 26 May 2021 11:24:32 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:35140 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233727AbhEZPY0 (ORCPT ); Wed, 26 May 2021 11:24:26 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 2549E1F431D4 Received: by jupiter.universe (Postfix, from userid 1000) id CDDB54800DE; Wed, 26 May 2021 17:22:51 +0200 (CEST) From: Sebastian Reichel To: Sebastian Reichel , Shawn Guo Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCHv3 0/3] Support for GE B1x5v2 and B1x5Pv2 Date: Wed, 26 May 2021 17:22:40 +0200 Message-Id: <20210526152243.51059-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series adds support for another General Electric patient monitor series (similar to existing Bx50v3), which is based on i.MX6DL using Congatec's QMX6 module. This series has a runtime dependency on two commits, that have already been merged to linux-next: 1. Any imx6dl-qmx6 based boards without f765e349c3e1 ("rtc: m41t80: add support for fixed clock") and CONFIG_RTC_DRV_M41T80 enabled will result in unstable system. Because the kernel will disable one of the CPU clocks. 2. Booting B155(P)v2 additionally requires 94dfec48fca7 ("drm/imx: Add 8 pixel alignment fix") to avoid boot hanging indefinitely. Changes since PATCHv2: * https://lore.kernel.org/lkml/20210428222953.235280-1-sebastian.reichel@collabora.com/ * Add Acked-by from Rob Herring to patch DT binding patches * Drop RTC and DRM patch (applied) * order DT Makefile entries alphabetically * order DT nodes alphabetically * Remove a couple of superfluous status = 'okay'; * Move compatible property to start of nodes * Move status property to end of nodes (but before sub-nodes) * Drop useless fsl,spi-num-chipselects property * Update pinctrl config for audio pins fixing noise issue affecting some boards * rebased to v5.13-rc1 Changes since PATCHv1: * https://lore.kernel.org/lkml/20210222171247.97609-1-sebastian.reichel@collabora.com/ * drop patch 5 (applied) * instead of using 'protected-clocks' in RTC node, add fixed-clock node as suggested by Saravana Kannan * rebased to current master (68a32ba14177) Thanks, -- Sebastian Sebastian Reichel (3): dt-bindings: vendor-prefixes: add congatec dt-bindings: arm: fsl: add GE B1x5pv2 boards ARM: dts: imx6: Add GE B1x5v2 .../devicetree/bindings/arm/fsl.yaml | 11 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 5 + arch/arm/boot/dts/imx6dl-b105pv2.dts | 32 + arch/arm/boot/dts/imx6dl-b105v2.dts | 32 + arch/arm/boot/dts/imx6dl-b125pv2.dts | 30 + arch/arm/boot/dts/imx6dl-b125v2.dts | 30 + arch/arm/boot/dts/imx6dl-b155v2.dts | 32 + arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi | 413 ++++++++++++ arch/arm/boot/dts/imx6dl-b1x5v2.dtsi | 58 ++ arch/arm/boot/dts/imx6dl-qmx6.dtsi | 612 ++++++++++++++++++ 11 files changed, 1257 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-b105pv2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b105v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b125pv2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b125v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b155v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi create mode 100644 arch/arm/boot/dts/imx6dl-b1x5v2.dtsi create mode 100644 arch/arm/boot/dts/imx6dl-qmx6.dtsi -- 2.30.2 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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=unavailable 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 93901C4708B for ; Wed, 26 May 2021 16:39:02 +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 5CE746124B for ; Wed, 26 May 2021 16:39:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5CE746124B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com 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=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=nOwiAmX1PdzKGRyYOxeEeIIFANnXuft0NmvLnjDdGqs=; b=MxEKFuNYRc4FJv fhfzhpOWczd4sWlpFZiPqrDEdY8vcQzxN9CiPqwzVWvJ0F+kc/9iynIL3Wqn2KEW0oB1TLSEdKrED J/cn4KmiZnTMN1JkPxmB0C4ZlCdTUMV4dLy2MX9yiZhuBkliEfiALpBUS8w7axynhDVpT5/BYrbsq oWRcRD7eloRwuXEjx8kyEEkESWEk7N0bUAvzQswmdxJivSxULblFX35vCAGbP/saSS1/NSlmK6ekS dhmKffLqb82+Dl/lO6/BYDJan6Q/5w5G3wr2yLYeVDdhxuwBOniiIynqm06WGzlMbgj2syfXuRTgr w/GGvJXw+xS780WLWZVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1llwWY-00Fmyk-TH; Wed, 26 May 2021 16:36:52 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1llvN5-00FKCr-Ty for linux-arm-kernel@lists.infradead.org; Wed, 26 May 2021 15:23:01 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 2549E1F431D4 Received: by jupiter.universe (Postfix, from userid 1000) id CDDB54800DE; Wed, 26 May 2021 17:22:51 +0200 (CEST) From: Sebastian Reichel To: Sebastian Reichel , Shawn Guo Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCHv3 0/3] Support for GE B1x5v2 and B1x5Pv2 Date: Wed, 26 May 2021 17:22:40 +0200 Message-Id: <20210526152243.51059-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210526_082300_150476_8E74964C X-CRM114-Status: GOOD ( 13.25 ) 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: , 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 Hi, This series adds support for another General Electric patient monitor series (similar to existing Bx50v3), which is based on i.MX6DL using Congatec's QMX6 module. This series has a runtime dependency on two commits, that have already been merged to linux-next: 1. Any imx6dl-qmx6 based boards without f765e349c3e1 ("rtc: m41t80: add support for fixed clock") and CONFIG_RTC_DRV_M41T80 enabled will result in unstable system. Because the kernel will disable one of the CPU clocks. 2. Booting B155(P)v2 additionally requires 94dfec48fca7 ("drm/imx: Add 8 pixel alignment fix") to avoid boot hanging indefinitely. Changes since PATCHv2: * https://lore.kernel.org/lkml/20210428222953.235280-1-sebastian.reichel@collabora.com/ * Add Acked-by from Rob Herring to patch DT binding patches * Drop RTC and DRM patch (applied) * order DT Makefile entries alphabetically * order DT nodes alphabetically * Remove a couple of superfluous status = 'okay'; * Move compatible property to start of nodes * Move status property to end of nodes (but before sub-nodes) * Drop useless fsl,spi-num-chipselects property * Update pinctrl config for audio pins fixing noise issue affecting some boards * rebased to v5.13-rc1 Changes since PATCHv1: * https://lore.kernel.org/lkml/20210222171247.97609-1-sebastian.reichel@collabora.com/ * drop patch 5 (applied) * instead of using 'protected-clocks' in RTC node, add fixed-clock node as suggested by Saravana Kannan * rebased to current master (68a32ba14177) Thanks, -- Sebastian Sebastian Reichel (3): dt-bindings: vendor-prefixes: add congatec dt-bindings: arm: fsl: add GE B1x5pv2 boards ARM: dts: imx6: Add GE B1x5v2 .../devicetree/bindings/arm/fsl.yaml | 11 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 5 + arch/arm/boot/dts/imx6dl-b105pv2.dts | 32 + arch/arm/boot/dts/imx6dl-b105v2.dts | 32 + arch/arm/boot/dts/imx6dl-b125pv2.dts | 30 + arch/arm/boot/dts/imx6dl-b125v2.dts | 30 + arch/arm/boot/dts/imx6dl-b155v2.dts | 32 + arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi | 413 ++++++++++++ arch/arm/boot/dts/imx6dl-b1x5v2.dtsi | 58 ++ arch/arm/boot/dts/imx6dl-qmx6.dtsi | 612 ++++++++++++++++++ 11 files changed, 1257 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-b105pv2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b105v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b125pv2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b125v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b155v2.dts create mode 100644 arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi create mode 100644 arch/arm/boot/dts/imx6dl-b1x5v2.dtsi create mode 100644 arch/arm/boot/dts/imx6dl-qmx6.dtsi -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel