diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-01-04 04:02:26 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 10:13:35 -0500 |
commit | b00122f6e1d449e735fe1d8df052dae3c63f4b83 (patch) | |
tree | b0c5d04b0ad74a574d5f0a590dc1571ce6fb1c4d | |
parent | 81a229d389866f5ef848fb66ff881a709106995e (diff) |
ARM: at91: dts: sama5d3: add isi clock
Add ISI peripheral clock in sama5d3.dtsi.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index e17614fe58a9..9a6fdc265ae7 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi | |||
@@ -219,6 +219,8 @@ | |||
219 | compatible = "atmel,at91sam9g45-isi"; | 219 | compatible = "atmel,at91sam9g45-isi"; |
220 | reg = <0xf0034000 0x4000>; | 220 | reg = <0xf0034000 0x4000>; |
221 | interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>; | 221 | interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>; |
222 | clocks = <&isi_clk>; | ||
223 | clock-names = "isi_clk"; | ||
222 | status = "disabled"; | 224 | status = "disabled"; |
223 | }; | 225 | }; |
224 | 226 | ||