arm64: dts: rockchip: mark xin32k clk as fixed clk on rk3328 boards

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
committed by Tao Huang
parent c325887a73
commit 26e7afc9d3
2 changed files with 17 additions and 2 deletions

View File

@@ -64,6 +64,14 @@
regulator-always-on;
regulator-boot-on;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
};
&cpu0 {
@@ -109,7 +117,7 @@
interrupt-parent = <&gpio2>;
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
gpio-controller;
#gpio-cells = <2>;
pinctrl-names = "default";

View File

@@ -21,6 +21,13 @@
#clock-cells = <0>;
};
xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};
vcc_sd: sdmmc-regulator {
compatible = "regulator-fixed";
gpio = <&gpio0 RK_PD6 GPIO_ACTIVE_LOW>;
@@ -176,7 +183,7 @@
interrupt-parent = <&gpio2>;
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
#clock-cells = <1>;
clock-output-names = "xin32k", "rk805-clkout2";
clock-output-names = "rk805-clkout1", "rk805-clkout2";
gpio-controller;
#gpio-cells = <2>;
pinctrl-names = "default";