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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6A0CAEB64DD for ; Tue, 25 Jul 2023 18:54:16 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CA45986789; Tue, 25 Jul 2023 20:53:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="TmUXaPCb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 787CB8674E; Tue, 25 Jul 2023 20:53:13 +0200 (CEST) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4438386768 for ; Tue, 25 Jul 2023 20:53:10 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36PIr8IH068172; Tue, 25 Jul 2023 13:53:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690311188; bh=PfTV81wOx4/jS5Tn3ypC7M1y9bp5XGeyX/94Zqaua7s=; h=From:To:CC:Subject:Date; b=TmUXaPCbWT4npnAVQFvYQu+TgqeMdlP1Ikao7s7OVw+BdzW2szKE+BSlBPaSB/Qk/ 7nPVy3EXwPGwRz7U6mRClwE9rQWbVsfU22NPyAUiXUWCqzVghnFUA/ypDiOj1+UnW1 A0UDwOV4me66JCpXLweRg5wNEHxaje4uAeIq3fnY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36PIr8eu130810 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 25 Jul 2023 13:53:08 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) 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; Tue, 25 Jul 2023 13:52:54 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE109.ent.ti.com (157.170.170.41) 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; Tue, 25 Jul 2023 13:52:54 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36PIqsW8023914; Tue, 25 Jul 2023 13:52:54 -0500 From: Nishanth Menon To: Neha Malcom Francis , Tom Rini CC: Bryan Brattlof , Praneeth Bajjuri , Andrew Davis , Robert Nelson , Vignesh R , , Nishanth Menon Subject: [PATCH 0/6] board: ti: Add support for BeaglePlay Date: Tue, 25 Jul 2023 13:52:47 -0500 Message-ID: <20230725185253.2123433-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Add support for BeaglePlay Boot log: https://gist.github.com/nmenon/e82fa95cff98942bdfc5c692a610c824 Full series can be found in: https://github.com/nmenon/fix-k3-dt-u-boot/commits/beagleplay-v1 Depends on: https://lore.kernel.org/all/20230725125856.1807742-1-nm@ti.com/ Caveats: * I have kept networking out of picture for now as it is still evolving. Nishanth Menon (5): doc: board: ti: k3: Sort the boards in alphabetical order arm: dts: k3-am625-sk-binman: Add labels for unsigned binary board: ti: am62x: Add basic initialization for usb voltage, 32k crystal, debounce configs: Add am62x_beagleplay_* defconfigs doc: board: ti: Add beagleplay documentation Robert Nelson (1): arm: dts: Add k3-am625-beagleplay arch/arm/dts/Makefile | 4 +- .../dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi | 2195 +++++++++++++++++ arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 172 ++ arch/arm/dts/k3-am625-beagleplay.dts | 758 ++++++ arch/arm/dts/k3-am625-r5-beagleplay.dts | 87 + arch/arm/dts/k3-am625-sk-binman.dtsi | 4 +- board/ti/am62x/evm.c | 46 + configs/am62x_beagleplay_a53_defconfig | 90 + configs/am62x_beagleplay_r5_defconfig | 110 + doc/board/ti/am62x_beagleplay.rst | 169 ++ doc/board/ti/k3.rst | 5 +- 11 files changed, 3635 insertions(+), 5 deletions(-) create mode 100644 arch/arm/dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi create mode 100644 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi create mode 100644 arch/arm/dts/k3-am625-beagleplay.dts create mode 100644 arch/arm/dts/k3-am625-r5-beagleplay.dts create mode 100644 configs/am62x_beagleplay_a53_defconfig create mode 100644 configs/am62x_beagleplay_r5_defconfig create mode 100644 doc/board/ti/am62x_beagleplay.rst -- 2.40.0