Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609904
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] drm/sun4i: Add display backend interrupt to device tree binding |
| Date | 2017-03-27 16:50 +0200 |
| Message-ID | <tpE82-11f-21@gated-at.bofh.it> (permalink) |
| References | <tpDYl-XG-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The display backend has an interrupt line. Add it to the device tree
binding.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
index b82c00449468..57a8d0610062 100644
--- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
+++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
@@ -94,6 +94,7 @@ Required properties:
* allwinner,sun6i-a31-display-backend
* allwinner,sun8i-a33-display-backend
- reg: base address and size of the memory-mapped region.
+ - interrupts: interrupt associated to this IP
- clocks: phandles to the clocks feeding the frontend and backend
* ahb: the backend interface clock
* mod: the backend module clock
@@ -265,6 +266,7 @@ fe0: display-frontend@1e00000 {
be0: display-backend@1e60000 {
compatible = "allwinner,sun5i-a13-display-backend";
reg = <0x01e60000 0x10000>;
+ interrupts = <47>;
clocks = <&ahb_gates 44>, <&de_be_clk>,
<&dram_gates 26>;
clock-names = "ahb", "mod",
--
2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] drm/sun4i: Add display backend interrupt to dt binding Chen-Yu Tsai <wens@csie.org> - 2017-03-27 16:50 +0200
[PATCH 1/2] drm/sun4i: Add display backend interrupt to device tree binding Chen-Yu Tsai <wens@csie.org> - 2017-03-27 16:50 +0200
Re: [PATCH 1/2] drm/sun4i: Add display backend interrupt to device tree binding Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-03-29 09:20 +0200
Re: [PATCH 1/2] drm/sun4i: Add display backend interrupt to device tree binding Rob Herring <robh@kernel.org> - 2017-04-03 15:30 +0200
csiph-web