From patchwork Wed Feb 9 01:44:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leilk Liu X-Patchwork-Id: 12739520 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B71F4C433EF for ; Wed, 9 Feb 2022 01:53:51 +0000 (UTC) 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=dLagYD2AnLltQYXQ9JF/ajsCneJUmwn6Ss1uzHVx6Mg=; b=tKrS7mMRlu0KjQ 8ySUrhXmAZyukvuFaZOEePgJIwP/waYZ1XV62wankAtbqZNMyufAdhjt0N/ycvWvmwVUxDjejw7o8 XNjQKjn7yUDbINYzrJ0AlU8Xd5OajDF5zXHYLg5inXOFly2y7p94f45kFPP/l1MxOh55z5YBBkPKG HkYLLdLxU2iFZgWXU7FFaCf7GwJM+HLfSS+7ONPnwVp/8TYJkGV+2j9YmwuWupfr9FLCBX1PNdAx6 CmEPy0cXQ/Oo2AMeLzVnRanZDzkyUF7IWtKirb0n217U2nveC3Zdw75CM0qnYsO5FpuYzackK2mA1 Y+gf/ta0fQ7F5TAcdWxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHcAy-00FvyR-Hx; Wed, 09 Feb 2022 01:53:44 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHcAl-00Fvv0-Vf; Wed, 09 Feb 2022 01:53:33 +0000 X-UUID: 624c461c1b1f4fe1bf14b63a531f9e45-20220208 X-UUID: 624c461c1b1f4fe1bf14b63a531f9e45-20220208 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 2009034028; Tue, 08 Feb 2022 18:53:28 -0700 Received: from mtkmbs10n1.mediatek.inc (172.21.101.34) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 8 Feb 2022 17:44:50 -0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Wed, 9 Feb 2022 09:44:48 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 9 Feb 2022 09:44:48 +0800 From: Leilk Liu To: Mark Brown , Rob Herring CC: Matthias Brugger , , , , , Subject: [PATCH V5 0/3] Add compatible for Mediatek MT8186 Date: Wed, 9 Feb 2022 09:44:40 +0800 Message-ID: <20220209014443.12443-1-leilk.liu@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_175332_042214_5A1C5FC9 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. 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 V5: 1. re-send these patchs based on v5.17-rc1. 2. add the flags: "Reviewed-by Rob Herring". V4: 1. add "dt-bindings: spi: Convert spi-slave-mt27xx to json-schema" to this series again. v3: 1. Fix Rob review comment in v2. v2: 1. Fix Rob review comment. 2. split spi-mt65xx & spi-slave-mt27xx to 2 patches. Leilk Liu (3): dt-bindings: spi: Convert spi-slave-mt27xx to json-schema dt-bindings: spi: Convert spi-mt65xx to json-schema dt-bindings: spi: Add compatible for Mediatek MT8186 .../bindings/spi/mediatek,spi-mt65xx.yaml | 102 ++++++++++++++++++ .../spi/mediatek,spi-slave-mt27xx.yaml | 58 ++++++++++ .../devicetree/bindings/spi/spi-mt65xx.txt | 68 ------------ .../bindings/spi/spi-slave-mt27xx.txt | 33 ------ 4 files changed, 160 insertions(+), 101 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-slave-mt27xx.yaml delete mode 100644 Documentation/devicetree/bindings/spi/spi-mt65xx.txt delete mode 100644 Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt --- 2.25.1