From patchwork Fri Jan 6 15:28:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13091448 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 9748FC3DA7A for ; Fri, 6 Jan 2023 15:29:33 +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:References:In-Reply-To: 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: List-Owner; bh=z/CNq99y8KrfSuZQ4Cl75p7z6LA3eDcQRhnOf+WusYQ=; b=fwihQOpYYLc4qm FZd8NMFaynefN4WywZ8RGRdLj40S+43fnlnyNPB6KP074BMIqNLtU6C+dPZOxakB+tRyLeSyvk1qT 8C29QldOEsO/zO6YM281n3pDGl6mf3u7PkcEuHJqBGyvS6x8dneGraeD1lVtO93v4qQ5JrIp6m37t gG+SP3lZJ3PPBEmtOh1zo4c5+tpxdAI9J2PUa8WERSGvcwX9zRocRXYMwcuHXDjTvZRQjsvoES9rN IcmL8s7BmpNxlMHOIsIeeaHAeZzUMw1JRlA/jStMR3nGkt2knAb5Xvup3esHPz/yRSIXNULpLC3U+ 8r3kGNTU74st7XmqEo2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDoey-009Gmz-Rk; Fri, 06 Jan 2023 15:29:32 +0000 Received: from mxout4.routing.net ([2a03:2900:1:a::9]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDoeW-009GO4-UU; Fri, 06 Jan 2023 15:29:06 +0000 Received: from mxbulk.masterlogin.de (unknown [192.168.10.85]) by mxout4.routing.net (Postfix) with ESMTP id EB07C100464; Fri, 6 Jan 2023 15:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1673018939; 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: in-reply-to:in-reply-to:references:references; bh=TXaEWxtn0uFZdcMKR1HVawy7OAcOEaMqyiThbbGx/JQ=; b=S/OG9VJu7Jie4XsryCXN+BCsu/4JyG+TriwtuN2mEKRjzjeSTc1W+v0l62yjfb16cdHBhC PIajeIelKfTTMeSRr+CblgRXpzhZM4gKT0BCWIJXNf/YtYgGaoKOWVFGI933SndPNT8siJ ymfwtp3ZCqVSqcSNuqBUug7dEICig0c= Received: from frank-G5.. (fttx-pool-217.61.159.6.bambit.de [217.61.159.6]) by mxbulk.masterlogin.de (Postfix) with ESMTPSA id 46F7212272E; Fri, 6 Jan 2023 15:28:58 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Cc: Frank Wunderlich , Chunfeng Yun , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , AngeloGioacchino Del Regno Subject: [PATCH v9 1/5] dt-bindings: phy: mediatek,tphy: add support for mt7986 Date: Fri, 6 Jan 2023 16:28:41 +0100 Message-Id: <20230106152845.88717-2-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230106152845.88717-1-linux@fw-web.de> References: <20230106152845.88717-1-linux@fw-web.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230106_072905_165032_5DC6ED8A X-CRM114-Status: UNSURE ( 7.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org From: Frank Wunderlich Add compatible string for mt7986. Signed-off-by: Frank Wunderlich Acked-by: Krzysztof Kozlowski Reviewed-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Matthias Brugger --- Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml index 5613cc5106e3..230a17f24966 100644 --- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml +++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml @@ -79,6 +79,7 @@ properties: - enum: - mediatek,mt2712-tphy - mediatek,mt7629-tphy + - mediatek,mt7986-tphy - mediatek,mt8183-tphy - mediatek,mt8186-tphy - mediatek,mt8192-tphy