diff mbox series

[v6,9/9] dt-bindings: mediatek: remove vpu requirement from mtk-mdp

Message ID 20210802220943.v6.9.If10dbdfade9f48710e485efe79e53e6e65144a2f@changeid
State New
Headers show
Series Refactor MTK MDP driver into core/components | expand

Commit Message

Eizan Miyamoto Aug. 2, 2021, 12:12 p.m. UTC
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(-)

Comments

Enric Balletbo Serra Aug. 3, 2021, 10:27 a.m. UTC | #1
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

>
Rob Herring Aug. 6, 2021, 9:47 p.m. UTC | #2
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 mbox series

Patch

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 {