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