|
17 | 17 | #include "meson-clkc-utils.h" |
18 | 18 | #include <dt-bindings/clock/amlogic,s4-pll-clkc.h> |
19 | 19 |
|
20 | | -static DEFINE_SPINLOCK(meson_clk_lock); |
21 | | - |
22 | 20 | /* |
23 | 21 | * These clock are a fixed value (fixed_pll is 2GHz) that is initialized by ROMcode. |
24 | 22 | * The chip was changed fixed pll for security reasons. Fixed PLL registers are not writable |
@@ -547,7 +545,6 @@ static struct clk_regmap s4_mpll0_div = { |
547 | 545 | .shift = 29, |
548 | 546 | .width = 1, |
549 | 547 | }, |
550 | | - .lock = &meson_clk_lock, |
551 | 548 | .init_regs = s4_mpll0_init_regs, |
552 | 549 | .init_count = ARRAY_SIZE(s4_mpll0_init_regs), |
553 | 550 | }, |
@@ -601,7 +598,6 @@ static struct clk_regmap s4_mpll1_div = { |
601 | 598 | .shift = 29, |
602 | 599 | .width = 1, |
603 | 600 | }, |
604 | | - .lock = &meson_clk_lock, |
605 | 601 | .init_regs = s4_mpll1_init_regs, |
606 | 602 | .init_count = ARRAY_SIZE(s4_mpll1_init_regs), |
607 | 603 | }, |
@@ -655,7 +651,6 @@ static struct clk_regmap s4_mpll2_div = { |
655 | 651 | .shift = 29, |
656 | 652 | .width = 1, |
657 | 653 | }, |
658 | | - .lock = &meson_clk_lock, |
659 | 654 | .init_regs = s4_mpll2_init_regs, |
660 | 655 | .init_count = ARRAY_SIZE(s4_mpll2_init_regs), |
661 | 656 | }, |
@@ -709,7 +704,6 @@ static struct clk_regmap s4_mpll3_div = { |
709 | 704 | .shift = 29, |
710 | 705 | .width = 1, |
711 | 706 | }, |
712 | | - .lock = &meson_clk_lock, |
713 | 707 | .init_regs = s4_mpll3_init_regs, |
714 | 708 | .init_count = ARRAY_SIZE(s4_mpll3_init_regs), |
715 | 709 | }, |
|
0 commit comments