projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d7d3f
)
ARM: at91/dt: sama5d4: fix lcdck clock definition
author
Boris BREZILLON
<
[email protected]
>
Fri, 1 Aug 2014 07:41:46 +0000
(09:41 +0200)
committer
Nicolas Ferre
<
[email protected]
>
Thu, 5 Mar 2015 09:58:59 +0000
(10:58 +0100)
lcdck takes mck (not smd) as its parent. It is also assigned id 3 and not 4.
Signed-off-by: Boris BREZILLON <
[email protected]
>
[
[email protected]
: squashed 2 related patches]
Signed-off-by: Nicolas Ferre <
[email protected]
>
arch/arm/boot/dts/sama5d4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index 0ed74e04950614ab29230ab07399a1bbb7065e73..8240b490825ca46d3c6f504ebf82994c341bc4db 100644
(file)
--- a/
arch/arm/boot/dts/sama5d4.dtsi
+++ b/
arch/arm/boot/dts/sama5d4.dtsi
@@
-462,8
+462,8
@@
lcdck: lcdck {
#clock-cells = <0>;
- reg = <
4
>;
- clocks = <&
smd
>;
+ reg = <
3
>;
+ clocks = <&
mck
>;
};
smdck: smdck {