On Tue, Jan 18, 2022 at 07:50:38PM -0600, Rob Herring wrote:
> The 'phandle-array' type is a bit ambiguous. It can be either just an
> array of phandles or an array of phandles plus args. Many schemas for
> phandle-array properties aren't clear in the schema which case applies
> though the description usually describes it.
> 
> The array of phandles case boils down to needing:
> 
> items:
>   maxItems: 1
> 
> The phandle plus args cases should typically take this form:
> 
> items:
>   - items:
>       - description: A phandle
>       - description: 1st arg cell
>       - description: 2nd arg cell
> 
> With this change, some examples need updating so that the bracketing of
> property values matches the schema.
> 
> Cc: Damien Le Moal <damien.lem...@opensource.wdc.com>
> Cc: Herbert Xu <herb...@gondor.apana.org.au>
> Cc: "David S. Miller" <da...@davemloft.net>
> Cc: Chun-Kuang Hu <chunkuang...@kernel.org>
> Cc: Philipp Zabel <p.za...@pengutronix.de>
> Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
> Cc: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com>
> Cc: Vinod Koul <vk...@kernel.org>
> Cc: Georgi Djakov <dja...@kernel.org>
> Cc: Thomas Gleixner <t...@linutronix.de>
> Cc: Marc Zyngier <m...@kernel.org>
> Cc: Joerg Roedel <j...@8bytes.org>
> Cc: Lee Jones <lee.jo...@linaro.org>
> Cc: Daniel Thompson <daniel.thomp...@linaro.org>
> Cc: Jingoo Han <jingooh...@gmail.com>
> Cc: Pavel Machek <pa...@ucw.cz>
> Cc: Mauro Carvalho Chehab <mche...@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlow...@canonical.com>
> Cc: Jakub Kicinski <k...@kernel.org>
> Cc: Wolfgang Grandegger <w...@grandegger.com>
> Cc: Marc Kleine-Budde <m...@pengutronix.de>
> Cc: Andrew Lunn <and...@lunn.ch>
> Cc: Vivien Didelot <vivien.dide...@gmail.com>
> Cc: Florian Fainelli <f.faine...@gmail.com>
> Cc: Vladimir Oltean <olte...@gmail.com>
> Cc: Kalle Valo <kv...@kernel.org>
> Cc: Viresh Kumar <vire...@kernel.org>
> Cc: Stephen Boyd <sb...@kernel.org>
> Cc: Kishon Vijay Abraham I <kis...@ti.com>
> Cc: Linus Walleij <linus.wall...@linaro.org>
> Cc: "Rafael J. Wysocki" <raf...@kernel.org>
> Cc: Kevin Hilman <khil...@kernel.org>
> Cc: Ulf Hansson <ulf.hans...@linaro.org>
> Cc: Sebastian Reichel <s...@kernel.org>
> Cc: Mark Brown <broo...@kernel.org>
> Cc: Mathieu Poirier <mathieu.poir...@linaro.org>
> Cc: Daniel Lezcano <daniel.lezc...@linaro.org>
> Cc: Zhang Rui <rui.zh...@intel.com>
> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> Cc: Thierry Reding <thierry.red...@gmail.com>
> Cc: Jonathan Hunter <jonath...@nvidia.com>
> Cc: Sudeep Holla <sudeep.ho...@arm.com>
> Cc: Geert Uytterhoeven <geert+rene...@glider.be>
> Cc: linux-...@vger.kernel.org
> Cc: linux-cry...@vger.kernel.org
> Cc: dri-de...@lists.freedesktop.org
> Cc: dmaeng...@vger.kernel.org
> Cc: linux...@vger.kernel.org
> Cc: iommu@lists.linux-foundation.org
> Cc: linux-l...@vger.kernel.org
> Cc: linux-me...@vger.kernel.org
> Cc: net...@vger.kernel.org
> Cc: linux-...@vger.kernel.org
> Cc: linux-wirel...@vger.kernel.org
> Cc: linux-...@lists.infradead.org
> Cc: linux-g...@vger.kernel.org
> Cc: linux-ri...@lists.infradead.org
> Cc: linux-remotep...@vger.kernel.org
> Cc: alsa-de...@alsa-project.org
> Cc: linux-...@vger.kernel.org
> Signed-off-by: Rob Herring <r...@kernel.org>

Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to