Commit 4a8ac35
fix(pm_low_power_modes): Add data type to devmem2 command
Fix the devmem2 command to program the mcu_uart0 and wkup_uart0 by
adding the data type of word to the command. Without having the data
type in the command, it leads the command to fail.
Signed-off-by: Kendall Willis <[email protected]>1 parent 4044e1f commit 4a8ac35
File tree
1 file changed
+2
-2
lines changed- source/linux/Foundational_Components/Power_Management
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments