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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7F0CC433F5 for ; Tue, 30 Nov 2021 08:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234241AbhK3IUc (ORCPT ); Tue, 30 Nov 2021 03:20:32 -0500 Received: from mail.emtrion.de ([87.139.198.129]:28992 "EHLO mail3.emtrion.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229951AbhK3IUc (ORCPT ); Tue, 30 Nov 2021 03:20:32 -0500 Received: from emtrion-yocto-comrzn1d.emtrion.local (2003:f9:5824:1:20c:29ff:fe08:43c4) by EMT-KA-S004.emtrion.local (2003:f9:5824:1:c59f:32f4:72e5:b9e1) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 30 Nov 2021 09:17:12 +0100 From: To: , CC: , , Subject: [PATCH 0/2] new emtrion hardware emSBC-Argon Date: Tue, 30 Nov 2021 09:16:52 +0100 Message-ID: <20211130081654.119028-1-reinhold.mueller@emtrion.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [2003:f9:5824:1:20c:29ff:fe08:43c4] X-ClientProxiedBy: EMT-KA-S004.emtrion.local (2003:f9:5824:1:c59f:32f4:72e5:b9e1) To EMT-KA-S004.emtrion.local (2003:f9:5824:1:c59f:32f4:72e5:b9e1) X-C2ProcessedOrg: 5b249fcb-306f-4927-9982-5d11b1d300ce Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Reinhold Mueller This patch series splits the former patch Re: [PATCH] arm: dts: stm32mp157c: Add support for the emtrion emSBC-Argon in dts patches and yaml patches. Changes [PATCH 0/2] - split former patch in dts -and yaml patches [PATCH 1/2] - no fixes [PATCH 2/2] - small modification in subject name - node name for leds moved to led-X - update of clocknames removed, already defined in stm32mp151.dtsi - removing some unneeded entries status = "disabled" - moved pin configurations to stm32mp15-pinctrl Reinhold Mueller (2): dt-bindings: arm/stm32: Add emtrion hardware emSBC-Argon ARM: dts: stm32: Add support for the emtrion emSBC-Argon .../devicetree/bindings/arm/stm32/stm32.yaml | 8 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 92 +++ arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts | 53 ++ .../boot/dts/stm32mp157c-emstamp-argon.dtsi | 552 ++++++++++++++++++ 5 files changed, 706 insertions(+) create mode 100644 arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts create mode 100644 arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi -- 2.20.1