Skip to content

Commit

Permalink
ayufan: dts: rockpro64: fix xin32k
Browse files Browse the repository at this point in the history
Change-Id: I78fa4e821dd0875e4d171f43b624b7f137e34b29
  • Loading branch information
ayufan committed May 28, 2019
1 parent 6cafd87 commit ea9ef7a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@
reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
};

xin32k: xin32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
};

wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
Expand Down Expand Up @@ -481,7 +474,7 @@
rockchip,system-power-controller;
wakeup-source;
#clock-cells = <1>;
clock-output-names = "rk808-clkout1", "rk808-clkout2";
clock-output-names = "xin32k", "rk808-clkout2";

vcc1-supply = <&vcc_sys>;
vcc2-supply = <&vcc_sys>;
Expand Down

0 comments on commit ea9ef7a

Please sign in to comment.