|
|
@@ -6,7 +6,7 @@ For stings, I used the of_find_property() function. There are two functions to o
|
|
|
|
|
|
The first one is of_property_read_u32_index(). This function is used to obtain the value of a specified element, and there is only one element.
|
|
|
|
|
|
-However, I used a for loop to obtain mutiple elements.
|
|
|
+However, I used a for loop to obtain multiple elements.
|
|
|
|
|
|
The second one is of_property_read_u32_array(). This function can automatically obtain all the elements in the array.
|
|
|
|