Skip to content

Commit d988aa8

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom-mdm9615: specify gcc clocks
Fully specify the clocks used by the GCC on the mdm9615 platform. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 174b934 commit d988aa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <dt-bindings/interrupt-controller/arm-gic.h>
1212
#include <dt-bindings/clock/qcom,gcc-mdm9615.h>
13+
#include <dt-bindings/clock/qcom,lcc-msm8960.h>
1314
#include <dt-bindings/reset/qcom,gcc-mdm9615.h>
1415
#include <dt-bindings/mfd/qcom-rpm.h>
1516
#include <dt-bindings/soc/qcom,gsbi.h>
@@ -106,6 +107,8 @@
106107
#power-domain-cells = <1>;
107108
#reset-cells = <1>;
108109
reg = <0x900000 0x4000>;
110+
clocks = <&cxo_board>,
111+
<&lcc PLL4>;
109112
};
110113

111114
lcc: clock-controller@28000000 {

0 commit comments

Comments
 (0)