On Thu, May 08, 2025 at 07:03:17AM +0300, Dmitry Baryshkov wrote: > On Wed, May 07, 2025 at 04:59:12PM -0500, Rob Herring (Arm) wrote: > > The MSM HDMI port nodes are missing any restrictions on additional > > properties. The $ref should be to "/properties/port" rather than > > "/$defs/port-base" as there are not additional properties in the nodes > > to define. > > > > Signed-off-by: Rob Herring (Arm) <r...@kernel.org> > > --- > > Documentation/devicetree/bindings/display/msm/hdmi.yaml | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com> > > I've verified, it applies on top of msm-next and produces no errors. I > don't see a meaningful error in the bot's message (Rob, is there a > chance to fix the bot?).
The problem was I broke dtschema on python 3.11 and earlier. It's now fixed. Rob