From patchwork Fri Jun 16 10:16:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 13282574 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 2C488EB64D8 for ; Fri, 16 Jun 2023 10:17:33 +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=D4px418hY3e43a73SZOkS9+hBSsrMNrmijRKK4M76Og=; b=VJUnZmSlSNipct XBHSDFq5pkBiaWZqPT300vlG8zJFWhVqvoDZFdNyWwaFQAz2aEl/2maXmkK5P4H99Lzd8Hxs5J93S bIWTG71NuLxesNBQ2J71fCSufecOaZhW9ueKrWgh0m1BUgVnEFtiy8MGLVvh4JN70Lxus2EkmlGNb U0xRMftwCFHbbL4k3NSAVaFxLatwcoo5KAqET32j4dvixgJUNoUwaYYQa4Kz4N9fZn+a1AQw1oONe Fdk4/uytBGhRdpowvY0/IMKrErLhuM70zm0ckkcr22HqOANU2d/ZrHRZ24SkYwl4LX9B+xTi5Icse 6f5nvovq8EwVAi+J2Tag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qA6W0-00HaFP-0w; Fri, 16 Jun 2023 10:17:12 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qA6Vw-00HaE2-2w for linux-arm-kernel@lists.infradead.org; Fri, 16 Jun 2023 10:17:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1686910629; x=1718446629; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+yZ1J9TkgeUwFYSmwgGhVFWjrw27DTlM8sQsMjgV3EI=; b=Z8XvvWCZSLDHfRL6OkOAkvAR4j6p0/aVQ0A/RESIpsHhIHL0cRLvRRxU WlBWu547J3Cl1Gu/8YP8Fu+yyK6Gway4r0AthYw5vmil9xFHapn/qZpGT offVkniPn2EZfinb0LxBMVbBouSphShVSBPp3Uhggn5t7QRPml3D0Ly7p LkEJlEoL+V/bk2K6krufma0U9uTfnRcDgEq129hV+v/1DBfE9iQPsV/34 ZRngCGqhRqTSMf/qaWOQn7CsAT8+FPNkuIkPn/bD2kD70ucm1ukfKTwxO sT717yGPirqJduk+uzbOSUU1gcfWwhBrNxthERYHn6RZ91hax/TclyTFp Q==; X-IronPort-AV: E=Sophos;i="6.00,247,1681196400"; d="scan'208";a="218860839" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Jun 2023 03:17:04 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 16 Jun 2023 03:17:03 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 16 Jun 2023 03:17:00 -0700 From: Claudiu Beznea To: , , , , , CC: , , , , Claudiu Beznea Subject: [PATCH v3 0/4] dt-bindings: power: reset: at91: convert to YAML Date: Fri, 16 Jun 2023 13:16:42 +0300 Message-ID: <20230616101646.879480-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230616_031708_957273_62C36967 X-CRM114-Status: GOOD ( 11.42 ) 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 Hi, Series convert AT91 shutdown controllers documentation to YAML. Along with it device trees were updated and also entries to MAINTAINERS with documentation files. Thank you, Claudiu Changes in v3: - do not define properties in allOf section - used additionalProperties instead of unevaluatedProperties - fixed compatible list of patch 3/4 - s/Atmel/Microchip AT91/g in title and description sections of YAML files and in commit description - collected tags Changes in v2: - use minimum, maximum on uint32 enums instead of all possible values - change commit description for patch 3/4 to explain why there is a syscon along with microchip,sama7g5-shdwc - remove | near description entries Claudiu Beznea (4): ARM: dts: at91: use generic name for shutdown controller dt-bindings: power: reset: atmel,at91sam9260-shdwc: convert to yaml dt-bindings: power: reset: atmel,sama5d2-shdwc: convert to yaml MAINTAINERS: add documentation file for Microchip SAMA5D2 shutdown controller .../devicetree/bindings/arm/atmel-sysregs.txt | 94 --------------- .../power/reset/atmel,at91sam9260-shdwc.yaml | 82 +++++++++++++ .../power/reset/atmel,sama5d2-shdwc.yaml | 114 ++++++++++++++++++ MAINTAINERS | 1 + arch/arm/boot/dts/at91-qil_a9260.dts | 2 +- arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +- arch/arm/boot/dts/at91sam9260.dtsi | 2 +- arch/arm/boot/dts/at91sam9260ek.dts | 2 +- arch/arm/boot/dts/at91sam9261.dtsi | 2 +- arch/arm/boot/dts/at91sam9263.dtsi | 2 +- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 +- arch/arm/boot/dts/at91sam9g45.dtsi | 2 +- arch/arm/boot/dts/at91sam9n12.dtsi | 2 +- arch/arm/boot/dts/at91sam9rl.dtsi | 2 +- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- arch/arm/boot/dts/sam9x60.dtsi | 2 +- arch/arm/boot/dts/sama5d2.dtsi | 2 +- arch/arm/boot/dts/sama5d3.dtsi | 2 +- arch/arm/boot/dts/sama5d4.dtsi | 2 +- arch/arm/boot/dts/sama7g5.dtsi | 2 +- arch/arm/boot/dts/usb_a9260.dts | 2 +- arch/arm/boot/dts/usb_a9263.dts | 2 +- 24 files changed, 217 insertions(+), 114 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/reset/atmel,at91sam9260-shdwc.yaml create mode 100644 Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml