This is a note to let you know that I've just added the patch titled dt-bindings: rtc: sun6i-a31-rtc: Loosen the requirements on the clocks to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dt-bindings-rtc-sun6i-a31-rtc-loosen-the-requirements-on-the-clocks.patch and it can be found in the queue-5.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 48b47749e334b3891f33b9425b470a3c92be8dae Mon Sep 17 00:00:00 2001 From: Maxime Ripard <maxime@xxxxxxxxxx> Date: Thu, 14 Jan 2021 12:35:22 +0100 Subject: dt-bindings: rtc: sun6i-a31-rtc: Loosen the requirements on the clocks From: Maxime Ripard <maxime@xxxxxxxxxx> commit 48b47749e334b3891f33b9425b470a3c92be8dae upstream. The commit ec98a87509f4 ("rtc: sun6i: Make external 32k oscillator optional") loosened the requirement of the clocks property, making it optional. However, the binding still required it to be present. Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> Fixes: ec98a87509f4 ("rtc: sun6i: Make external 32k oscillator optional") Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> Acked-by: Jernej Skrabec <jernej.skrabec@xxxxxxxx> Acked-by: Chen-Yu Tsai <wens@xxxxxxxx> Link: https://lore.kernel.org/r/20210114113538.1233933-3-maxime@xxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 1 - 1 file changed, 1 deletion(-) --- a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml @@ -128,7 +128,6 @@ required: - compatible - reg - interrupts - - clocks - clock-output-names additionalProperties: false Patches currently in stable-queue which might be from maxime@xxxxxxxxxx are queue-5.4/dt-bindings-rtc-sun6i-a31-rtc-loosen-the-requirements-on-the-clocks.patch queue-5.4/drm-vc4-dpi-add-option-for-inverting-pixel-clock-and.patch queue-5.4/drm-vc4-dpi-fix-format-mapping-for-rgb565.patch