ARM: dts: qcom: Add support for clk8_a4 as fixed factor clock
Add support for clk8_a4 as fixed factor clock for client to be able to request on them for Kera platform. Change-Id: I3f6fe7e444231be4489cf4459b1f98cc19417b48 Signed-off-by: Ajit Pandey <quic_ajipan@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
||||||
@@ -1754,6 +1754,14 @@
|
|||||||
clock-output-names = "usb3_phy_wrapper_gcc_usb30_pipe_clk";
|
clock-output-names = "usb3_phy_wrapper_gcc_usb30_pipe_clk";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
clk8_a4: clk8_a4 {
|
||||||
|
compatible = "fixed-factor-clock";
|
||||||
|
clocks = <&rpmhcc RPMH_LN_BB_CLK3>;
|
||||||
|
clock-mult = <1>;
|
||||||
|
clock-div = <2>;
|
||||||
|
#clock-cells = <0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cambistmclkcc: clock-controller@1760000 {
|
cambistmclkcc: clock-controller@1760000 {
|
||||||
|
Reference in New Issue
Block a user