Skip to content
Commit fbaa35b1 authored by Rajasekaran Kalidoss's avatar Rajasekaran Kalidoss
Browse files

Use of_property_read_u32_array to get region cfgs



The parameter list for the of_property_for_each_u32() macro has changed
in kernel v6.6.76 and later. In order to make the region config parsing
compatible with both newer and older kernel versions, it has been
changed to use of_property_count_u32_elems() and
of_property_read_u32_array() to read the values.

Change-Id: Ic535690031eada30e0b51aa81c707c0ef024e231
Signed-off-by: Rajasekaran Kalidoss's avatarRajasekaran Kalidoss <rajasekaran.kalidoss@arm.com>
parent 4aa84f0d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment