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,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 27A2EC433FE for ; Wed, 8 Sep 2021 14:16:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08F56610C9 for ; Wed, 8 Sep 2021 14:16:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351827AbhIHORe (ORCPT ); Wed, 8 Sep 2021 10:17:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351804AbhIHORc (ORCPT ); Wed, 8 Sep 2021 10:17:32 -0400 Received: from yawp.biot.com (yawp.biot.com [IPv6:2a01:4f8:10a:8e::fce2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1776C061575 for ; Wed, 8 Sep 2021 07:16:24 -0700 (PDT) Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mNyNC-00CSWy-QH for linux-kernel@vger.kernel.org; Wed, 08 Sep 2021 16:16:22 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] (helo=sumner.biot.com) by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mNyN8-00CSWF-JL; Wed, 08 Sep 2021 16:16:18 +0200 Received: from bert by sumner.biot.com with local (Exim 4.93) (envelope-from ) id 1mNyN7-000ZbI-Q3; Wed, 08 Sep 2021 16:16:17 +0200 From: Bert Vermeulen Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, John Crispin , Bert Vermeulen Subject: [PATCH v3 0/5] Add support for Airoha EN7523 SoC Date: Wed, 8 Sep 2021 16:16:01 +0200 Message-Id: <20210908141606.136792-1-bert@biot.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds support for the Airoha EN7523 SoC, intended primarily for xPON/xDSL routers. v3: - s/armv7/armv8 in commit message - Fixed dt-bindings vendor ordering - Removed CONFIG_COMMON_CLK_EN7523 reference for now v2: - The company changed name from EcoNet to Airoha. - Removed Makefile text offset in lieu of /memreserve/ DTS node (see https://lists.infradead.org/pipermail/linux-arm-kernel/2021-September/681898.html) - DTS: Moved /memory node, fixed CPU compatible, removed GIC_CPU_MASK_SIMPLE from timer interrupts node, changed timer compatible, and minor fixes. John Crispin (5): dt-bindings: Add vendor prefix for Airoha dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB ARM: dts: Add basic support for Airoha EN7523 ARM: Add basic support for Airoha EN7523 SoC ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC .../devicetree/bindings/arm/airoha.yaml | 27 +++++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/Kconfig | 14 +++ arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/en7523-evb.dts | 26 ++++ arch/arm/boot/dts/en7523.dtsi | 114 ++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 1 + 7 files changed, 186 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml create mode 100644 arch/arm/boot/dts/en7523-evb.dts create mode 100644 arch/arm/boot/dts/en7523.dtsi -- 2.25.1 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,USER_AGENT_GIT autolearn=ham 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 AE475C433EF for ; Wed, 8 Sep 2021 14:18:53 +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 7CCEA610C9 for ; Wed, 8 Sep 2021 14:18:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7CCEA610C9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=biot.com 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=SQ4PcAlfJrjZ196Wyfz2rGCwegmqPsoGq7QT0BG8AMU=; b=DH9urCFRt3Vtxg SlIr4nh00dk2bDMMuFSMr7OMZFryzsuYh5ciSPwgAjQy6CQE5wTdirdd9asRTs0MpJtuae8JRYXWR VD6h5RfUjutZ+pt+vNSLLXGQAvqIoWLlxmnTYgFCvVDr5jg+3vApzCFsH+EuMxMgSPrD0QPvELuXS k1upG4Ix9181XJxsLOZiSANxFUX27WEWfV8nGLPPw9id9m69L3myzQagxoOeb4BbSmS57moRkcgGn lSfDmqEKF2c+GesbZKej6iYhdZd0Hr0vVg1dIGnSJu31UxdzwIEWrzXxMiwJt5MkPgRBvDyjCTy3V oJ9heab57qjqWTT8w/dQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNyNO-006u2X-0z; Wed, 08 Sep 2021 14:16:34 +0000 Received: from yawp.biot.com ([2a01:4f8:10a:8e::fce2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNyNK-006u1B-Ct for linux-arm-kernel@lists.infradead.org; Wed, 08 Sep 2021 14:16:31 +0000 Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mNyNF-00CSX9-34 for linux-arm-kernel@lists.infradead.org; Wed, 08 Sep 2021 16:16:25 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] (helo=sumner.biot.com) by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mNyN8-00CSWF-JL; Wed, 08 Sep 2021 16:16:18 +0200 Received: from bert by sumner.biot.com with local (Exim 4.93) (envelope-from ) id 1mNyN7-000ZbI-Q3; Wed, 08 Sep 2021 16:16:17 +0200 From: Bert Vermeulen To: Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, John Crispin , Bert Vermeulen Subject: [PATCH v3 0/5] Add support for Airoha EN7523 SoC Date: Wed, 8 Sep 2021 16:16:01 +0200 Message-Id: <20210908141606.136792-1-bert@biot.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210908_071630_478038_C21A9388 X-CRM114-Status: GOOD ( 12.33 ) 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 This patchset adds support for the Airoha EN7523 SoC, intended primarily for xPON/xDSL routers. v3: - s/armv7/armv8 in commit message - Fixed dt-bindings vendor ordering - Removed CONFIG_COMMON_CLK_EN7523 reference for now v2: - The company changed name from EcoNet to Airoha. - Removed Makefile text offset in lieu of /memreserve/ DTS node (see https://lists.infradead.org/pipermail/linux-arm-kernel/2021-September/681898.html) - DTS: Moved /memory node, fixed CPU compatible, removed GIC_CPU_MASK_SIMPLE from timer interrupts node, changed timer compatible, and minor fixes. John Crispin (5): dt-bindings: Add vendor prefix for Airoha dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB ARM: dts: Add basic support for Airoha EN7523 ARM: Add basic support for Airoha EN7523 SoC ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC .../devicetree/bindings/arm/airoha.yaml | 27 +++++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/Kconfig | 14 +++ arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/en7523-evb.dts | 26 ++++ arch/arm/boot/dts/en7523.dtsi | 114 ++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 1 + 7 files changed, 186 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml create mode 100644 arch/arm/boot/dts/en7523-evb.dts create mode 100644 arch/arm/boot/dts/en7523.dtsi -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel