Re: [PATCH] arm64: dts: Fix various entry-method properties to reflect documentation
From: Li Yang <hidden>
Date: 2018-08-23 20:47:02
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Li Yang <hidden>
Date: 2018-08-23 20:47:02
Also in:
linux-arm-kernel, linux-mediatek, lkml
On Thu, Aug 23, 2018 at 3:55 AM Amit Kucheria [off-list ref] wrote:
The idle-states binding documentation[1] mentions that the
'entry-method' property is required on 64-bit platforms and must be
set to "psci".
commit a13f18f59d26 ("Documentation: arm: Fix typo in the idle-states
bindings examples") attempted to fix this earlier but clearly more is
needed.
Fix the cpu-capacity.txt documentation that uses the incorrect value so
we don't get copy-paste errors like these. Clarify the language in
idle-states.txt by removing the reference to the psci bindings that
might be causing this confusion.
Finally, fix devicetrees of various boards to reflect current
documentation.
[1] Documentation/devicetree/bindings/arm/idle-states.txt (see
idle-states node)
Signed-off-by: Amit Kucheria <redacted>Acked-by: Li Yang <redacted> For fsl/nxp device trees:
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 2 +- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 2 +- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 2 +-
- Leo