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 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 61D3FC433FE for ; Sat, 29 Oct 2022 12:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=F28icF3t/ZJZnzJ1jYpuHgDKBjTOtvEe+03X+Age5+w=; b=gABAKKygj73IHA 0rFDU8gRUa/IHmdGBeBf2smqJk0YiggbMKwUfcpfeuZL+CT0V7rr2KtowZd8fTUzNoeQKXHnQNqiH tD4ziTsrXTWFEGDJIXYEWUfcmX2h45LN/bifxTIFLYiW/uDlZdbfG554L9JdEJ/zg4EclvNn5MwTy CAeuFGEMFkg2EUZcGMS5qCP6DGWFVfLMo0UsjzvLpX6E+bvfHNHiWc86LbycI0530iV7LzMzJ/gcn PJw5B3DZDlFO/Eaf9ucfZB/oWgE99yhf7Eb29XLm/yq8DvNi/inPD4HfSSG7376d3HCg72Pu0jSBr pyPN9VPgBPhEqE3IgU6Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oolLn-00694r-GI; Sat, 29 Oct 2022 12:54:11 +0000 Received: from mxout1.routing.net ([2a03:2900:1:a::a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oolLc-00690i-CM; Sat, 29 Oct 2022 12:54:01 +0000 Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout1.routing.net (Postfix) with ESMTP id D5568419DC; Sat, 29 Oct 2022 12:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1667048034; 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=F28icF3t/ZJZnzJ1jYpuHgDKBjTOtvEe+03X+Age5+w=; b=wj2UQE2uO0w5HijBktCAoeLWvP1KpoV15b52aDP6+K735D6tOSmTiFqWGdCdeftwnpxkFv 2Q2f4PTCw6/M5S1VuPQ95IMqeW/7gIhojcVrUt+42jRrNLw9tTI8WSsFd2Aeb6s4G10YLm 5ZfYvWP+RBTMwHVC0UarXgw0cQBV48U= Received: from frank-G5.. (fttx-pool-217.61.156.178.bambit.de [217.61.156.178]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id DEF623600A1; Sat, 29 Oct 2022 12:53:52 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Subject: [PATCH v3 0/2] rework mtk pcie-gen3 bindings and support mt7986 Date: Sat, 29 Oct 2022 14:53:46 +0200 Message-Id: <20221029125348.36362-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mail-ID: 292954b1-9310-4712-9c4c-012164a8cf71 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221029_055400_624305_766D180D X-CRM114-Status: UNSURE ( 8.31 ) 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: , Cc: devicetree@vger.kernel.org, Ryder Lee , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Jianjun Wang , Matthias Brugger , Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , linux-arm-kernel@lists.infradead.org Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.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) v3: - fixed problem with fallback-compatible not compatible to main 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 | 64 +++++++++++++++---- 1 file changed, 52 insertions(+), 12 deletions(-) -- 2.34.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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A423CC38A02 for ; Sat, 29 Oct 2022 12:54:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229571AbiJ2Mx7 (ORCPT ); Sat, 29 Oct 2022 08:53:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbiJ2Mx6 (ORCPT ); Sat, 29 Oct 2022 08:53:58 -0400 Received: from mxout1.routing.net (mxout1.routing.net [IPv6:2a03:2900:1:a::a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C77B961134; Sat, 29 Oct 2022 05:53:56 -0700 (PDT) Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout1.routing.net (Postfix) with ESMTP id D5568419DC; Sat, 29 Oct 2022 12:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1667048034; 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=F28icF3t/ZJZnzJ1jYpuHgDKBjTOtvEe+03X+Age5+w=; b=wj2UQE2uO0w5HijBktCAoeLWvP1KpoV15b52aDP6+K735D6tOSmTiFqWGdCdeftwnpxkFv 2Q2f4PTCw6/M5S1VuPQ95IMqeW/7gIhojcVrUt+42jRrNLw9tTI8WSsFd2Aeb6s4G10YLm 5ZfYvWP+RBTMwHVC0UarXgw0cQBV48U= Received: from frank-G5.. (fttx-pool-217.61.156.178.bambit.de [217.61.156.178]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id DEF623600A1; Sat, 29 Oct 2022 12:53:52 +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 v3 0/2] rework mtk pcie-gen3 bindings and support mt7986 Date: Sat, 29 Oct 2022 14:53:46 +0200 Message-Id: <20221029125348.36362-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mail-ID: 292954b1-9310-4712-9c4c-012164a8cf71 Precedence: bulk List-ID: X-Mailing-List: linux-pci@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) v3: - fixed problem with fallback-compatible not compatible to main 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 | 64 +++++++++++++++---- 1 file changed, 52 insertions(+), 12 deletions(-) -- 2.34.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 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 00CA7C38A02 for ; Sat, 29 Oct 2022 12:55:18 +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=zLZy9gSesoKb3qt55slTkWbNzn78G2X9eAW77vwEu8U=; b=KA1G9sKsaROrNj DSXzbPT9u9Y6O/NZXhoqjdKRvmBKOKv0ub5lvA7ZsLAiEcEWF9h5ULXA2Kjdq7DAmMal0VGDLNI4G kZM2bj1PvfEZuy/lgAbOwxqKYMyt9J1K3DgCSzH7Fiyt3Z6bDOdTtu+8ES2ykP9TJb94/wn5vrm1l I/pIbGeHF7hnsQsCVH8A8PInZsL7zqLo35s1ttA2PQzd8RHhYF7Xc+BFncYKHJjsm715w7gHcEBxA Z30xb6VMOR4HfojUUE0UmIZmo0WWiMVHtkF9L3YkBQDQZet1aIm31vPw1Shz3ESLID3pvcKsVhx0F PLRJJukSdoUtQfQmwSFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oolLf-00692n-Ms; Sat, 29 Oct 2022 12:54:03 +0000 Received: from mxout1.routing.net ([2a03:2900:1:a::a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oolLc-00690i-CM; Sat, 29 Oct 2022 12:54:01 +0000 Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout1.routing.net (Postfix) with ESMTP id D5568419DC; Sat, 29 Oct 2022 12:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1667048034; 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=F28icF3t/ZJZnzJ1jYpuHgDKBjTOtvEe+03X+Age5+w=; b=wj2UQE2uO0w5HijBktCAoeLWvP1KpoV15b52aDP6+K735D6tOSmTiFqWGdCdeftwnpxkFv 2Q2f4PTCw6/M5S1VuPQ95IMqeW/7gIhojcVrUt+42jRrNLw9tTI8WSsFd2Aeb6s4G10YLm 5ZfYvWP+RBTMwHVC0UarXgw0cQBV48U= Received: from frank-G5.. (fttx-pool-217.61.156.178.bambit.de [217.61.156.178]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id DEF623600A1; Sat, 29 Oct 2022 12:53:52 +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 v3 0/2] rework mtk pcie-gen3 bindings and support mt7986 Date: Sat, 29 Oct 2022 14:53:46 +0200 Message-Id: <20221029125348.36362-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Mail-ID: 292954b1-9310-4712-9c4c-012164a8cf71 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221029_055400_624305_766D180D X-CRM114-Status: UNSURE ( 8.31 ) X-CRM114-Notice: Please train this message. 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 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) v3: - fixed problem with fallback-compatible not compatible to main 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 | 64 +++++++++++++++---- 1 file changed, 52 insertions(+), 12 deletions(-) -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel