mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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:
parent
097fc054b0
commit
ab47b3dae5
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user