Message ID | 1440665362-31771-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2015-08-27 17:49 GMT+09:00 Shawn Lin <shawn.lin@rock-chips.com>: > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> > --- > > 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
On 2015/8/27 20:59, Krzysztof Kozlowski write: > 2015-08-27 17:49 GMT+09:00 Shawn Lin <shawn.lin@rock-chips.com>: >> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> >> --- >> >> 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 > Got it. Thanks, Krzysztof. > Best regards, > Krzysztof > > >
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 Example:
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- Documentation/devicetree/bindings/dma/arm-pl330.txt | 1 + 1 file changed, 1 insertion(+)