Skip to content

Commit

Permalink
MIPS: DTS: jz4780: add #clock-cells to rtc_dev
Browse files Browse the repository at this point in the history
This makes the driver present the clk32k signal if requested.
It is needed to clock the PMU of the BCM4330 WiFi and Bluetooth
module of the CI20 board.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
H. Nikolaus Schaller authored and Thomas Bogendoerfer committed Feb 19, 2023
1 parent 097fc05 commit ab47b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/boot/dts/ingenic/jz4780.dtsi
Original file line number Diff line number Diff line change
@@ -155,6 +155,8 @@

clocks = <&cgu JZ4780_CLK_RTCLK>;
clock-names = "rtc";

#clock-cells = <0>;
};

pinctrl: pin-controller@10010000 {

0 comments on commit ab47b3d

Please sign in to comment.