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:
0c744ea
)
ARM: dts: qcom: apq8064: Add missing scm clock
author
Bjorn Andersson
<
[email protected]
>
Thu, 29 Dec 2016 12:06:11 +0000
(
04:06
-0800)
committer
Andy Gross
<
[email protected]
>
Mon, 2 Jan 2017 16:47:10 +0000
(10:47 -0600)
As per the device tree binding the apq8064 scm node requires the core
clock to be specified, so add this.
Signed-off-by: Bjorn Andersson <
[email protected]
>
Signed-off-by: Andy Gross <
[email protected]
>
arch/arm/boot/dts/qcom-apq8064.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-apq8064.dtsi
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 268bd470c865e6022d907ca495b6913acfd7c1ef..407a4610f4a7e055a488defe3fc52c05f1b3fa63 100644
(file)
--- a/
arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/
arch/arm/boot/dts/qcom-apq8064.dtsi
@@
-4,6
+4,7
@@
#include <dt-bindings/clock/qcom,gcc-msm8960.h>
#include <dt-bindings/reset/qcom,gcc-msm8960.h>
#include <dt-bindings/clock/qcom,mmcc-msm8960.h>
+#include <dt-bindings/clock/qcom,rpmcc.h>
#include <dt-bindings/soc/qcom,gsbi.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@
-303,6
+304,9
@@
firmware {
scm {
compatible = "qcom,scm-apq8064";
+
+ clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>;
+ clock-names = "core";
};
};