4.1.16-bone18 & omap_hwmod & edma

Hi,

When running the kernel 4.1.16-bone18 I got this message :
omap_hwmod: tptc0 using broken dt data from edma

there is a discussion about it there :
http://comments.gmane.org/gmane.linux.ports.arm.omap/125869

Looks like that it is due to the device tree :

edma: edma@49000000 {
compatible = “ti,edma3”;
ti,hwmods = “tpcc”, “tptc0”, “tptc1”, “tptc2”;
reg = <0x49000000 0x10000>,
<0x44e10f90 0x40>;
interrupts = <12 13 14>;
#dma-cells = <1>;
};

did you find something about it Robert Nelson ?

Micka,