From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Martin Blumenstingl Date: Fri, 1 Jan 2021 19:01:08 +0100 Subject: dt-bindings: clock: meson8b: add the rtc_32k oscillator input The CLK81 tree can be driven off the 32kHz oscillator connected to the SoCs RTC32K_XI and RTC32K_XO pads. Add this clock as a valid input. Signed-off-by: Martin Blumenstingl --- Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt index 111111111111..222222222222 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt @@ -18,6 +18,8 @@ Required Properties: * "clk_32k": (if present) the 32kHz clock signal from GPIOAO_6 (CLK_32K_IN) * "rmii_clk": (if present) the 50MHz RMII reference clock (from the PHY or an external oscillator + * "rtc_32k": the clock signal from the 32kHz oscillator connected to the + RTC32K_XI and RTC32K_XO pads Parent node should have the following properties : - compatible: "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon" -- Armbian