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 <[email protected]> Reviewed-by: Paul Cercueil <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 097fc05 commit ab47b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)