From nobody Thu Dec 12 04:57:25 2024 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6EBBA154C04; Mon, 11 Nov 2024 01:31:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731288661; cv=none; b=OAqJO/Qfe851UvSX68Of1man8f4BzGzJV2vn2qRPlyHdz0Wh0GXSsnRhHcP+7UOuv9JCMVVghgLhKeRi26xKfp2Zxtx4Zm4C4Vvjfuo4SrAUE7hZPqRFvBlYVETOMS7ysluPteu27Z2x1xJuLW5X7G8JO+NwePUT7d8u8YQI8cw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731288661; c=relaxed/simple; bh=CgadDdYWs3CAM+2bELfGUg5Jr452m2Ji1Iw8/54B7vY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=nM0YSh5deGarwh9cS+rH5nD5WjCsslbIlQpViugh3SbINF3jHDf6Afu2FSU5Z0dfMCXrFz/4JNXFi5r/7O1uLmFb1P6czkGg08jxMs1VNEnCbrS74Xj8TGW7AQPrFvaUwpUBHcQWnJOUEDAcLiESRhdA+bqiTAFv1mf30erPEjc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BA89D13D5; Sun, 10 Nov 2024 17:31:29 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 152FE3F66E; Sun, 10 Nov 2024 17:30:57 -0800 (PST) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Vinod Koul , Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org Subject: [PATCH 07/14] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY Date: Mon, 11 Nov 2024 01:30:26 +0000 Message-ID: <20241111013033.22793-8-andre.przywara@arm.com> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241111013033.22793-1-andre.przywara@arm.com> References: <20241111013033.22793-1-andre.przywara@arm.com> 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 Content-Type: text/plain; charset="utf-8" The Allwinner A523 SoC contains a USB-2.0 PHY fully compatible to the one used in the D1/T113s SoCs. This PHY controls the two USB-2.0 ports, there is a separate and quite different PHY for the USB-3.0 port. Add the new compatible string, with a fallback to the D1 version. Signed-off-by: Andre Przywara Acked-by: Conor Dooley --- .../bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb= -phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-= phy.yaml index f557feca97630..b070a5aeab11d 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.ya= ml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.ya= ml @@ -15,9 +15,13 @@ properties: const: 1 =20 compatible: - enum: - - allwinner,sun20i-d1-usb-phy - - allwinner,sun50i-a64-usb-phy + oneOf: + - enum: + - allwinner,sun20i-d1-usb-phy + - allwinner,sun50i-a64-usb-phy + - items: + - const: allwinner,sun55i-a523-usb-phy + - const: allwinner,sun20i-d1-usb-phy =20 reg: items: --=20 2.46.2