ARM: dts: rk312x: mark xin32k clk as fixed clk

Change-Id: If5aa3acb02580eb7766ad118ddf189c218f7acac
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-18 15:55:44 +08:00
parent 128cff7b2b
commit f69d17a2ae
4 changed files with 32 additions and 4 deletions

View File

@@ -170,6 +170,13 @@
regulator-always-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
/* wifi-bt-power-toggle; */
@@ -325,7 +332,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk816-clkout2";
clock-output-names = "rk816-clkout1", "rk816-clkout2";
extcon = <&u2phy>;
vcc1-supply = <&vcc_sys>;

View File

@@ -181,6 +181,13 @@
regulator-always-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
/* wifi-bt-power-toggle; */
@@ -269,7 +276,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk816-clkout2";
clock-output-names = "rk816-clkout1", "rk816-clkout2";
extcon = <&u2phy>;
vcc1-supply = <&vcc_sys>;

View File

@@ -135,6 +135,13 @@
regulator-max-microvolt = <4000000>;
regulator-always-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&cpu0 {
@@ -187,7 +194,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk816-clkout2";
clock-output-names = "rk816-clkout1", "rk816-clkout2";
extcon = <&u2phy>;
vcc1-supply = <&vcc_sys>;

View File

@@ -114,6 +114,13 @@
regulator-max-microvolt = <5000000>;
enable-active-high;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&cpu0 {
@@ -165,7 +172,7 @@
compatible = "rockchip,rk818";
status = "okay";
reg = <0x1c>;
clock-output-names = "xin32k", "wifibt_32kin";
clock-output-names = "rk818-clkout1", "wifibt_32kin";
interrupt-parent = <&gpio3>;
interrupts = <22 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";