Message ID | 20220317143926.15835-4-moudy.ho@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add mutex support for MDP | expand |
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>
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>
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
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%)