Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ab59018 authored by Paul Cercueil's avatar Paul Cercueil Committed by Alexandre Belloni
Browse files

MIPS: qi_lb60: Probe RTC driver from DT and use it as power controller



Since we already have a devicetree node for the jz4740-rtc driver, we
don't have to probe it from platform code.

Besides, using the jz4740-rtc driver as the power controller for the
qi_lb60 platform allows us to remove the jz4740 platform power-off code,
since this is the only jz4740-based board upstream.

Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Acked-by: default avatarMaarten ter Huurne <maarten@treewalker.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 262d62cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,3 +13,7 @@
&ext {
	clock-frequency = <12000000>;
};

&rtc_dev {
	system-power-controller;
};
+0 −1
Original line number Diff line number Diff line
@@ -438,7 +438,6 @@ static struct platform_device *jz_platform_devices[] __initdata = {
	&jz4740_pcm_device,
	&jz4740_i2s_device,
	&jz4740_codec_device,
	&jz4740_rtc_device,
	&jz4740_adc_device,
	&jz4740_pwm_device,
	&jz4740_dma_device,