mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-30 14:27:43 +09:00
ARM: dts: pxa: fix the rtc controller
[ Upstream commit 24a610eba3 ]
The RTC controller is fed by an external fixed 32kHz clock. Yet the
driver wants to acquire this clock, even though it doesn't make any use
of it, ie. doesn't get the rate to make calculation.
Therefore, use the exported 32.768kHz clock in the PXA clock tree to
make the driver happy and working.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fe9048c7bb
commit
72e13203c5
@@ -80,6 +80,10 @@
|
||||
#pwm-cells = <1>;
|
||||
clocks = <&clks CLK_PWM1>;
|
||||
};
|
||||
|
||||
rtc@40900000 {
|
||||
clocks = <&clks CLK_OSC32k768>;
|
||||
};
|
||||
};
|
||||
|
||||
timer@40a00000 {
|
||||
|
||||
@@ -113,6 +113,10 @@
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rtc@40900000 {
|
||||
clocks = <&clks CLK_OSC32k768>;
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
||||
Reference in New Issue
Block a user