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 X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE5C5C433E9 for ; Fri, 12 Feb 2021 14:42:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7FF0E64DDF for ; Fri, 12 Feb 2021 14:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231553AbhBLOmd (ORCPT ); Fri, 12 Feb 2021 09:42:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:47984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229917AbhBLOmS (ORCPT ); Fri, 12 Feb 2021 09:42:18 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D917B64E7A; Fri, 12 Feb 2021 14:41:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613140897; bh=w41GzsJk0Vogbh4l71xjGxLnYcjpT88j2ABTUyR0CPA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=CMJycKMceiGxoVjgh66jMjcZGvF/VK0b5CQPBqftuYsiYWCVToXNfbG4tzSjxa45T 820jRA1mpFm2F6XQLAZQ+YNjN6CR48/YM7qEYXZ0zA73VLCLS2hEldmADLAo9crSCo Fypz0aHib4ZJ1dUeK1BX1iMHA/DamncbRbNsxEXOtfZmnDvQVacS93v6JcaA6IoBma FDvCISxq9JB0n+ZCz3Df3KFhH4X6lLv2hhMCJPDDKi40FfdnnV/v0Ijx5b0gGGLDOr z+JbUd2J5mE1STVwthrR/nDJwnlk7bW6X4M6vCDnvM5YcIykZZXFwX61UYSleHHj9E YXt6C3hKpaq2Q== Received: by mail-wm1-f48.google.com with SMTP id y134so1232790wmd.3; Fri, 12 Feb 2021 06:41:36 -0800 (PST) X-Gm-Message-State: AOAM533uVMTtzbFkdCSykAAzdXPbfMnhuc2DU93pSQXrsogqeF/sI2IH BR8NiEAzPyMbGFUXKumsduLJ93qlg7273a84jQ== X-Google-Smtp-Source: ABdhPJzdFy4n8dWcKUYHoVq6+dVbyp7JXRlajzvwa8pvXT90zRWzOYhLksxIrD/3To51pG8WvOViuzKeUWRQtAPU1Qc= X-Received: by 2002:a1c:5f82:: with SMTP id t124mr2937914wmb.55.1613140895464; Fri, 12 Feb 2021 06:41:35 -0800 (PST) MIME-Version: 1.0 References: <20210201070016.41721-1-chunfeng.yun@mediatek.com> <20210201070016.41721-4-chunfeng.yun@mediatek.com> In-Reply-To: <20210201070016.41721-4-chunfeng.yun@mediatek.com> From: Chun-Kuang Hu Date: Fri, 12 Feb 2021 22:41:24 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH next v3 04/16] dt-bindings: phy: mediatek: hdmi-phy: modify compatible items To: Chunfeng Yun Cc: Rob Herring , Matthias Brugger , Kishon Vijay Abraham I , Vinod Koul , Greg Kroah-Hartman , Chun-Kuang Hu , Philipp Zabel , Min Guo , Linux ARM , "moderated list:ARM/Mediatek SoC support" , linux-kernel , DTML , linux-usb@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Chunfeng: Chunfeng Yun =E6=96=BC 2021=E5=B9=B42=E6=9C=881= =E6=97=A5 =E9=80=B1=E4=B8=80 =E4=B8=8B=E5=8D=883:00=E5=AF=AB=E9=81=93=EF=BC= =9A > > mt7623-hdmi-tx is compatible to mt2701-hdmi-tx, and the compatible > "mediatek,mt7623-hdmi-tx" is not supported in driver, in fact uses > "mediatek,mt2701-hdmi-tx" instead on MT7623, so changes the > compatible items to make dependence clear. Acked-by: Chun-Kuang Hu > > Cc: Chun-Kuang Hu > Cc: Philipp Zabel > Signed-off-by: Chunfeng Yun > --- > v3: modify commit message > v2: no changes > --- > .../devicetree/bindings/phy/mediatek,hdmi-phy.yaml | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml= b/Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml > index 4752517a1446..0d94950b84ca 100644 > --- a/Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml > @@ -21,10 +21,13 @@ properties: > pattern: "^hdmi-phy@[0-9a-f]+$" > > compatible: > - enum: > - - mediatek,mt2701-hdmi-phy > - - mediatek,mt7623-hdmi-phy > - - mediatek,mt8173-hdmi-phy > + oneOf: > + - items: > + - enum: > + - mediatek,mt7623-hdmi-phy > + - const: mediatek,mt2701-hdmi-phy > + - const: mediatek,mt2701-hdmi-phy > + - const: mediatek,mt8173-hdmi-phy > > reg: > maxItems: 1 > -- > 2.18.0