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 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 5B088C4332F for ; Thu, 16 Sep 2021 19:54:30 +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 2462E61164 for ; Thu, 16 Sep 2021 19:54:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2462E61164 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6797D6E8AD; Thu, 16 Sep 2021 19:54:29 +0000 (UTC) Received: from mail-oo1-f47.google.com (mail-oo1-f47.google.com [209.85.161.47]) by gabe.freedesktop.org (Postfix) with ESMTPS id B77E96E8AD for ; Thu, 16 Sep 2021 19:54:27 +0000 (UTC) Received: by mail-oo1-f47.google.com with SMTP id y3-20020a4ab403000000b00290e2a52c71so2445982oon.2 for ; Thu, 16 Sep 2021 12:54:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P8yKybFkj8lrDPXW7Os3C5NUGXbJPcqo5yhZY5pR8wY=; b=fvz1b9rG+gIRCkwNdxTW/uaE9GPHqfSYt7c3kvieDNV6QczUVbUIZ1O2M4fXPIvK+o VtbfcD5t73nBdWTej9ddqojgtIHi37Oe4SejfAy4i3VGV7nsmie7zrStJ3WeSWRcfAAj 41a7DawR7exJCI8m//O2kAENfo7aFGPmjrBqusQ7vbpz5yNZqfMax4FOm9dD5G6geVkn TdlvA97Jjv8n/Bue0fvFk/s9Zg7zCjhVB++Om6KD+0jgPqhJup+URpPdDJngY2BiGgRv 7cmGAr7uG8f+FN0SIPCi0SFydigqcYYh4QMiftBmSpuf20CC356D+uyfTChIowH6Supl c0bQ== X-Gm-Message-State: AOAM530yfM1mBrs+Jk3MVq6NpUlydRSmSl+6nDvvZ3dmbTm/EF4u/4sF SlJrslPcPDl7PnDla4fXXVWVJtg4Pw== X-Google-Smtp-Source: ABdhPJzqQYc9fk1ideD8xo+zjME0IBa/yn9xoKgUQy0xFxtBQsjU9UzwvguQUm5pLqb12ErUNwpuNQ== X-Received: by 2002:a4a:b502:: with SMTP id r2mr5800419ooo.70.1631822066935; Thu, 16 Sep 2021 12:54:26 -0700 (PDT) Received: from robh.at.kernel.org (107-211-252-53.lightspeed.cicril.sbcglobal.net. [107.211.252.53]) by smtp.gmail.com with ESMTPSA id z7sm1010458ooh.38.2021.09.16.12.54.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Sep 2021 12:54:26 -0700 (PDT) Received: (nullmailer pid 1386188 invoked by uid 1000); Thu, 16 Sep 2021 19:54:23 -0000 Date: Thu, 16 Sep 2021 14:54:23 -0500 From: Rob Herring To: Paul Kocialkowski Cc: Thomas Petazzoni , dri-devel@lists.freedesktop.org, Rob Herring , David Airlie , Lee Jones , Maxime Ripard , Thomas Zimmermann , devicetree@vger.kernel.org, Daniel Vetter , linux-kernel@vger.kernel.org, Maarten Lankhorst Subject: Re: [PATCH v9 2/4] dt-bindings: mfd: logicvc: Add patternProperties for the display Message-ID: References: <20210914200539.732093-1-paul.kocialkowski@bootlin.com> <20210914200539.732093-3-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210914200539.732093-3-paul.kocialkowski@bootlin.com> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 14 Sep 2021 22:05:37 +0200, Paul Kocialkowski wrote: > The LogiCVC multi-function device has a display part which is now > described in its binding. Add a patternProperties match for it. > > Signed-off-by: Paul Kocialkowski > --- > Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring