From patchwork Mon Dec 18 15:30:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13497135 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C66BBC35274 for ; Mon, 18 Dec 2023 15:30:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 85554C433C9; Mon, 18 Dec 2023 15:30:53 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 621CCC433C8; Mon, 18 Dec 2023 15:30:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 621CCC433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3BIFUd77126252; Mon, 18 Dec 2023 09:30:39 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1702913439; bh=xAs4EhyOhWeylnCWSyUBeu/JKufN7phFIzjaz4yET0U=; h=Date:From:To:CC:Subject; b=ITlzFuuL5Po6nuGOKxcImazOOCo4CaHOSUBsH8IeMnGDMx1OrEScGJA2OEYT2U5K2 ezGDS3XFkiD8W8MFfNkvnPZgMHMpnSTrLZEbUHlYQkT5fxeMlkeo21osincgbdi6g4 1vo3KxQ5pqiGHMy2EVIMDatGXGJtmB0AE/GuW96M= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3BIFUd4U126529 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 18 Dec 2023 09:30:39 -0600 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 18 Dec 2023 09:30:39 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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.2507.23 via Frontend Transport; Mon, 18 Dec 2023 09:30:39 -0600 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3BIFUdNJ022454; Mon, 18 Dec 2023 09:30:39 -0600 Date: Mon, 18 Dec 2023 09:30:39 -0600 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL] ARM: dts: ti: keystone: Updates for v6.8 Message-ID: <20231218153039.dok52xazqshbr6ie@playroom> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-dt-for-v6.8 for you to fetch changes up to c1170c1d04d5bfbd9b38cb968d45b77e6bda2098: ARM: dts: ti: keystone: minor whitespace cleanup around '=' (2023-11-24 12:53:00 -0600) ---------------------------------------------------------------- Keystone2 device tree updates for v6.8 Cosmetic cleanups: * white space cleanup around '=' ---------------------------------------------------------------- Krzysztof Kozlowski (1): ARM: dts: ti: keystone: minor whitespace cleanup around '=' arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi | 6 +++--- arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi | 6 +++--- arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi | 6 +++--- arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-)