Skip to content

Commit

Permalink
arm64: dts: rockchip: update xin32k to fixed clock for px5-evb
Browse files Browse the repository at this point in the history
We could use fixed-clock when there is a rockchip pmic(rk808
in px5-evb), or else kernel will yell with lots of warning in
clk_core_enable().

Change-Id: I04b666aa4aa6c1294aba2bf385aaa5374808bcf3
Signed-off-by: Kever Yang <[email protected]>
  • Loading branch information
keveryang authored and numbqq committed Aug 26, 2019
1 parent 939e3d8 commit 7b21260
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,10 @@
};

xin32k: xin32k {
status = "okay";
compatible = "pwm-clock";
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xin32k";
pwms = <&pwm1 0 30518 0>; /* 1 / 30518 ns = 32.7675 KHz */
#clock-cells = <0>;
};

sdio_pwrseq: sdio-pwrseq {
Expand Down

0 comments on commit 7b21260

Please sign in to comment.