2
0
forked from Ivasoft/openwrt

ipq806x: add support for RPM clock controller

The patch #179 for RPM has initially been made for apq806x board. It has been modified to support ipq806x instead of apq8064.

Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
dissent1
2016-11-03 18:07:31 +03:00
committed by John Crispin
parent 506dc815b9
commit 07d0c1b947
7 changed files with 1645 additions and 0 deletions

View File

@@ -101,6 +101,19 @@
};
clocks {
cxo_board {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <25000000>;
};
pxo_board {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <25000000>;
};
sleep_clk: sleep_clk {
compatible = "fixed-clock";
clock-frequency = <32768>;
@@ -211,6 +224,11 @@
#address-cells = <1>;
#size-cells = <0>;
rpmcc: clock-controller {
compatible = "qcom,rpmcc-ipq806x", "qcom,rpmcc";
#clock-cells = <1>;
};
smb208_regulators {
compatible = "qcom,rpm-smb208-regulators";