From nobody Tue Apr 7 16:14:58 2026 Received: from mail.cjdns.fr (mail.cjdns.fr [5.135.140.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64C9B27A476; Sat, 4 Apr 2026 18:49:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=5.135.140.105 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775328578; cv=none; b=kE8Czk/pdyo+ISRCFeEliyA1QoELv8HS+ijfVJCVtqTL0icnWDSuwWzA2s7XwEuCQ/rzbiyEu50vIxtzTJg/6csYnGgwdWVyWpurNYZzaWFycXgQbra/Nb8I3w6K79RqBXH/ckWx+xma8U6SQ2AgSBTTiGklfpugdsc1E07B8yc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775328578; c=relaxed/simple; bh=sj+JBUjyMP8yn8s1bwfRy+d9Z6cwqMfJMPjxEPuBuz4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Sf5UpHejGGOinU25tQd4rAKSkd6bLKDreVmuE3u4UyPvZkPzVdTrOZy2VrJBs7K1Cmssv2teg4Sz3xZB6j0XGV2INDxdgDrfjUeOAjfe7dLJBcK1llBnysfvi8lX9IWRNH3iTIEg0zAYw3eBYhXgCqoO9hZnUT3q2vO8PW184oQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cjdns.fr; spf=none smtp.mailfrom=cjdns.fr; dkim=pass (2048-bit key) header.d=cjdns.fr header.i=@cjdns.fr header.b=bQMllJK2; arc=none smtp.client-ip=5.135.140.105 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cjdns.fr Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=cjdns.fr Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cjdns.fr header.i=@cjdns.fr header.b="bQMllJK2" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6AA0918F1E3; Sat, 4 Apr 2026 20:49:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cjdns.fr; s=dkim; t=1775328573; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=YnebsD5xWbJkEpbpYJViFsMgD+i9B4XOyvgycIVM15M=; b=bQMllJK2ZYrWu/QRJNL6JTOj9gQ+xwjjK8o2K2VzYWgynkTYUMM1uKwT2j52YD3KON41lM NeeEJj5a+3uGSfeytPZQvIwd5PX94zJH2YB1uZzjzE1tF9bwW/CoJzHg2YeBfthYFMio/N 6lBDKketbNTx5+HVSP4mjPEfWu+sBn1TGDQjbM5mOQz79ZhKqo6NwEttJr65CmQCo08AK8 /VHtI1BN7pdBjzRJ398yAtlmZl6YfEjbZr5qIGCNjbw6Lhy0W12bCC4069+Nx+4CnqT9fe FQWg8ZjBaSX5ZotikKsZ+L/fAcTDSO0ncaoIXIjuM7tKOTBeL+ruC/udgU4KUw== From: Caleb James DeLisle To: linux-phy@lists.infradead.org Cc: naseefkm@gmail.com, vkoul@kernel.org, neil.armstrong@linaro.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Caleb James DeLisle , Krzysztof Kozlowski Subject: [PATCH v2 1/2] dt-bindings: phy: Document PCIe PHY in EcoNet EN751221 and EN7528 Date: Sat, 4 Apr 2026 18:49:17 +0000 Message-Id: <20260404184918.2184070-2-cjd@cjdns.fr> In-Reply-To: <20260404184918.2184070-1-cjd@cjdns.fr> References: <20260404184918.2184070-1-cjd@cjdns.fr> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" EN751221 and EN7528 SoCs have two PCIe slots, and each one has a PHY which behaves slightly differently because one slot is Gen1/Gen2 while the other is Gen1 only. Signed-off-by: Caleb James DeLisle Reviewed-by: Krzysztof Kozlowski --- .../phy/econet,en751221-pcie-phy.yaml | 50 +++++++++++++++++++ MAINTAINERS | 6 +++ 2 files changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/econet,en751221-p= cie-phy.yaml diff --git a/Documentation/devicetree/bindings/phy/econet,en751221-pcie-phy= .yaml b/Documentation/devicetree/bindings/phy/econet,en751221-pcie-phy.yaml new file mode 100644 index 000000000000..987d396c1c64 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/econet,en751221-pcie-phy.yaml @@ -0,0 +1,50 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/phy/econet,en751221-pcie-phy.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: EcoNet PCI-Express PHY for EcoNet EN751221 and EN7528 + +maintainers: + - Caleb James DeLisle + +description: + The PCIe PHY supports physical layer functionality for PCIe Gen1 and + Gen1/Gen2 ports. On these SoCs, port 0 is a Gen1-only port while + port 1 is Gen1/Gen2 capable. + +properties: + compatible: + enum: + - econet,en751221-pcie-gen1 + - econet,en751221-pcie-gen2 + - econet,en7528-pcie-gen1 + - econet,en7528-pcie-gen2 + + reg: + maxItems: 1 + + "#phy-cells": + const: 0 + +required: + - compatible + - reg + - "#phy-cells" + +additionalProperties: false + +examples: + - | + soc { + #address-cells =3D <1>; + #size-cells =3D <1>; + + pcie-phy@1faf2000 { + compatible =3D "econet,en7528-pcie-gen1"; + reg =3D <0x1faf2000 0x1000>; + #phy-cells =3D <0>; + }; + }; +... diff --git a/MAINTAINERS b/MAINTAINERS index 96e0781f2201..1b016212e4cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9172,6 +9172,12 @@ F: drivers/irqchip/irq-econet-en751221.c F: include/dt-bindings/clock/econet,en751221-scu.h F: include/dt-bindings/reset/econet,en751221-scu.h =20 +ECONET PCIE PHY DRIVER +M: Caleb James DeLisle +L: linux-mips@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/phy/econet,en751221-pcie-phy.yaml + ECRYPT FILE SYSTEM M: Tyler Hicks L: ecryptfs@vger.kernel.org --=20 2.39.5