diff options
| author | Alexander Stein <[email protected]> | 2023-06-09 09:15:38 +0200 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2023-06-21 23:28:52 +0530 |
| commit | cb60fdf6e23068e0954b2a66855b7dc5d6019a87 (patch) | |
| tree | aeda23f37a8e99fd1adac2e00210e915ce2f489a | |
| parent | 0eac9e977283d1573aa8c1f614afbe807aae62d1 (diff) | |
dt-bindings: phy: mixel,mipi-dsi-phy: Remove assigned-clock* properties
With dt-schema v2021.02 these properties are added by default. Some SoC
(e.g. imx8mq) configure more than just one clock using these properties.
Fixes: f9b0593dd4fc6 ("dt-bindings: phy: Convert mixel,mipi-dsi-phy to json-schema")
Signed-off-by: Alexander Stein <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml index 786cfd71cb7e..3c28ec50f097 100644 --- a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml +++ b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml @@ -32,15 +32,6 @@ properties: clock-names: const: phy_ref - assigned-clocks: - maxItems: 1 - - assigned-clock-parents: - maxItems: 1 - - assigned-clock-rates: - maxItems: 1 - "#phy-cells": const: 0 |