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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 34396C2BB1D for ; Tue, 14 Apr 2020 21:56:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1F21206A2 for ; Tue, 14 Apr 2020 21:56:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D1F21206A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 76F7089BB2; Tue, 14 Apr 2020 21:56:25 +0000 (UTC) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3294B89BB2 for ; Tue, 14 Apr 2020 21:56:24 +0000 (UTC) Received: by mail-ot1-f67.google.com with SMTP id l21so1327535otd.9 for ; Tue, 14 Apr 2020 14:56:24 -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:user-agent; bh=+o2yriNr4v3rniMWdemUISKQYsPGQxqAvPZbiefW6UE=; b=G1wXaT0evwj7nQ0QFBipoqQPh7G37kDSNewHqbX6x8qfsImWFkMplfb8VDO89kDMCm 3y01podiDc5Z+EIWPXARad6QHOkvz0kbK4nUogNM7VqmlgXlsdkgXit64i99qTTokp7i 6YXlk0VVbzMrYA6vZzx+HzSMYPBIXunYk7g7fE04b02A2kbCKdXVd/XJnBYWvQM75JBb +SgI8EzHNHovnFnvX+NnnebtOx0gu8XR0nLP3YWarKfIX2yR6hLh24CZAhxlPpuZFb6X tHQR3e8/Juq6mkT3OrVP7x0HftKfA8lWpPKeeTUKh7+wHUxWMqoXC1znDXbgdHX2p2Wh K69Q== X-Gm-Message-State: AGi0PuZBckc84TY3OWaBwHghB7uLAOndBEypGD4u70i/VFQ6MS+epvsV w48JdxO6pP7pm4vfuec2Ag== X-Google-Smtp-Source: APiQypLhFPB4rMGpKjdNYF2xubgNfmpg+NIvA1YQpl0vgKNyYqbR+tf3if9hzLDvVOEv6qMG8K/tig== X-Received: by 2002:a05:6830:60b:: with SMTP id w11mr18023314oti.96.1586901383492; Tue, 14 Apr 2020 14:56:23 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id r24sm5890903otq.9.2020.04.14.14.56.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Apr 2020 14:56:22 -0700 (PDT) Received: (nullmailer pid 31154 invoked by uid 1000); Tue, 14 Apr 2020 21:56:21 -0000 Date: Tue, 14 Apr 2020 16:56:21 -0500 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH 1/4] dt-bindings: display: bridge: Reject additional properties in ports node Message-ID: <20200414215621.GA31081@bogus> References: <20200405232318.26833-1-laurent.pinchart+renesas@ideasonboard.com> <20200405232318.26833-2-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200405232318.26833-2-laurent.pinchart+renesas@ideasonboard.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Jacopo Mondi , Maxime Ripard , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 6 Apr 2020 02:23:15 +0300, Laurent Pinchart wrote: > Document the #address-cells and #size-cells properties of the ports node > in the schemas of the bridge DT bindings, and set additionalProperties > to false to reject additional properties. > > Signed-off-by: Laurent Pinchart > --- > .../devicetree/bindings/display/bridge/anx6345.yaml | 8 ++++++++ > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 8 ++++++++ > .../devicetree/bindings/display/bridge/ps8640.yaml | 8 ++++++++ > 3 files changed, 24 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel