You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is mentioned in the readme that "By the memory-region property, it can be associated the reserved memory area with u-dma-buf." But I don't see of_property_read_ulong for it. Isn't it necessary as you read other properties ?
The text was updated successfully, but these errors were encountered:
It is mentioned in the readme that "By the memory-region property, it can be associated the reserved memory area with u-dma-buf." But I don't see of_property_read_ulong for it. Isn't it necessary as you read other properties ?
The memory-region property is processed by of_reserved_mem_device_init() provided by the Linux Kernel.
It is mentioned in the readme that "By the memory-region property, it can be associated the reserved memory area with u-dma-buf." But I don't see of_property_read_ulong for it. Isn't it necessary as you read other properties ?
The text was updated successfully, but these errors were encountered: