]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/devicetree/bindings/dma/ti-edma.txt
dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type
[karo-tx-linux.git] / Documentation / devicetree / bindings / dma / ti-edma.txt
index ae8b8f1d6e69d320494ada8696c43608af41a35f..079b42a81d7cf3c5af086872fc86127023ab2c15 100644 (file)
@@ -56,9 +56,8 @@ edma: edma@49000000 {
 
        /* Channel 20 and 21 is allocated for memcpy */
        ti,edma-memcpy-channels = <20 21>;
-       /* The following PaRAM slots are reserved: 35-45 and 100-110 */
-       ti,edma-reserved-slot-ranges = /bits/ 16 <35 10>,
-                                      /bits/ 16 <100 10>;
+       /* The following PaRAM slots are reserved: 35-44 and 100-109 */
+       ti,edma-reserved-slot-ranges = <35 10>, <100 10>;
 };
 
 edma_tptc0: tptc@49800000 {