commit | 00723684e4680446d13e054fae7ecd85306a373b | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Dec 06 10:16:32 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 02 14:05:44 2023 -0500 |
tree | 7cc8e9af01560df3bc8c2dca9063be754cd6a65b | |
parent | 563f238b6714bbd150a2e96cb1d7434e1e9d0e49 [diff] |
dts: synquacer: Fix idle-states 'entry-method' value The correct value for 'entry-method' in the idle-states binding is 'psci', not 'arm,psci'. It hasn't mattered because it isn't used by the OS. Signed-off-by: Rob Herring <robh@kernel.org>