aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi11
-rw-r--r--arch/arm64/boot/dts/qcom/msm8996.dtsi9
2 files changed, 12 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 4221b7d2c0ce..f8ff327667c5 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -521,8 +521,10 @@
521 interrupts = <0 123 0>, <0 138 0>; 521 interrupts = <0 123 0>, <0 138 0>;
522 interrupt-names = "hc_irq", "pwr_irq"; 522 interrupt-names = "hc_irq", "pwr_irq";
523 clocks = <&gcc GCC_SDCC1_APPS_CLK>, 523 clocks = <&gcc GCC_SDCC1_APPS_CLK>,
524 <&gcc GCC_SDCC1_AHB_CLK>; 524 <&gcc GCC_SDCC1_AHB_CLK>,
525 clock-names = "core", "iface"; 525 <&xo_board>;
526 clock-names = "core", "iface", "xo";
527 mmc-ddr-1_8v;
526 bus-width = <8>; 528 bus-width = <8>;
527 non-removable; 529 non-removable;
528 status = "disabled"; 530 status = "disabled";
@@ -536,8 +538,9 @@
536 interrupts = <0 125 0>, <0 221 0>; 538 interrupts = <0 125 0>, <0 221 0>;
537 interrupt-names = "hc_irq", "pwr_irq"; 539 interrupt-names = "hc_irq", "pwr_irq";
538 clocks = <&gcc GCC_SDCC2_APPS_CLK>, 540 clocks = <&gcc GCC_SDCC2_APPS_CLK>,
539 <&gcc GCC_SDCC2_AHB_CLK>; 541 <&gcc GCC_SDCC2_AHB_CLK>,
540 clock-names = "core", "iface"; 542 <&xo_board>;
543 clock-names = "core", "iface", "xo";
541 bus-width = <4>; 544 bus-width = <4>;
542 status = "disabled"; 545 status = "disabled";
543 }; 546 };
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index cde4114bae5a..9d1d7ad9b075 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -228,14 +228,14 @@
228 }; 228 };
229 229
230 clocks { 230 clocks {
231 xo_board { 231 xo_board: xo_board {
232 compatible = "fixed-clock"; 232 compatible = "fixed-clock";
233 #clock-cells = <0>; 233 #clock-cells = <0>;
234 clock-frequency = <19200000>; 234 clock-frequency = <19200000>;
235 clock-output-names = "xo_board"; 235 clock-output-names = "xo_board";
236 }; 236 };
237 237
238 sleep_clk { 238 sleep_clk: sleep_clk {
239 compatible = "fixed-clock"; 239 compatible = "fixed-clock";
240 #clock-cells = <0>; 240 #clock-cells = <0>;
241 clock-frequency = <32764>; 241 clock-frequency = <32764>;
@@ -405,9 +405,10 @@
405 interrupts = <0 125 0>, <0 221 0>; 405 interrupts = <0 125 0>, <0 221 0>;
406 interrupt-names = "hc_irq", "pwr_irq"; 406 interrupt-names = "hc_irq", "pwr_irq";
407 407
408 clock-names = "iface", "core"; 408 clock-names = "iface", "core", "xo";
409 clocks = <&gcc GCC_SDCC2_AHB_CLK>, 409 clocks = <&gcc GCC_SDCC2_AHB_CLK>,
410 <&gcc GCC_SDCC2_APPS_CLK>; 410 <&gcc GCC_SDCC2_APPS_CLK>,
411 <&xo_board>;
411 bus-width = <4>; 412 bus-width = <4>;
412 }; 413 };
413 414