rtc: sun6i: Always export the internal oscillator
authorSamuel Holland <samuel@sholland.org>
Thu, 29 Dec 2022 21:53:19 +0000 (15:53 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 12:57:30 +0000 (13:57 +0100)
commit2163cf142272603f3e7eac3ee75e08dce7a5cdb4
tree74290b0f273807f71c0da8b7dac5b6f78f4ab0e1
parent660e8f2eeafac91b84fc12cbb89f2deceb38b349
rtc: sun6i: Always export the internal oscillator

[ Upstream commit 344f4030f6c50a9db2d03021884c4bf36191b53a ]

On all variants of the hardware, the internal oscillator is one possible
parent for the AR100 clock. It needs to be exported so we can model that
relationship correctly in the devicetree.

Fixes: c56afc1844d6 ("rtc: sun6i: Expose internal oscillator through device tree")
Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20221229215319.14145-1-samuel@sholland.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rtc/rtc-sun6i.c