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

Change-Id: I89a5f3f8a938b68d00b655a6e93160c865691c2c
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-18 15:56:26 +08:00
parent f69d17a2ae
commit ad49663a83
3 changed files with 24 additions and 3 deletions

View File

@@ -64,6 +64,13 @@
compatible = "arm,psci-1.0";
method = "smc";
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&cpu0 {
@@ -121,7 +128,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
rtc {
status = "okay";

View File

@@ -104,6 +104,13 @@
enable-active-high;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
clocks = <&rk805 1>;
@@ -166,7 +173,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
rtc {
status = "okay";

View File

@@ -149,6 +149,13 @@
regulator-max-microvolt = <5000000>;
enable-active-high;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&gpu {
@@ -185,7 +192,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
rtc {
status = "okay";