projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a229d
)
ARM: at91: dts: sama5d3: add isi clock
author
Josh Wu
<josh.wu@atmel.com>
Sun, 4 Jan 2015 09:02:26 +0000
(17:02 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 15 Jan 2015 15:13:35 +0000
(16:13 +0100)
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>
arch/arm/boot/dts/sama5d3.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sama5d3.dtsi
b/arch/arm/boot/dts/sama5d3.dtsi
index e17614fe58a932a426080b7b7e3310f441b34830..9a6fdc265ae71d9c108adad50b7384329f6c08b8 100644
(file)
--- a/
arch/arm/boot/dts/sama5d3.dtsi
+++ b/
arch/arm/boot/dts/sama5d3.dtsi
@@
-219,6
+219,8
@@
compatible = "atmel,at91sam9g45-isi";
reg = <0xf0034000 0x4000>;
interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>;
+ clocks = <&isi_clk>;
+ clock-names = "isi_clk";
status = "disabled";
};