2015-08-27 17:49 GMT+09:00 Shawn Lin <[email protected]>: > Signed-off-by: Shawn Lin <[email protected]> > --- > > Documentation/devicetree/bindings/dma/arm-pl330.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/dma/arm-pl330.txt > b/Documentation/devicetree/bindings/dma/arm-pl330.txt > index 2675658..0f19268 100644 > --- a/Documentation/devicetree/bindings/dma/arm-pl330.txt > +++ b/Documentation/devicetree/bindings/dma/arm-pl330.txt > @@ -15,6 +15,7 @@ Optional properties: > cells in the dmas property of client device. > - dma-channels: contains the total number of DMA channels supported by the > DMAC > - dma-requests: contains the total number of DMA requests supported by the > DMAC > + - broken-no-flushp: quirk for avoiding to execute DMAFLUSHP
It looks like a device or vendor specific quirk so the property should have a prefix. For example: arm,pl330-broken-no-flushp Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

