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>
This commit is contained in:
H. Nikolaus Schaller 2023-02-15 18:31:56 +01:00 committed by Thomas Bogendoerfer
parent 097fc054b0
commit ab47b3dae5

View File

@ -155,6 +155,8 @@
clocks = <&cgu JZ4780_CLK_RTCLK>; clocks = <&cgu JZ4780_CLK_RTCLK>;
clock-names = "rtc"; clock-names = "rtc";
#clock-cells = <0>;
}; };
pinctrl: pin-controller@10010000 { pinctrl: pin-controller@10010000 {