From mboxrd@z Thu Jan 1 00:00:00 1970 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 C196DC433F5 for ; Tue, 22 Feb 2022 16:32:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234124AbiBVQdX (ORCPT ); Tue, 22 Feb 2022 11:33:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234119AbiBVQdU (ORCPT ); Tue, 22 Feb 2022 11:33:20 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C3AF162006; Tue, 22 Feb 2022 08:32:45 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 21MGWZaT053060; Tue, 22 Feb 2022 10:32:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1645547555; bh=b5zGZfrvG+yLErjAoFGzAo3G6Af6FpoDENZ4VIjCO3E=; h=From:To:CC:Subject:Date; b=XGxWdftUskbRYRjKcNTxhujZqwpcgidruzAAlIyIyP0LflFFFpe6qJvH4xhkkL86i OYitpBW2ls/tVtawBdkjqB+AWkOwAnMyAABFvcVyf7+mnHZs8bIyvJyamkPOfxOg6d bIuwEg67rnjxZOTcpQg3I0W+8xS2vV9hoVDwh7II= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21MGWZRt067311 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 22 Feb 2022 10:32:35 -0600 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 22 Feb 2022 10:32:35 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Tue, 22 Feb 2022 10:32:35 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21MGWXb2066738; Tue, 22 Feb 2022 10:32:34 -0600 From: Rahul T R To: CC: , , , , , , , , Subject: [PATCH 0/2] DSS: Add support for DisplayPort Date: Tue, 22 Feb 2022 22:02:28 +0530 Message-ID: <20220222163230.1566-1-r-ravikumar@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The following series of patches enables DisplayPort on j721e-evm Tomi Valkeinen (2): arm64: dts: ti: k3-j721e-main: add DP & DP PHY arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm .../dts/ti/k3-j721e-common-proc-board.dts | 66 +++++++++++- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 102 ++++++++++++++++++ 2 files changed, 164 insertions(+), 4 deletions(-) -- 2.17.1