From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] dt-bindings: reserved-memory: Add restricted-dma-pool constraints Date: Thu, 24 Feb 2022 16:32:32 -0600 Message-ID: References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Robin Murphy Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, maxime-R63rPqgGiG5yDzI6CaY1VQ@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Thu, 17 Feb 2022 17:47:14 +0000, Robin Murphy wrote: > The "restricted-dma-pool" definition prohibits combination with either > of the "no-map" and "reusable" properties, but this is only stated in > the description text. Add those constraints to the schema so we can > properly validate them. > > Signed-off-by: Robin Murphy > --- > > v2: Simplify with "properties:...:false" vs. "not:required:..." > > .../bindings/reserved-memory/shared-dma-pool.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Applied, thanks!