From patchwork Mon Oct 18 11:40:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?U2FtIFNoaWggKOWPsueiqeS4iSk=?= X-Patchwork-Id: 12566079 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 17EB8C433F5 for ; Mon, 18 Oct 2021 11:40:43 +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 D4A8060EE5 for ; Mon, 18 Oct 2021 11:40:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D4A8060EE5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.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=wfqlHW4nQxRSXEv86jo1Caik5Heg5kNZKS2+6nrhpII=; b=vnyR0q1Cd0E5jF oID59Yi1gWty+0a3D9YITmtm9XAVPGHcOBuAMI7LCCuJcCZA5qA7vAbGpaw0xYfsxuYqmyX3glzK7 jm3qm1F0Y7rxwUIa3CPRRB2Qs78nrM1V5AcRO/h78TGx13hfS8/Z8AEfkzMKsvFTaclh9eixcbIix SdM+GUKnjYi1xnFwXiqM+7x8RR7fHuWCpZASdZK21rI+Dq5SD+kcSFrCIiPa4IV+t6FWwFBP13gsa 9/wgxfWAaYMuIFh3V+K4Ku44AlbSBL4O5A/LM0Xmgc1/a4emvJCtpDCt9xcKUEujOswYtKQu9NQ2y +JGTlf5dgma9uvecOjIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcR0J-00FNlk-5R; Mon, 18 Oct 2021 11:40:31 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcR0C-00FNie-Tv; Mon, 18 Oct 2021 11:40:29 +0000 X-UUID: 07bc9cdd91f144fa8d24d8840cca097b-20211018 X-UUID: 07bc9cdd91f144fa8d24d8840cca097b-20211018 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 946262000; Mon, 18 Oct 2021 04:40:20 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 18 Oct 2021 04:40:18 -0700 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 18 Oct 2021 19:40:17 +0800 From: Sam Shih To: Rob Herring , Matthias Brugger , Hsin-Yi Wang , Enric Balletbo i Serra , Fabien Parent , Seiya Wang , Sean Wang , , , , CC: John Crispin , Ryder Lee , Sam Shih Subject: [PATCH v7 0/3] Add basic SoC support for mediatek mt7986 Date: Mon, 18 Oct 2021 19:40:06 +0800 Message-ID: <20211018114009.13350-1-sam.shih@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211018_044025_019886_5A4C166E X-CRM114-Status: GOOD ( 10.99 ) X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org This patch adds basic SoC support for Mediatek's new 4-core SoC, MT7986, which is mainly for wifi-router application. --- v7: added memory node back to dts v6: separate basic part into a single patch series According to the maintainer’s suggestion, this patch splits the previous thread into independent patch series. This patch include basic device support. Original thread: https://lore.kernel.org/all/20210914085137.31761-1-sam.shih@mediatek.com/ --- Sam Shih (3): dt-bindings: arm64: dts: mediatek: Add mt7986 series arm64: dts: mediatek: add basic mt7986a support arm64: dts: mediatek: add basic mt7986b support .../devicetree/bindings/arm/mediatek.yaml | 8 + arch/arm64/boot/dts/mediatek/Makefile | 2 + arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 38 +++++ arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 149 ++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 30 ++++ arch/arm64/boot/dts/mediatek/mt7986b.dtsi | 149 ++++++++++++++++++ 6 files changed, 376 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a.dtsi create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b.dtsi -- 2.29.2