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 93FEBC38A02 for ; Sat, 29 Oct 2022 15:42:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229562AbiJ2Pmu (ORCPT ); Sat, 29 Oct 2022 11:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiJ2Pmt (ORCPT ); Sat, 29 Oct 2022 11:42:49 -0400 Received: from mxout1.routing.net (mxout1.routing.net [IPv6:2a03:2900:1:a::a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42B0161B30; Sat, 29 Oct 2022 08:42:48 -0700 (PDT) Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout1.routing.net (Postfix) with ESMTP id 2099A403E3; Sat, 29 Oct 2022 15:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1667058166; 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=iQwpRoeuL1M5N78QvYS6ScSXvstS9WycunzN1i3DKaDCyFcSCqeCKJ+5ZkULjMrm2R/0v5 J7+ynWZzxGq8OBMeFQRyuQQvQjb4XuNzXU2/IZ60PGGNUk65mIlmI7RrULUhtTOTd4eD1t aYMVKeWpI2oqivbCtZF/1Zw+N1LAh88= Received: from frank-G5.. (fttx-pool-217.61.156.178.bambit.de [217.61.156.178]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id 37C273600A1; Sat, 29 Oct 2022 15:42:45 +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 17:42:17 +0200 Message-Id: <20221029154219.4833-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mail-ID: 9d1853c2-04a8-4447-aaa2-a41ba2a3b9e1 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) 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