Commit 0f9dc23
committed
dtb: Handle properties with both matrix and scalar types
In a few cases (really only 1 known), a property may be defined as a
scalar and matrix. Check for this case and decide on the type based on the
minimum dimensions for the matrix.
Only handle cases with a single scalar and matrix type are handled.
Signed-off-by: Rob Herring (Arm) <[email protected]>1 parent 7b57675 commit 0f9dc23
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
138 | 148 | | |
139 | 149 | | |
140 | 150 | | |
| |||
203 | 213 | | |
204 | 214 | | |
205 | 215 | | |
206 | | - | |
207 | 216 | | |
208 | 217 | | |
209 | 218 | | |
| |||
0 commit comments