Commit e1dc566f authored by Olof Johansson's avatar Olof Johansson

Documentation: devicetree: arm: sort enable-method entries

People have appended new entries instead of inserting them at
the right location, so sort them.
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 26ab69cb
...@@ -178,18 +178,18 @@ nodes to be present and contain the properties described below. ...@@ -178,18 +178,18 @@ nodes to be present and contain the properties described below.
Usage and definition depend on ARM architecture version. Usage and definition depend on ARM architecture version.
# On ARM v8 64-bit this property is required and must # On ARM v8 64-bit this property is required and must
be one of: be one of:
"spin-table"
"psci" "psci"
"spin-table"
# On ARM 32-bit systems this property is optional and # On ARM 32-bit systems this property is optional and
can be one of: can be one of:
"arm,psci"
"allwinner,sun6i-a31" "allwinner,sun6i-a31"
"qcom,gcc-msm8660" "arm,psci"
"qcom,kpss-acc-v1"
"qcom,kpss-acc-v2"
"marvell,armada-375-smp" "marvell,armada-375-smp"
"marvell,armada-380-smp" "marvell,armada-380-smp"
"marvell,armada-xp-smp" "marvell,armada-xp-smp"
"qcom,gcc-msm8660"
"qcom,kpss-acc-v1"
"qcom,kpss-acc-v2"
"rockchip,rk3066-smp" "rockchip,rk3066-smp"
- cpu-release-addr - cpu-release-addr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment