[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1616033945.25733.7.camel@mhfsdcap03>
Date: Thu, 18 Mar 2021 10:19:05 +0800
From: Chunfeng Yun <chunfeng.yun@...iatek.com>
To: Seiya Wang <seiya.wang@...iatek.com>
CC: Rob Herring <robh+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Jonathan Cameron <jic23@...nel.org>,
"Lars-Peter Clausen" <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
"Ulf Hansson" <ulf.hansson@...aro.org>,
Kishon Vijay Abraham I <kishon@...com>,
Vinod Koul <vkoul@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Mark Brown <broonie@...nel.org>,
"Daniel Lezcano" <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Hsin-Yi Wang <hsinyi@...omium.org>,
"Fabien Parent" <fparent@...libre.com>,
Sean Wang <sean.wang@...iatek.com>,
"Zhiyong Tao" <zhiyong.tao@...iatek.com>,
Chaotian Jing <chaotian.jing@...iatek.com>,
Wenbin Mei <wenbin.mei@...iatek.com>,
Stanley Chu <stanley.chu@...iatek.com>,
Bayi Cheng <bayi.cheng@...iatek.com>,
"Chuanhong Guo" <gch981213@...il.com>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-iio@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<linux-serial@...r.kernel.org>, <linux-spi@...r.kernel.org>,
<linux-watchdog@...r.kernel.org>, <srv_heupstream@...iatek.com>
Subject: Re: [PATCH 08/10] dt-bindings: phy: Add compatible for Mediatek
MT8195
On Tue, 2021-03-16 at 19:14 +0800, Seiya Wang wrote:
> This commit adds dt-binding documentation of UFS M-Phy for Mediatek MT8195 SoC
> Platform.
>
> Signed-off-by: Seiya Wang <seiya.wang@...iatek.com>
> ---
> Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml
> index 3a9be82e7f13..5235b1a0d188 100644
> --- a/Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml
> @@ -22,6 +22,7 @@ properties:
> pattern: "^ufs-phy@[0-9a-f]+$"
>
> compatible:
> + enum: mediatek,mt8195-ufsphy
> const: mediatek,mt8183-ufsphy
>
There is warning when I make dt_binding_check, if mt8195 is compatible
with mt8183, will add it as following:
oneOf:
- items:
- enum:
- mediatek,mt8195-ufsphy
- const: mediatek,mt8183-ufsphy
- const: mediatek,mt8183-ufsphy
Due to Vinod already apply this patch, I'll send out a fix patch later
Thanks
> reg:
Powered by blists - more mailing lists