[PATCH] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties

Liu Ying posted 1 patch 3 months ago
Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 -----
1 file changed, 5 deletions(-)
[PATCH] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
Posted by Liu Ying 3 months ago
assigned-clock* properties can be used by default now, so allow them.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
---
 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml
index 3c28ec50f09794b4df31c5b7f5e64eae92937a25..286a4fcc977d093c3829ba27c61f5182d6472e5a 100644
--- a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml
@@ -72,11 +72,6 @@ allOf:
           contains:
             const: fsl,imx8qxp-mipi-dphy
     then:
-      properties:
-        assigned-clocks: false
-        assigned-clock-parents: false
-        assigned-clock-rates: false
-
       required:
         - fsl,syscon
 

---
base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a
change-id: 20250707-dt-bindings-phy-mixel-mipi-dsi-phy-allow-assign-clock-properties-a2f9b4031969

Best regards,
-- 
Liu Ying <victor.liu@nxp.com>
Re: [PATCH] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
Posted by Vinod Koul 2 months, 2 weeks ago
On Mon, 07 Jul 2025 10:47:00 +0800, Liu Ying wrote:
> assigned-clock* properties can be used by default now, so allow them.
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
      commit: 429efeb1900d4a3164e1233b392ee5f489b6c3f8

Best regards,
-- 
~Vinod
Re: [PATCH] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
Posted by Rob Herring (Arm) 3 months ago
On Mon, 07 Jul 2025 10:47:00 +0800, Liu Ying wrote:
> assigned-clock* properties can be used by default now, so allow them.
> 
> Signed-off-by: Liu Ying <victor.liu@nxp.com>
> ---
>  Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 -----
>  1 file changed, 5 deletions(-)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>