Message ID | 20230224130759.45579-1-konrad.dybcio@linaro.org |
---|---|
State | Accepted |
Commit | 36b3ff496eb9db76c07868436d60c8b555779f79 |
Headers | show |
Series | [1/2] dt-bindings: arm: Add Cortex-A78C and X1C | expand |
On 24/02/2023 14:07, Konrad Dybcio wrote: > Add compatibles for the Cortex-A78C and X1C cores found in some > recent flagship designs. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 24 Feb 2023 14:07:57 +0100, Konrad Dybcio wrote: > Add compatibles for the Cortex-A78C and X1C cores found in some > recent flagship designs. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index c145f6a035ee..a9bbe2b74b5d 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -139,6 +139,7 @@ properties: - arm,cortex-a77 - arm,cortex-a78 - arm,cortex-a78ae + - arm,cortex-a78c - arm,cortex-a510 - arm,cortex-a710 - arm,cortex-a715 @@ -151,6 +152,7 @@ properties: - arm,cortex-r5 - arm,cortex-r7 - arm,cortex-x1 + - arm,cortex-x1c - arm,cortex-x2 - arm,cortex-x3 - arm,neoverse-e1
Add compatibles for the Cortex-A78C and X1C cores found in some recent flagship designs. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ 1 file changed, 2 insertions(+)