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:
024cfe8
)
ARM: ux500: Provide a Device Tree node for CPUFreq in the DBx500
author
Lee Jones
<lee.jones@linaro.org>
Wed, 18 Sep 2013 15:07:44 +0000
(16:07 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:09:23 +0000
(11:09 +0200)
This is required to fetch the ARMSS clock when booting with DT.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/ste-dbx5x0.dtsi
b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 8c8af1502054f54401e6f748a713dd7b0d52e40d..2ef30c1c19975c767d562f86cce7bf7daedfb4bd 100644
(file)
--- a/
arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/
arch/arm/boot/dts/ste-dbx5x0.dtsi
@@
-300,6
+300,13
@@
reg = <0x80157450 0xC>;
};
+ cpufreq {
+ compatible = "stericsson,cpufreq-ux500";
+ clocks = <&prcmu_clk PRCMU_ARMSS>;
+ clock-names = "armss";
+ status = "disabled";
+ };
+
thermal@801573c0 {
compatible = "stericsson,db8500-thermal";
reg = <0x801573c0 0x40>;