diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-12-22 16:22:24 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-12-26 12:33:56 +0300 |
commit | db08ca5a64d208645301600e79f34e441e5da986 (patch) | |
tree | c34cf06700c0635d99e9124bf7c722bf484221b9 /Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml | |
parent | fe5040f2843a638d847282520e5eeaa61a4769e2 (diff) | |
download | linux-db08ca5a64d208645301600e79f34e441e5da986.tar.xz |
dt-bindings: sun6i-dsi: Add A64 DPHY compatible (w/ A31 fallback)
The MIPI DSI PHY controller on Allwinner A64 is similar
on the one on A31.
Add A64 compatible and append A31 compatible as fallback.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20191222132229.30276-3-jagan@amarulasolutions.com
Diffstat (limited to 'Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml index fa46670de299..8841938050b2 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml @@ -15,7 +15,11 @@ properties: const: 0 compatible: - const: allwinner,sun6i-a31-mipi-dphy + oneOf: + - const: allwinner,sun6i-a31-mipi-dphy + - items: + - const: allwinner,sun50i-a64-mipi-dphy + - const: allwinner,sun6i-a31-mipi-dphy reg: maxItems: 1 |