Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: Add Arm C1 cores and PMUs

Add the newly introduced Arm C1-Nano/Pro/Premium/Ultra core and PMU
compatible strings. These cores are part of the Lumex CSS. The new names
are replacing the long lived Cortex-A/X branding going forward.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

+8
+4
Documentation/devicetree/bindings/arm/cpus.yaml
··· 123 123 - arm,arm1176jzf-s 124 124 - arm,arm11mpcore 125 125 - arm,armv8 # Only for s/w models 126 + - arm,c1-nano 127 + - arm,c1-premium 128 + - arm,c1-pro 129 + - arm,c1-ultra 126 130 - arm,cortex-a5 127 131 - arm,cortex-a7 128 132 - arm,cortex-a8
+4
Documentation/devicetree/bindings/arm/pmu.yaml
··· 28 28 - arm,arm1136-pmu 29 29 - arm,arm1176-pmu 30 30 - arm,arm11mpcore-pmu 31 + - arm,c1-nano-pmu 32 + - arm,c1-premium-pmu 33 + - arm,c1-pro-pmu 34 + - arm,c1-ultra-pmu 31 35 - arm,cortex-a5-pmu 32 36 - arm,cortex-a7-pmu 33 37 - arm,cortex-a8-pmu