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:
committed by
Niranjan Reddy Dumbala
parent
3b38b99455
commit
e977a5dfa3
@@ -1764,6 +1764,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