Commit 99c3334d authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Andy Gross

arm64: dts: msm8996: Add CPU clock controller node

Add the DT node for Kryo CPU clock controller on msm8996
devices.
Signed-off-by: default avatarRajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 4255db14
......@@ -311,6 +311,12 @@ gcc: clock-controller@300000 {
reg = <0x300000 0x90000>;
};
kryocc: clock-controller@6400000 {
compatible = "qcom,apcc-msm8996";
reg = <0x6400000 0x90000>;
#clock-cells = <1>;
};
blsp1_spi0: spi@07575000 {
compatible = "qcom,spi-qup-v2.2.1";
reg = <0x07575000 0x600>;
......
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