projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
ARM: dts: keystone: fix the clock node for mdio
author
Murali Karicheri
<m-karicheri2@ti.com>
Mon, 10 Aug 2015 03:06:27 +0000
(20:06 -0700)
committer
Santosh Shilimkar
<ssantosh@kernel.org>
Thu, 13 Aug 2015 17:01:29 +0000
(10:01 -0700)
Currently the MDIO clock is pointing to clkpa instead of clkcpgmac.
MDIO is part of the ethss and the clock should be clkcpgmac.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/boot/dts/keystone.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/keystone.dtsi
b/arch/arm/boot/dts/keystone.dtsi
index
c06542b
..
367b776
100644
(file)
--- a/
arch/arm/boot/dts/keystone.dtsi
+++ b/
arch/arm/boot/dts/keystone.dtsi
@@
-273,7
+273,7
@@
#size-cells = <0>;
reg = <0x02090300 0x100>;
status = "disabled";
- clocks = <&clk
pa
>;
+ clocks = <&clk
cpgmac
>;
clock-names = "fck";
bus_freq = <2500000>;
};