mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm64: zynqmp: DT: Fix typo in idle-states node definition
Fixed a typo in specifying "entry-method" Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
941f61fe80
commit
fec547397f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
};
|
||||
|
||||
idle-states {
|
||||
entry-mehod = "arm,psci";
|
||||
entry-method = "arm,psci";
|
||||
|
||||
CPU_SLEEP_0: cpu-sleep-0 {
|
||||
compatible = "arm,idle-state";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue