Message ID | 20230321-am62-lp-sk-v2-1-0a56e1694804@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 518CBC6FD1C for <linux-arm-kernel@archiver.kernel.org>; Wed, 22 Mar 2023 12:41:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References:Message-ID :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rYxJRkPydsuDTFIV7nzNpL5pgVHQ1sCj8weAcXGDJZs=; b=X5Upujs5cKc4Gn Vx06aAhoigKntSNuzAVRwIRHDxe1TgdNoF9bbzv/9JBtk/B/yLel5tdvQ1hA9atdBkCHJ7DhqTUBZ xepazVJuSJ4hpW2gmwVFFbyoscjfJCHLwYyyDb7m7385DwLpw8ZnbWnwtGdUYasSOz/F68DXaY5EV q7C21gx1YGPJ6AYq/UCDVIb9wESGlxbsWLHvCFwEX5gDuGM2p51YTCoTRBnez8VoE9F1joHizG+k0 jnN72AQZ7/xvLW/b7VF6MI1HpCnGi107F6U+Vj5ZbTSlTNJh6W+PV6k40wuFn22eqJ1vPcP/jmcCE jsewxmU7M16z4LxnLPFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pexl2-00FxsI-38; Wed, 22 Mar 2023 12:40:00 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pexky-00FxqN-1i for linux-arm-kernel@lists.infradead.org; Wed, 22 Mar 2023 12:39:58 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32MCdj3d089800; Wed, 22 Mar 2023 07:39:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1679488785; bh=f5QRQeUeazx0dofpVGNmcI1tCS5Xgk/ldnpJD9MahC8=; h=From:Date:Subject:References:In-Reply-To:To:CC; b=JL6lRQamOiabfejmh+XKaeRoH2ARs8npgZjKtSPKTjNVIxMf3P/XKbwkwNU4ZwIbp Sk/pTcEAeqCAIfKBRAQaP8otCkHHH5E2MJuMnmGsdvPyQXe4OipOJVUHiU+pk82Kin I3biczuKwdmuA7ZkvO+SPYBslBayv87cYR2km8qc= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32MCdj8u066259 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 22 Mar 2023 07:39:45 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 22 Mar 2023 07:39:45 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 22 Mar 2023 07:39:45 -0500 Received: from [127.0.1.1] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32MCdcnY098356; Wed, 22 Mar 2023 07:39:42 -0500 From: Vignesh Raghavendra <vigneshr@ti.com> Date: Wed, 22 Mar 2023 18:09:20 +0530 Subject: [PATCH v2 1/3] dt-bindings: arm: ti: k3: Add compatible for AM62x LP SK MIME-Version: 1.0 Message-ID: <20230321-am62-lp-sk-v2-1-0a56e1694804@ti.com> References: <20230321-am62-lp-sk-v2-0-0a56e1694804@ti.com> In-Reply-To: <20230321-am62-lp-sk-v2-0-0a56e1694804@ti.com> To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>, "Tero Kristo" <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>, "Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org> CC: <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com>, "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org> X-Mailer: b4 0.12.2 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230322_053956_620359_23D83418 X-CRM114-Status: UNSURE ( 9.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
arm64: dts: ti: Introduce AM62x LP SK board support
|
expand
|
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index a60a4065caa8..56e5747c066c 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -29,6 +29,7 @@ properties: items: - enum: - ti,am625-sk + - ti,am62-lp-sk - const: ti,am625 - description: K3 AM642 SoC