From patchwork Tue Jul 26 08:49:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 12929046 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 650BFC433EF for ; Tue, 26 Jul 2022 08:48:18 +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=DOvQ7GDin+eb6QtIpOlAJxy6G/B6tr+AooYa5wX6b8s=; b=fUx+RoqKR0PGIM TJc/0RTmTbABL5jeAvJFFyCtvg2SYEs3TfDEtULJ/sAL+CjNEtV91tNcexjwwtniXecTeHz5SairO hx2MHDBC/YwT3+4iY4NPWY7KfCQoZ4IE28zQNwDcWRMnvnN0Auj0zHLe1YL7ob/4yis7xkJPZeTk5 p0tmzsuRxIdseHBn+2nqjrxm0Pk+/ltWe64zIp28PFTBWmBBee18YQb05H0G95XbF2M3x9pryI3cu aZx+jZ1/4umvaJv2Sb0HvL/SvPpvonEKpHPFd4B79j3ZLEpWLToO3QldVwmfdJZyJR0usZcYHHGoO dZAjEUUKA7j5LrTx2CYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oGGDh-00ATwI-KL; Tue, 26 Jul 2022 08:47:13 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oGGDc-00ATtX-VT for linux-arm-kernel@lists.infradead.org; Tue, 26 Jul 2022 08:47:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658825229; x=1690361229; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9U1mkdUyKbzCBO7q90cuU9y68G122KuYrTFj1QB3h2g=; b=Mif2jgEO+CBjnj1OI9umnP/u8/jjjzhQboX6dA6HbbQQpwhUGRfwiXFf e06SfaC8Pmo4KO3c3/RfQOTcvjdnSOC4zAE3IaiMZS30+Suiz1CiIHvx0 yJHLuKcpXcwC1JLYBiw1euixA3pdZaToqR3W+H4Grh+DRtQ5y2b3zbwET 80r2wQCmFUu4KnRJ7W8R77/gMWqVa/HFuHVjvdnfz0I0SDyddjaNWhOk+ p8gSuSbCiC8FMRN7EgNqsEORVL3SXgR2aEe8Z1k8D/zTWA9VGZqDwePUx x0jKhFhgLFTdpZa1wGSPMpHhPtRjk+LRnl9ae69ULvJF+ZCBB6ieaFjgC Q==; X-IronPort-AV: E=Sophos;i="5.93,193,1654585200"; d="scan'208";a="173643989" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 26 Jul 2022 01:47:09 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Tue, 26 Jul 2022 01:47:08 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Tue, 26 Jul 2022 01:47:05 -0700 From: Claudiu Beznea To: , , , CC: , , , , Claudiu Beznea Subject: [PATCH] ARM: dts: lan966x: keep lan966 entries alphabetically sorted Date: Tue, 26 Jul 2022 11:49:31 +0300 Message-ID: <20220726084931.1789855-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220726_014709_040238_F1D2C150 X-CRM114-Status: UNSURE ( 9.15 ) 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 Keep LAN966 entries alphabetically sorted. Signed-off-by: Claudiu Beznea Acked-by: Krzysztof Kozlowski --- This is based on [1] which is at the moment only in at91-dt branch. Thank you, Claudiu Beznea [1] https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?h=at91-dt&id=6239b21bbc538e94a4362eb21b0d1479e2a0a1df arch/arm/boot/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 6a6166e3a405..f12c5c1b1c93 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -770,9 +770,9 @@ dtb-$(CONFIG_SOC_IMX7ULP) += \ dtb-$(CONFIG_SOC_IMXRT) += \ imxrt1050-evk.dtb dtb-$(CONFIG_SOC_LAN966) += \ - lan966x-pcb8291.dtb \ lan966x-kontron-kswitch-d10-mmt-6g-2gs.dtb \ lan966x-kontron-kswitch-d10-mmt-8g.dtb \ + lan966x-pcb8291.dtb \ lan966x-pcb8309.dtb dtb-$(CONFIG_SOC_LS1021A) += \ ls1021a-iot.dtb \