From patchwork Tue Oct 25 07:28:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 618420 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A61B0C38A2D for ; Tue, 25 Oct 2022 07:28:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230360AbiJYH2s (ORCPT ); Tue, 25 Oct 2022 03:28:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229877AbiJYH2r (ORCPT ); Tue, 25 Oct 2022 03:28:47 -0400 Received: from mxout3.routing.net (mxout3.routing.net [IPv6:2a03:2900:1:a::8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48ADB13738C; Tue, 25 Oct 2022 00:28:46 -0700 (PDT) Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout3.routing.net (Postfix) with ESMTP id C534F60571; Tue, 25 Oct 2022 07:28:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1666682924; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oU7xNIJOgcDZyQLTxB0D1Oegkqiid6wFmJS2x9cVETs=; b=v3fyfjC/VqaNdQeY6P0Wwd0ir5wLyOgK+RoLPwqtVE6PWZTCRHW/fXK9ftzvcWKyMVL+n9 NbMY1KzHU7Q+32fpzti718c4VnUHR4DuSyfc/ipp+jG9fmkyJCuxL4SRgIovffoUjUq3D0 26D34hPVJIAnh/0+fkIf5U852d/Reyo= Received: from frank-G5.. (fttx-pool-217.61.152.57.bambit.de [217.61.152.57]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id 476F51003DE; Tue, 25 Oct 2022 07:28:43 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Cc: Frank Wunderlich , Ryder Lee , Jianjun Wang , Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/2] rework mtk pcie-gen3 bindings and support mt7986 Date: Tue, 25 Oct 2022 09:28:35 +0200 Message-Id: <20221025072837.16591-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Mail-ID: b840c511-db93-405d-9f2f-cfd160d31122 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Frank Wunderlich This Series prepares support for mt7986 PCIe which is basicly gen3 PCIe but with slightly differnt clock configuration. To make differences better to read i split the exiting bindings which has already different settings with a compatible switch and then add a new one for mt7986. v2: - fixed typo in part 1 (SoC based config) - squashed part2+3 (compatible and clock config for mt7986) Frank Wunderlich (2): dt-bindings: PCI: mediatek-gen3: add SoC based clock config dt-bindings: PCI: mediatek-gen3: add support for mt7986 .../bindings/pci/mediatek-pcie-gen3.yaml | 65 +++++++++++++++---- 1 file changed, 53 insertions(+), 12 deletions(-)