[PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder

Moudy Ho posted 6 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder
Posted by Moudy Ho 2 years, 6 months ago
In order to share the same hardware information with MDP3,
change the MUTEX dt-binding to the path "soc/mediatek".

Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
---
 .../bindings/{display => soc}/mediatek/mediatek,mutex.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/{display => soc}/mediatek/mediatek,mutex.yaml (97%)

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
similarity index 97%
rename from Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml
rename to Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
index 6eca525eced0..f825af49f820 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml
+++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/display/mediatek/mediatek,mutex.yaml#
+$id: http://devicetree.org/schemas/soc/mediatek/mediatek,mutex.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Mediatek mutex
-- 
2.18.0
Re: [PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder
Posted by Rob Herring 2 years, 6 months ago
On Thu, 17 Mar 2022 22:39:23 +0800, Moudy Ho wrote:
> In order to share the same hardware information with MDP3,
> change the MUTEX dt-binding to the path "soc/mediatek".
> 
> Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
> ---
>  .../bindings/{display => soc}/mediatek/mediatek,mutex.yaml      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename Documentation/devicetree/bindings/{display => soc}/mediatek/mediatek,mutex.yaml (97%)
> 

Acked-by: Rob Herring <robh@kernel.org>
Re: [PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder
Posted by Chun-Kuang Hu 2 years, 6 months ago
Rob Herring <robh@kernel.org> 於 2022年3月22日 週二 上午6:28寫道:
>
> On Thu, 17 Mar 2022 22:39:23 +0800, Moudy Ho wrote:
> > In order to share the same hardware information with MDP3,
> > change the MUTEX dt-binding to the path "soc/mediatek".

Acked-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

> >
> > Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
> > ---
> >  .../bindings/{display => soc}/mediatek/mediatek,mutex.yaml      | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename Documentation/devicetree/bindings/{display => soc}/mediatek/mediatek,mutex.yaml (97%)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>