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

Commit b00122f6 authored by Josh Wu's avatar Josh Wu Committed by Nicolas Ferre
Browse files

ARM: at91: dts: sama5d3: add isi clock



Add ISI peripheral clock in sama5d3.dtsi.

Signed-off-by: default avatarJosh Wu <josh.wu@atmel.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 81a229d3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -219,6 +219,8 @@
				compatible = "atmel,at91sam9g45-isi";
				compatible = "atmel,at91sam9g45-isi";
				reg = <0xf0034000 0x4000>;
				reg = <0xf0034000 0x4000>;
				interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>;
				interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>;
				clocks = <&isi_clk>;
				clock-names = "isi_clk";
				status = "disabled";
				status = "disabled";
			};
			};