1234567891011121314151617181920212223242526272829303132333435363738 |
- From 20a204b31291befcd583f97dafc0a827f3bc7f00 Mon Sep 17 00:00:00 2001
- From: Samuel Holland <[email protected]>
- Date: Fri, 12 Aug 2022 01:37:16 -0500
- Subject: [PATCH 099/117] dt-bindings: sun6i-a31-mipi-dphy: Add the interrupts
- property
- The sun6i DPHY can generate several interrupts, mostly for reporting
- error conditions, but also for detecting BTA and UPLS sequences.
- Document this capability in order to accurately describe the hardware.
- The DPHY has no interrupt number provided in the vendor documentation
- because its interrupt line is shared with the DSI controller.
- Signed-off-by: Samuel Holland <[email protected]>
- ---
- .../bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml | 4 ++++
- 1 file changed, 4 insertions(+)
- --- a/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml
- +++ b/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml
- @@ -24,6 +24,9 @@ properties:
- reg:
- maxItems: 1
-
- + interrupts:
- + maxItems: 1
- +
- clocks:
- items:
- - description: Bus Clock
- @@ -53,6 +56,7 @@ required:
- - "#phy-cells"
- - compatible
- - reg
- + - interrupts
- - clocks
- - clock-names
- - resets
|