mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 18:49:22 -04:00
arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
Drop unused bias_pll_ubi_nc_clk input to the clock controller. Signed-off-by: Devi Priya <quic_devipriy@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230425084010.15581-6-quic_devipriy@quicinc.com
This commit is contained in:
committed by
Bjorn Andersson
parent
6fb4576269
commit
4fc6a939ab
@@ -16,12 +16,6 @@ / {
|
||||
#size-cells = <2>;
|
||||
|
||||
clocks {
|
||||
bias_pll_ubi_nc_clk: bias-pll-ubi-nc-clk {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <353000000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
sleep_clk: sleep-clk {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
@@ -145,7 +139,7 @@ gcc: clock-controller@1800000 {
|
||||
reg = <0x01800000 0x80000>;
|
||||
clocks = <&xo_board_clk>,
|
||||
<&sleep_clk>,
|
||||
<&bias_pll_ubi_nc_clk>,
|
||||
<0>,
|
||||
<0>,
|
||||
<0>,
|
||||
<0>,
|
||||
|
||||
Reference in New Issue
Block a user