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

Change-Id: I5bf0a64502a7dd7b36545437b1675bb896c97bce
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-18 15:54:34 +08:00
parent d901f21180
commit 128cff7b2b
2 changed files with 16 additions and 2 deletions

View File

@@ -131,6 +131,13 @@
wakeup-source;
};
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&acodec {
@@ -181,7 +188,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

@@ -126,6 +126,13 @@
regulator-boot-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
@@ -221,7 +228,7 @@
rockchip,system-power-controller;
wakeup-source;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk808-clkout2";
clock-output-names = "rk808-clkout1", "rk808-clkout2";
vcc1-supply = <&vcc_sys>;
vcc3-supply = <&vcc_sys>;