Skip to content

Commit e7a8386

Browse files
smaeulvinodkoul
authored andcommitted
dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant
A100 features an updated DPHY, which moves PLL control inside the DPHY register space. (Previously PLL-MIPI was controlled from the CCU. This does not affect the "clocks" property because the link between PLL-MIPI and the DPHY was never represented in the devicetree.) It also requires a modified analog power-on sequence. Finally, the new DPHY adds support for operating as an LVDS PHY. D1 uses this same variant. Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Paul Kocialkowski <[email protected]> Signed-off-by: Samuel Holland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 5a0d2df commit e7a8386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ properties:
1717
compatible:
1818
oneOf:
1919
- const: allwinner,sun6i-a31-mipi-dphy
20+
- const: allwinner,sun50i-a100-mipi-dphy
2021
- items:
2122
- const: allwinner,sun50i-a64-mipi-dphy
2223
- const: allwinner,sun6i-a31-mipi-dphy
24+
- items:
25+
- const: allwinner,sun20i-d1-mipi-dphy
26+
- const: allwinner,sun50i-a100-mipi-dphy
2327

2428
reg:
2529
maxItems: 1

0 commit comments

Comments
 (0)