Skip to content

Commit ab47b3d

Browse files
goldelicotsbogend
authored andcommitted
MIPS: DTS: jz4780: add #clock-cells to rtc_dev
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>
1 parent 097fc05 commit ab47b3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/mips/boot/dts/ingenic/jz4780.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155

156156
clocks = <&cgu JZ4780_CLK_RTCLK>;
157157
clock-names = "rtc";
158+
159+
#clock-cells = <0>;
158160
};
159161

160162
pinctrl: pin-controller@10010000 {

0 commit comments

Comments
 (0)