ARM64: dts: rockchip: rk3328: mark xin32k clk as fixed clk

Change-Id: I25ab72ba7af64b7031fb02d30d0cb5cb6798d692
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-18 15:57:08 +08:00
parent ad49663a83
commit 7b06728ef9
4 changed files with 32 additions and 4 deletions

View File

@@ -116,6 +116,13 @@
vin-supply = <&vcc_io>;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
clocks = <&rk805 1>;
@@ -234,7 +241,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

@@ -167,6 +167,13 @@
vin-supply = <&vcc_io>;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
@@ -261,7 +268,7 @@
gpio-controller;
#gpio-cells = <2>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
rtc {
status = "disabled";

View File

@@ -94,6 +94,13 @@
regulator-always-on;
regulator-boot-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&codec {
@@ -182,7 +189,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

@@ -113,6 +113,13 @@
regulator-max-microvolt = <5000000>;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
ir-receiver {
compatible = "gpio-ir-receiver";
pinctrl-0 = <&ir_int>;
@@ -237,7 +244,7 @@
rockchip,system-power-controller;
wakeup-source;
gpio-controller;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
#gpio-cells = <2>;
#clock-cells = <1>;