From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 585C5C43214 for ; Fri, 23 Jul 2021 21:17:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43CDD60EB1 for ; Fri, 23 Jul 2021 21:17:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231865AbhGWUhJ (ORCPT ); Fri, 23 Jul 2021 16:37:09 -0400 Received: from mail-il1-f173.google.com ([209.85.166.173]:42810 "EHLO mail-il1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229648AbhGWUhG (ORCPT ); Fri, 23 Jul 2021 16:37:06 -0400 Received: by mail-il1-f173.google.com with SMTP id q18so2760749ile.9; Fri, 23 Jul 2021 14:17:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=nSoj/UlWS4JPx6iZRYhcRTCPVju36DNxD7H5wssKpHk=; b=RA2jhbXpEtbz3wRq/PWuSO3VDP+TQ4piRmcOBYxBmCG3KXSVaK35fl4ueQ/C3OvoKo hXSVXNE4pbKlVt5rjRwBKHNuOTNtKVtg5B/xQf8sJk/ZnOPwLgmByVULKr3UVVhRdNgP l42vthpd+YOkPnvrTTwXy6zxT79C0Yn41PDVXSnn1QwmmN7cZzQZVdf2fgpfi2yXpS7n sk7NReQTwFvrvB9XkQWTzdrJTiLHkrXrJpsr5N12oeM8abHCJmY3as3sp1H+NThc+WLS ni3AN1xjNYpu4xsnJ38qNbtRGu5EV8NSJB9fuMl7u8cLfnPqpFuNOQHwudqAmxsO9ldd mAMQ== X-Gm-Message-State: AOAM530iQ4699D+hduLhFpk+yyJNWTzcPo8W67s35T7Rj6HConMN4QVY wy0tIci/s8mmZZmZ8RQPLg== X-Google-Smtp-Source: ABdhPJwwjWBOEYynQLyc0Zom7dPVOu7Owe+7JZNuqdHQwhoI4J0rYEqL0eVaIn8xZNRfPVXim/nGGQ== X-Received: by 2002:a92:c989:: with SMTP id y9mr4712826iln.183.1627075059594; Fri, 23 Jul 2021 14:17:39 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id j8sm4405629ilo.57.2021.07.23.14.17.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:17:39 -0700 (PDT) Received: (nullmailer pid 2600667 invoked by uid 1000); Fri, 23 Jul 2021 21:17:37 -0000 Date: Fri, 23 Jul 2021 15:17:37 -0600 From: Rob Herring To: Rob Herring Cc: Ludovic Desroches , Fabrizio Castro , Nicolas Ferre , linux-media@vger.kernel.org, Eugen Hristev , Ramesh Shanmugasundaram , Alexandre Belloni , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: media: Fix graph 'unevaluatedProperties' related warnings Message-ID: <20210723211737.GA2599616@robh.at.kernel.org> References: <20210719194850.2410511-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210719194850.2410511-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Jul 2021 13:48:50 -0600, Rob Herring wrote: > The graph schema doesn't allow custom properties on endpoint nodes for > '#/properties/port' and '#/$defs/port-base' should be used instead. This > doesn't matter until 'unevaluatedProperties' support is implemented. > > Cc: Eugen Hristev > Cc: Mauro Carvalho Chehab > Cc: Nicolas Ferre > Cc: Alexandre Belloni > Cc: Ludovic Desroches > Cc: Fabrizio Castro > Cc: Ramesh Shanmugasundaram > Cc: linux-media@vger.kernel.org > Signed-off-by: Rob Herring > --- > Documentation/devicetree/bindings/media/atmel,isc.yaml | 3 ++- > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 2 +- > Documentation/devicetree/bindings/media/renesas,drif.yaml | 2 +- > 3 files changed, 4 insertions(+), 3 deletions(-) > Applied, thanks!