Message ID | 20231019223055.1574125-4-bb@ti.com (mailing list archive) |
---|---|
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 858A5C004C0 for <linux-arm-kernel@archiver.kernel.org>; Thu, 19 Oct 2023 22:31:42 +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:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=DIUjvOTNrnC5sXrnm5dDlio7MftZiILwc9ldWr/negc=; b=lW5Wi4o0vvgCxS ba1lwSHnysHxkQNqL+aPDN2j3ZoDn3s2mfcExmooG/2XDzTu1s5yEPfKerhF2TiaOg4KR4T7VJv0O psNooR52nHtQmvpLKtxcW5x/Inz1wq3KSI8II6sGghnBZMt81YDFUsXsrec12ik/xMn3KGJ9CfYVI I2+0+HphfkMM4DgJ0AGlsdp84cfQgV/eHXmZR1mMuF1qfkkEDHFxoBh56PVhwO84ge8iCjWDei9it tm1iDTO50HAAWJmyE74yoLylkLe6L25VwHLCaeV23RgR8aZMTRQeJPeXPuOlsUbQbS2292Fv2SEO/ TWFfVekX8YkDOaolkKFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtbXx-000oKE-2T; Thu, 19 Oct 2023 22:31:17 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qtbXo-000oIt-1C for linux-arm-kernel@lists.infradead.org; Thu, 19 Oct 2023 22:31:10 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 39JMUvr8054131; Thu, 19 Oct 2023 17:30:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1697754658; bh=VdXh0Q3nlaaMFcGOy+kwVap9/zRd+TiG88+nvkzXEKk=; h=From:To:CC:Subject:Date; b=hucnuRkiKrFJR6H5Dpp2nl3XTjK4S9PGCBX9+ERg4/nnEl0fzYBHFA64/u+ub3bFo 0nfwjRf65bp9fPJfMYmQrxTBlW6NNBB7tr7Ze4NhmsTN4fusimO3d6ngRlSFH6wqA0 k8tlGsaj5RGasMsNIfMgs0ZCM3SOUgDy2XtfoGG0= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 39JMUvqn037506 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 19 Oct 2023 17:30:57 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 19 Oct 2023 17:30:57 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 19 Oct 2023 17:30:56 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 39JMUuN5031372; Thu, 19 Oct 2023 17:30:56 -0500 From: Bryan Brattlof <bb@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>, Conor Dooley <conor+dt@kernel.org> CC: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, ARM Linux Mailing List <linux-arm-kernel@lists.infradead.org>, Bryan Brattlof <bb@ti.com> Subject: [PATCH v3 0/2] arm64: dts: ti: enable more peripherals Date: Thu, 19 Oct 2023 17:30:56 -0500 Message-ID: <20231019223055.1574125-4-bb@ti.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1442; i=bb@ti.com; h=from:subject; bh=CbG6Wyp5u+7iDIEJYxefM6oHrbr5pJFrC5Yal4fnqow=; b=owNCWmg5MUFZJlNZZHoW3wAAaH///vbvf+cvf2+O+uj+Xl9v+fW3738pG2v7X+tv7Ff/m2+wA RmyiHpAADTQNDQ0AAZAaGgAADQGgAyBkA0AaD1ANAyPUD1PUekAybUxPKM0yiANA9IAGmh6gNAD 1GIBk0ZDT1GgaAAAwgwjTJgmRoDRpoaAPSeppoNAaDRhBlPUZNNqaepkaGgBphMgZAAAAxGQaaA DRoyZNDMiZMgAANGRo00DQaAANADBg+vBPYb6Uwhrwi8Dc5pM4XHGKFI7H8QdLoQ5MA++c4G+CK JWCliyjUn07t6/COPOVMzaiDnFV9XLhOCJnnfskoFytoufrYQp5hw3MEFuhcu89/LDAlBAGg0tG JTdfLl88Zd9vGGhlXgNSTI4QBNfFr+kJuK5hvtqqyMcUGqSuIUTyPm7+0ATHi0tKKF2qR3ZqGzS A5qOqDZEYJrjKtWaDVcwukEkyqwNlYuTrlY6gS7CIdF6ND9ojn5eq1u5y0xpDV1rlDKB9Q33v+v aGeg7KHRhVQB8WVbgw/QlaIIbSS35QlinUuOKQ36aFVZcEmmBPSZf0ZRMX0NJ476AoS5D7vowBA AAknvz+XGZtNkyEDPyWKdgYh14woB9gTSMSJkEtkRumHf9Kb6xo8JTjWC2GhMsS2ARLGoyBsO6x RRR4Iv/F3JFOFCQZHoW3w== X-Developer-Key: i=bb@ti.com; a=openpgp; fpr=D3D177E40A38DF4D1853FEEF41B90D5D71D56CE0 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-20231019_153108_487512_849F1C9C X-CRM114-Status: GOOD ( 11.19 ) 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: enable more peripherals
|
expand
|