From patchwork Mon May 15 19:13:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 682100 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 47158C7EE30 for ; Mon, 15 May 2023 19:14:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244797AbjEOTOH (ORCPT ); Mon, 15 May 2023 15:14:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244521AbjEOTN5 (ORCPT ); Mon, 15 May 2023 15:13:57 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0473414E4A; Mon, 15 May 2023 12:13:48 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34FJDT1s044472; Mon, 15 May 2023 14:13:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1684178009; bh=A7l2NpUrr/7KplI6go0xSg7l1rvsDgvCSLLPD3BKYHI=; h=From:To:CC:Subject:Date; b=OFOL+RLU1PogyfZpMazvfnupUe4OD/o9WrXaCARERxXWkbojbGGwPWd4ROB9qvZFf ghq7qyYPNEwD/rNb2xl5baFRlwqVBSLBGeLDFuahd1Px/Zf7QMMuTs3/j7mgfrkXza nSLsesq6SUdnxEnbEnA6SYDkee58pqDGan/5HGus= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34FJDTd2042149 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 15 May 2023 14:13:29 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 15 May 2023 14:13:28 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE100.ent.ti.com (157.170.170.30) 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, 15 May 2023 14:13:28 -0500 Received: from lelv0327.itg.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34FJDSK4005699; Mon, 15 May 2023 14:13:28 -0500 From: Andrew Davis To: Lee Jones , Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Linus Walleij , Geert Uytterhoeven , Daniel Tang , Fabian Vogt CC: , , , Andrew Davis Subject: [PATCH v7 0/9] TI-Nspire cleanups Date: Mon, 15 May 2023 14:13:17 -0500 Message-ID: <20230515191326.608638-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello all, This series is an extended version of the series started here[0] and here[1]. We break out what was the first patch into one for DTS change and one for code changes as suggested by Krzysztof. Those are now patches 1 and 8 of this series (I kept the ACKs, hope that is okay). While I was adding that, I noticed some other dtbs_check issues, so while here fixed some of those up too (patches 2-6). Thanks, Andrew [0] https://lore.kernel.org/lkml/20221026161302.5319-1-afd@ti.com/ [1] https://lore.kernel.org/linux-arm-kernel/20221027181337.8651-1-afd@ti.com/ Changes from v6: - Old first patch was taken, remove from series - Add new patch 7/9, should be trivial enough Changes from v5: - Rebase on latest master - Fix DT binding comments from Rob and add ACK Changes from v4: - Rebase on latest master Changes from v3: - Add Reviewed-by - Make new binding for patch #1 Changes from v2: - See cover letter message Changes from v1: - Add ACKs - Rebase on latest Andrew Davis (9): ARM: dts: nspire: Use syscon-reboot to handle restart ARM: dts: nspire: Fix cpu node to conform with DT binding ARM: dts: nspire: Fix sram node to conform with DT binding ARM: dts: nspire: Fix vbus_reg node to conform with DT binding ARM: dts: nspire: Fix uart node to conform with DT binding ARM: dts: nspire: Use MATRIX_KEY macro for linux,keymap ARM: dts: nspire: Remove file name from the files themselves ARM: nspire: Use syscon-reboot to handle restart ARM: nspire: Remove unused header file mmio.h arch/arm/boot/dts/nspire-classic.dtsi | 2 - arch/arm/boot/dts/nspire-clp.dts | 93 +++++++++++++++++++------- arch/arm/boot/dts/nspire-cx.dts | 95 ++++++++++++++++++++------- arch/arm/boot/dts/nspire-tp.dts | 93 +++++++++++++++++++------- arch/arm/boot/dts/nspire.dtsi | 26 ++++++-- arch/arm/mach-nspire/Kconfig | 2 + arch/arm/mach-nspire/mmio.h | 16 ----- arch/arm/mach-nspire/nspire.c | 24 ------- 8 files changed, 231 insertions(+), 120 deletions(-) delete mode 100644 arch/arm/mach-nspire/mmio.h