> On 07/01/2021 12:15 PM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > > > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > > The "max-clock" and "min-vrefresh" properties fail to validate with > commit cfe34bb7a770c5d8 ("dt-bindings: drm: bridge: adi,adv7511.txt: > convert to yaml"). Drop them, as they are parts of an out-of-tree > workaround that is not needed upstream. > > Fixes: bcf3003438ea4645 ("arm64: dts: renesas: r8a77995: draak: Enable HDMI display output") > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > To be queued in renesas-devel fo v5.15. > --- > arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > index 71203c0fa55351c6..f0f585a4046196f2 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > @@ -314,10 +314,6 @@ hdmi-encoder@39 { > interrupt-parent = <&gpio1>; > interrupts = <28 IRQ_TYPE_LEVEL_LOW>; > > - /* Depends on LVDS */ > - max-clock = <135000000>; > - min-vrefresh = <50>; > - > adi,input-depth = <8>; > adi,input-colorspace = "rgb"; > adi,input-clock = "1x"; > -- > 2.25.1 Reviewed-by: Ulrich Hecht <uli+renesas@xxxxxxxx> CU Uli