Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9904e70a authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

dt-bindings: display: sun4i: Add display backend interrupt to device tree binding



The display backend has an interrupt line. Add it to the device tree
binding.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent b9f4bc30
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -94,6 +94,7 @@ Required properties:
    * allwinner,sun6i-a31-display-backend
    * allwinner,sun6i-a31-display-backend
    * allwinner,sun8i-a33-display-backend
    * allwinner,sun8i-a33-display-backend
  - reg: base address and size of the memory-mapped region.
  - 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
  - clocks: phandles to the clocks feeding the frontend and backend
    * ahb: the backend interface clock
    * ahb: the backend interface clock
    * mod: the backend module clock
    * mod: the backend module clock
@@ -265,6 +266,7 @@ fe0: display-frontend@1e00000 {
be0: display-backend@1e60000 {
be0: display-backend@1e60000 {
	compatible = "allwinner,sun5i-a13-display-backend";
	compatible = "allwinner,sun5i-a13-display-backend";
	reg = <0x01e60000 0x10000>;
	reg = <0x01e60000 0x10000>;
	interrupts = <47>;
	clocks = <&ahb_gates 44>, <&de_be_clk>,
	clocks = <&ahb_gates 44>, <&de_be_clk>,
		 <&dram_gates 26>;
		 <&dram_gates 26>;
	clock-names = "ahb", "mod",
	clock-names = "ahb", "mod",