From patchwork Wed Feb 23 08:58:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12756581 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 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 CF19FC433F5 for ; Wed, 23 Feb 2022 09:00:07 +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=A59TC7MjfUQ74gyCqBGbPMz91pYK3bAUwEKKc5YlGq4=; b=citYA2ec6p2+jX 9vn4xTvTTy36v5UiorDqLzWYHHkF2GOKfYhDUoZvIkoWwk1mcQQWOo7l+c7a4GCQfa+Ll/D8quLg+ R7LiV2oCizco5nllClYlr7ZTyadNygTZf7Jbvg7t/zKZhlJ+nzUxHKqeO1WKmjJmOetL6LjeQikNA u1tE8vfC+2WVXAy/ftfoRX+V2RhNr3sRAZ0wB3rUrrA+5kO4kxsaD1zY2WVZn3p9ddX5c1CNzTdXK XFT650QnOD8M1CPV4c70v0i5pPAErAnKWk5uu4toxWNHN9fNCd9LuVCvM6lk6ZEjOPKyDwC+oya9u QAKIGhgXSwG9J/LUYPag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMnUA-00DMvU-9C; Wed, 23 Feb 2022 08:58:58 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMnU4-00DMtW-SV for linux-arm-kernel@lists.infradead.org; Wed, 23 Feb 2022 08:58:54 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 8F6F780A4; Wed, 23 Feb 2022 08:57:56 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Devicetree changes for omaps for v5.18 Date: Wed, 23 Feb 2022 10:58:47 +0200 Message-Id: X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220223_005853_017517_16D6602A X-CRM114-Status: UNSURE ( 9.76 ) 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.18/dt-signed for you to fetch changes up to 668e2f58ed8b1920143ea1072ad8d02440132306: ARM: dts: am335x-sancloud-bbe-extended-wifi: New devicetree (2022-02-18 10:33:15 +0200) ---------------------------------------------------------------- Devicetree changes for omaps for v5.18 Devicetree changes for omaps for v5.18: - The devicetree node naming for pdu001 RTC name gets corrected - For logicpd-torpedo baseboard, isp1763 USB controller gets added - New board variant for SanCloud BBE Extended WiFi gets added ---------------------------------------------------------------- Adam Ford (1): ARM: dts: logicpd-torpedo: Add isp1763 support to baseboard Paul Barker (1): ARM: dts: am335x-sancloud-bbe-extended-wifi: New devicetree Thierry Reding (1): ARM: dts: am334x: pdu001: Use correct node name for RTC arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am335x-pdu001.dts | 2 +- .../boot/dts/am335x-sancloud-bbe-extended-wifi.dts | 113 +++++++++++++++++++++ arch/arm/boot/dts/logicpd-torpedo-35xx-devkit.dts | 8 ++ arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 9 ++ arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi | 41 +++++++- 6 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/am335x-sancloud-bbe-extended-wifi.dts