Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field

Add missing dma-coherent property to schema which avoids the following warnings

ufs-wrapper@4e80000: ufs@4e84000: Unevaluated properties are not allowed ('dma-coherent' was unexpected)

Signed-off-by: Matt Ranostay <mranostay@ti.com>
Link: https://lore.kernel.org/r/20221013194559.128643-1-mranostay@ti.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Matt Ranostay and committed by
Rob Herring
3eecdba4 5b4248bf

+2
+2
Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml
··· 49 49 reg: 50 50 maxItems: 1 51 51 52 + dma-coherent: true 53 + 52 54 required: 53 55 - compatible 54 56 - clocks