projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e0759
)
ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style
author
Chen-Yu Tsai
<wens@csie.org>
Wed, 1 Jan 2014 02:30:47 +0000
(10:30 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Wed, 1 Jan 2014 23:08:59 +0000
(
00:08
+0100)
Device tree naming conventions state that node names should match
the nodes function. Change external low speed oscillator node name
to match.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20.dtsi
b/arch/arm/boot/dts/sun7i-a20.dtsi
index 898b0219e5c5d081a1bbe80b2efa97f9e404cbe9..edad6f14c52574b938b6c88f7ee3e935c674efcc 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/
arch/arm/boot/dts/sun7i-a20.dtsi
@@
-53,10
+53,11
@@
clock-frequency = <24000000>;
};
- osc32k:
osc32k
{
+ osc32k:
clk@0
{
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32768>;
+ clock-output-names = "osc32k";
};
pll1: pll1@01c20000 {