Message ID | 20210802220943.v6.9.If10dbdfade9f48710e485efe79e53e6e65144a2f@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Refactor MTK MDP driver into core/components | expand |
Hi Eizan, Thank you for your patch. Missatge de Eizan Miyamoto <eizan@chromium.org> del dia dl., 2 d’ag. 2021 a les 14:15: > > It is no longer needed by the mtk-mdp driver > > Signed-off-by: Eizan Miyamoto <eizan@chromium.org> Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> > --- > > (no changes since v1) > > Documentation/devicetree/bindings/media/mediatek-mdp.txt | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/mediatek-mdp.txt b/Documentation/devicetree/bindings/media/mediatek-mdp.txt > index caa24943da33..4c325585f68f 100644 > --- a/Documentation/devicetree/bindings/media/mediatek-mdp.txt > +++ b/Documentation/devicetree/bindings/media/mediatek-mdp.txt > @@ -4,8 +4,6 @@ Media Data Path is used for scaling and color space conversion. > > Required properties (controller node): > - compatible: "mediatek,mt8173-mdp" > -- mediatek,vpu: the node of video processor unit, see > - Documentation/devicetree/bindings/media/mediatek-vpu.txt for details. > > Required properties (all function blocks, child node): > - compatible: Should be one of > @@ -41,7 +39,6 @@ Example: > power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>; > iommus = <&iommu M4U_PORT_MDP_RDMA0>; > mediatek,larb = <&larb0>; > - mediatek,vpu = <&vpu>; > }; > > mdp_rdma1: rdma@14002000 { > -- > 2.32.0.554.ge1b32706d8-goog >
On Mon, 02 Aug 2021 22:12:15 +1000, Eizan Miyamoto wrote: > It is no longer needed by the mtk-mdp driver > > Signed-off-by: Eizan Miyamoto <eizan@chromium.org> > --- > > (no changes since v1) > > Documentation/devicetree/bindings/media/mediatek-mdp.txt | 3 --- > 1 file changed, 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/media/mediatek-mdp.txt b/Documentation/devicetree/bindings/media/mediatek-mdp.txt index caa24943da33..4c325585f68f 100644 --- a/Documentation/devicetree/bindings/media/mediatek-mdp.txt +++ b/Documentation/devicetree/bindings/media/mediatek-mdp.txt @@ -4,8 +4,6 @@ Media Data Path is used for scaling and color space conversion. Required properties (controller node): - compatible: "mediatek,mt8173-mdp" -- mediatek,vpu: the node of video processor unit, see - Documentation/devicetree/bindings/media/mediatek-vpu.txt for details. Required properties (all function blocks, child node): - compatible: Should be one of @@ -41,7 +39,6 @@ Example: power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>; iommus = <&iommu M4U_PORT_MDP_RDMA0>; mediatek,larb = <&larb0>; - mediatek,vpu = <&vpu>; }; mdp_rdma1: rdma@14002000 {
It is no longer needed by the mtk-mdp driver Signed-off-by: Eizan Miyamoto <eizan@chromium.org> --- (no changes since v1) Documentation/devicetree/bindings/media/mediatek-mdp.txt | 3 --- 1 file changed, 3 deletions(-)