mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user