mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 20:44:32 +08:00
ARM: dts: Fix the RPM clock controller compatible string
The right string is msm8660 and there is also apq8060, but not apq8660, so fix this. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
4ccd111f80
commit
c715909b61
@ -452,7 +452,7 @@
|
|||||||
clock-names = "ram";
|
clock-names = "ram";
|
||||||
|
|
||||||
rpmcc: clock-controller {
|
rpmcc: clock-controller {
|
||||||
compatible = "qcom,rpmcc-apq8660", "qcom,rpmcc";
|
compatible = "qcom,rpmcc-msm8660", "qcom,rpmcc";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user