Re: [PATCH 4/4] dts: synquacer: Fix idle-states 'entry-method' value

2023-01-03 Thread Tom Rini
On Tue, Dec 06, 2022 at 10:16:32AM -0600, Rob Herring wrote: > 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 Applied to u-boot/next, thanks! -- Tom signature.asc

[PATCH 4/4] dts: synquacer: Fix idle-states 'entry-method' value

2022-12-06 Thread Rob Herring
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 --- arch/arm/dts/synquacer-sc2a11.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/synqua