0099-dt-bindings-sun6i-a31-mipi-dphy-Add-the-interrupts-p.patch 1.1 KB

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