Message ID | 79ef74956befe089d7994ad24ab25132e95e9ac9.1582312530.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5c2614e995de07b41eb355155eb5e0e3d593718b |
Headers | show |
Series | arm64 CPU DT binding updates | expand |
On Fri, 21 Feb 2020 19:35:28 +0000, Robin Murphy wrote: > The CPU group has been busy since we last updated these bindings... > Add definitions for all the new Cortex-A and Neoverse cores now > available. > > Signed-off-by: Robin Murphy <robin.murphy@arm.com> > --- > > v2: no change, just resending for completeness > > Documentation/devicetree/bindings/arm/cpus.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index 7a9c3ce2dbef..41e22b5320da 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -123,11 +123,18 @@ properties: - arm,cortex-a12 - arm,cortex-a15 - arm,cortex-a17 + - arm,cortex-a32 + - arm,cortex-a34 + - arm,cortex-a35 - arm,cortex-a53 - arm,cortex-a55 - arm,cortex-a57 + - arm,cortex-a65 - arm,cortex-a72 - arm,cortex-a73 + - arm,cortex-a75 + - arm,cortex-a76 + - arm,cortex-a77 - arm,cortex-m0 - arm,cortex-m0+ - arm,cortex-m1 @@ -136,6 +143,8 @@ properties: - arm,cortex-r4 - arm,cortex-r5 - arm,cortex-r7 + - arm,neoverse-e1 + - arm,neoverse-n1 - brcm,brahma-b15 - brcm,brahma-b53 - brcm,vulcan
The CPU group has been busy since we last updated these bindings... Add definitions for all the new Cortex-A and Neoverse cores now available. Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- v2: no change, just resending for completeness Documentation/devicetree/bindings/arm/cpus.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)