[<prev] [next>] [day] [month] [year] [list]
Message-ID: <a1c556de-a9a4-5f90-1c46-a9e54daf463b@collabora.com>
Date: Wed, 30 Nov 2022 10:23:51 +0100
From: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
To: "nathan.lu" <nathan.lu@...iatek.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Chun-Kuang Hu <chunkuang.hu@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Matthias Brugger <matthias.bgg@...il.com>
Cc: "jason-jh . lin" <jason-jh.lin@...iatek.com>,
CK Hu <ck.hu@...iatek.com>,
Rex-BC Chen <rex-bc.chen@...iatek.com>,
Moudy Ho <moudy.ho@...iatek.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linux-mediatek@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, lancelot.wu@...iatek.com,
Project_Global_Chrome_Upstream_Group@...iatek.com
Subject: Re: [PATCH v3 2/6] dt-bindings: mediatek: modify VDOSYS0 mmsys device
tree Documentations for MT8188
Il 29/11/22 15:34, nathan.lu ha scritto:
> From: Nathan Lu <nathan.lu@...iatek.com>
>
> modify VDOSYS0 mmsys device tree Documentations for MT8188.
>
> Signed-off-by: Nathan Lu <nathan.lu@...iatek.com>
> ---
> .../devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
> index 0711f1834fbd..3e7fb33201c5 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
> +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
> @@ -47,6 +47,10 @@ properties:
> - const: mediatek,mt2701-mmsys
> - const: syscon
>
> + - items:
> + - const: mediatek,mt8188-vdosys0
The devicetree node will be like:
something: something@...ewhere {
compatible = "mediatek,mt8188-vdosys0", "syscon";
....
};
....and will never get any additional compatible string, as when you'll add
vdosys1 support, we'll get a similar node like:
something_else: something_else@...ewhere_else {
comaptible = "mediatek,mt8188-vdosys1", "syscon";
....
};
...so this should go upper in the enum that's listing all of the
mediatek,mtXXXX-mmsys compatibles, specifically after `mediatek,mt8186-mmsys`.
Please fix.
Regards,
Angelo
Powered by blists - more mailing lists