Commit 4fc6a939 authored by Devi Priya's avatar Devi Priya Committed by Bjorn Andersson

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: default avatarDevi Priya <quic_devipriy@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230425084010.15581-6-quic_devipriy@quicinc.com
parent 6fb45762
......@@ -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>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment