Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA648C636D6 for ; Thu, 16 Feb 2023 11:08:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230345AbjBPLIc (ORCPT ); Thu, 16 Feb 2023 06:08:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230347AbjBPLIa (ORCPT ); Thu, 16 Feb 2023 06:08:30 -0500 Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A870A9756 for ; Thu, 16 Feb 2023 03:08:08 -0800 (PST) Received: by mail-lj1-x232.google.com with SMTP id a13so1538735ljq.6 for ; Thu, 16 Feb 2023 03:08:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=G+O+pbAbqz0ncakc7kjAFIJNZPlWAoJghHrDomQ2uJo=; b=ABJcNBViId/LFgzzPqQ8fGMgiFzTXB39HzvdlCipNUEvcE7oIVERjcs4vqys8Dcmk6 rgDKT+Tf/mri8ucHPKWsBdw9+3Eh9bcjdZIiBzTJkR7Ut9duLtC/TJFSD6GI5ekNRsfn ZmaIYN6MwWK6sEOrhL9jVczFEIMUajfJpaxXrsP2dOK8PUQPgZ82PMfI72O0nfHmhK2O XNcc9sa+46ywv0i/5KIrp4Cqn+rfjbF8fBXlxbiCOYwROgLKBiSfwAxduqUfG/wVWmpB rfs9SPYU6GgR7HHL0xm7En+TDTIZvam5gqikXG0WWGJM+SODA88MDWSmf8mKWU33gB7s I1Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=G+O+pbAbqz0ncakc7kjAFIJNZPlWAoJghHrDomQ2uJo=; b=dFTGgI2M7hRUEPR2udhXF/xLD2msAer+seDl1nK5SUZfipm1JgGZFRmQLAGQsnLaDH 4eGXLwLUPFbKL6ZTnmAhnlyWKy+OV7iEG5v2AzgxZtXle2b4F6bkGIr9Wyeiuo5knTIJ egtBfc9qNGZdWrHBSnuz3JcDEI3uR8tSFFSVvMTbKlohmu6CjRUOueYdHGXSJrThMPs2 sCwxyJUo6rBqrdijZKE+S/5FJlv230YpIL4BXQNJqyd8J22wVgeuWEk7GfBdmsQw1hfy C/KotlnKlGbRrVQaGqd8ntoe7Wrv58mXmv1ozfOYU5WtPqlAC+wFS10gT2XN0poPHuBt MQlA== X-Gm-Message-State: AO0yUKWo8tPudbNzkBr/s7yDPT4VSLyAqztoWTx2lHmreBJzv03qTS18 Z/WTXybkhy9QKn8hlAkurGdrzw== X-Google-Smtp-Source: AK7set+T+PyD+3gP4rn3YTnaR3dvg4ebsWrnu4i6E/myhVZC0uXfNPSeUIbhVBiGE5KA8lfWMyVzpQ== X-Received: by 2002:a2e:91d0:0:b0:294:666a:a38d with SMTP id u16-20020a2e91d0000000b00294666aa38dmr273771ljg.9.1676545686770; Thu, 16 Feb 2023 03:08:06 -0800 (PST) Received: from localhost.localdomain (abxh117.neoplus.adsl.tpnet.pl. [83.9.1.117]) by smtp.gmail.com with ESMTPSA id d19-20020ac25453000000b004db20d07decsm255993lfn.209.2023.02.16.03.08.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Feb 2023 03:08:06 -0800 (PST) From: Konrad Dybcio To: linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org Cc: marijn.suijten@somainline.org, Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Stephen Boyd , Conor Dooley , Luca Weiss , Lorenzo Pieralisi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: arm: Add Cortex-A715 and X3 Date: Thu, 16 Feb 2023 12:08:02 +0100 Message-Id: <20230216110803.3945747-1-konrad.dybcio@linaro.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add compatibles for the Cortex-A715 and X3 cores found in some recent flagship designs. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index a7586295a6f5..c145f6a035ee 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -141,6 +141,7 @@ properties: - arm,cortex-a78ae - arm,cortex-a510 - arm,cortex-a710 + - arm,cortex-a715 - arm,cortex-m0 - arm,cortex-m0+ - arm,cortex-m1 @@ -151,6 +152,7 @@ properties: - arm,cortex-r7 - arm,cortex-x1 - arm,cortex-x2 + - arm,cortex-x3 - arm,neoverse-e1 - arm,neoverse-n1 - arm,neoverse-n2 -- 2.39.1