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 92A5AC433F5 for ; Thu, 3 Mar 2022 14:12:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233952AbiCCONM (ORCPT ); Thu, 3 Mar 2022 09:13:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229914AbiCCONK (ORCPT ); Thu, 3 Mar 2022 09:13:10 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA71A18CC0E; Thu, 3 Mar 2022 06:12:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646316745; x=1677852745; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OmW3wFitWOZ9d4nCwITn7KMkbSxKvXR3UNgpfKrtjjc=; b=aTwDrlzxpfkpMTYgCZ0fE5V6N7yUUAFrc5DQVyIpmY1AWDBr8EOWB7/X K/48BORewPNTp2n9Et5yZp2YVX4/UToz57nBTV+e3aOfa1nvY2vGPeZeF 5ZK/QxfVWceO8kM9vzXDAL5n2LllkkAErPVRNFCIruF5vJNfu6pgLOEE2 8ndO3dxWW4o2xat+elbD3lEaZ6eIUKNoCx/Ku7+UFlR1CKXwApm0+LXRT puou0US0e/GWf8ncCqxR/sGskRH93hLXA9A/uJkFypqrP3KB7QL8tsQbG EuHOZJBTLxxm+raPhRveJY2CrF1pEhAG0BlTwZePPQvUYhmYIpWr5MIYS g==; X-IronPort-AV: E=Sophos;i="5.90,151,1643698800"; d="scan'208";a="147960138" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Mar 2022 07:12:24 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) 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; Thu, 3 Mar 2022 07:12:23 -0700 Received: from ROB-ULT-M68701.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 3 Mar 2022 07:12:18 -0700 From: Sergiu Moga To: , , , , , CC: , , , , Sergiu Moga Subject: [PATCH v2 0/5] dt-bindings: rtc: convert at91sam9 bindings to Date: Thu, 3 Mar 2022 16:06:21 +0200 Message-ID: <20220303140626.38129-1-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series addresses the conversion of the RTC binding for Atmel/Microchip SoCs to Device Tree Schema format. It also changes the node names from some of the "dtsi" files from "rtt" to the more generic "rtc", while moving some of the specific properties from the "dts" files to the "dtsi" files as well as adding this required property to the "dtsi" files that were missing it. Changes since v1: - Add the "start-year" property as suggested by Alexandre Belloni - Fix the errors generated from not using the more generic "rtc" node name for the example of the binding, as suggested by Krzysztof Kozlowski - Replace the "uint32-array" type of the "atmel,rtt-rtc-time-reg" property with "syscon", as suggested by Krzysztof Kozlowski - Move the "atmel,rtt-rtc-time-reg" property from some of the Atmel/Microchip board files to the SoC files - Add the "atmel,rtt-rtc-time-reg" required property to the Atmel/Microchip SoC files that were missing it - Use the more generic "rtc" node name inside the Atmel/Microchip SoC files that were using "rtt" instead - Add SAMA7G5 compatible strings list to the DT binding Sergiu Moga (5): ARM: dts: at91: Move rtt node properties from "dts" file to "dtsi" file ARM: dts: at91: Add the required `atmel,rtt-rtc-time-reg` property ARM: dts: at91: Use the generic "rtc" node name for the rtt IPs dt-bindings: rtc: convert at91sam9 bindings to json-schema dt-bindings: rtc: at91: Add SAMA7G5 compatible strings list .../bindings/rtc/atmel,at91sam9-rtc.txt | 25 ------- .../bindings/rtc/atmel,at91sam9-rtc.yaml | 65 +++++++++++++++++++ arch/arm/boot/dts/at91-sam9x60ek.dts | 5 -- arch/arm/boot/dts/at91-sama7g5ek.dts | 4 -- arch/arm/boot/dts/at91sam9260.dtsi | 1 + arch/arm/boot/dts/at91sam9260ek.dts | 1 - arch/arm/boot/dts/at91sam9261.dtsi | 1 + arch/arm/boot/dts/at91sam9263.dtsi | 2 + arch/arm/boot/dts/at91sam9g45.dtsi | 1 + arch/arm/boot/dts/at91sam9m10g45ek.dts | 1 - arch/arm/boot/dts/at91sam9rl.dtsi | 1 + arch/arm/boot/dts/sam9x60.dtsi | 3 +- arch/arm/boot/dts/sama7g5.dtsi | 3 +- 13 files changed, 75 insertions(+), 38 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt create mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml -- 2.25.1 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 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 BBE8AC433F5 for ; Thu, 3 Mar 2022 14:13:43 +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=9DmvTX4JWplcEe4QqHfAjt7oN/tdQd28/No2//2FZMY=; b=pNOm13i0cGQvr2 s5LV27wtPoBd6oceWG1IJJ0fqkauAHD5vAKidJGmfFvFcf/sU8uwiN/7fO8p/UPaUtmsajGmO02Cx sNudiklyf+SSFkCHYjoSONyWoZVrsMDRZ00aPpLjCtPa0DjKetwk/EH2nkb7NPRH/wDwHEpNLs84f As6W+/hGvj61l7ILVq62kbMGCG/ooK6CNLG9dOmd6xi56g2seH3qN4NVxj0iMU9MsFn7lyN5nxNl0 xPXEExZvktMaBGa26Pnbyelwpj93Enc7bTMNivqlDo1iiJetRw2XDWcfDRc1F7RM5p4+4Hs5NePFM 5tNJERh+oGLz5W0SzBIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPmBx-006Zk8-UP; Thu, 03 Mar 2022 14:12:30 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPmBu-006ZjM-KJ for linux-arm-kernel@lists.infradead.org; Thu, 03 Mar 2022 14:12:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646316747; x=1677852747; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OmW3wFitWOZ9d4nCwITn7KMkbSxKvXR3UNgpfKrtjjc=; b=c5trMpaKaG96ODI7tumRY8HSTR8ZaFz6q1FRPnrMcvtenqekOrzOut4V pvq/WXoKb+IlrH6c7f6b28AmzaLVFYy9zHKzSOeo20AHVjUO/GzfCB/o3 wRtum/inFx5fyTHkiKkO+Sob6szRRKwoazVjZuf2Q0vYbVJBjKWKf3YeD rhor8D3IBg+Fdl2d2He7jsK8Ft1DAiH1YT3Ayetphuy2FYh1NbvHIkz41 uZ0V7ixhIuWj4c0fmPxSBDwzYuAsKz6okePVz8Bt9p8NcEjzt3bhbmDWi EgAJp2HwCYI6VJfp3gGtvePb/EVAq7T6cjweyDiSpE5WFQmaMkD3mXlCf A==; X-IronPort-AV: E=Sophos;i="5.90,151,1643698800"; d="scan'208";a="147960138" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Mar 2022 07:12:24 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) 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; Thu, 3 Mar 2022 07:12:23 -0700 Received: from ROB-ULT-M68701.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 3 Mar 2022 07:12:18 -0700 From: Sergiu Moga To: , , , , , CC: , , , , Sergiu Moga Subject: [PATCH v2 0/5] dt-bindings: rtc: convert at91sam9 bindings to Date: Thu, 3 Mar 2022 16:06:21 +0200 Message-ID: <20220303140626.38129-1-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220303_061226_761004_070F17C8 X-CRM114-Status: GOOD ( 14.33 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch series addresses the conversion of the RTC binding for Atmel/Microchip SoCs to Device Tree Schema format. It also changes the node names from some of the "dtsi" files from "rtt" to the more generic "rtc", while moving some of the specific properties from the "dts" files to the "dtsi" files as well as adding this required property to the "dtsi" files that were missing it. Changes since v1: - Add the "start-year" property as suggested by Alexandre Belloni - Fix the errors generated from not using the more generic "rtc" node name for the example of the binding, as suggested by Krzysztof Kozlowski - Replace the "uint32-array" type of the "atmel,rtt-rtc-time-reg" property with "syscon", as suggested by Krzysztof Kozlowski - Move the "atmel,rtt-rtc-time-reg" property from some of the Atmel/Microchip board files to the SoC files - Add the "atmel,rtt-rtc-time-reg" required property to the Atmel/Microchip SoC files that were missing it - Use the more generic "rtc" node name inside the Atmel/Microchip SoC files that were using "rtt" instead - Add SAMA7G5 compatible strings list to the DT binding Sergiu Moga (5): ARM: dts: at91: Move rtt node properties from "dts" file to "dtsi" file ARM: dts: at91: Add the required `atmel,rtt-rtc-time-reg` property ARM: dts: at91: Use the generic "rtc" node name for the rtt IPs dt-bindings: rtc: convert at91sam9 bindings to json-schema dt-bindings: rtc: at91: Add SAMA7G5 compatible strings list .../bindings/rtc/atmel,at91sam9-rtc.txt | 25 ------- .../bindings/rtc/atmel,at91sam9-rtc.yaml | 65 +++++++++++++++++++ arch/arm/boot/dts/at91-sam9x60ek.dts | 5 -- arch/arm/boot/dts/at91-sama7g5ek.dts | 4 -- arch/arm/boot/dts/at91sam9260.dtsi | 1 + arch/arm/boot/dts/at91sam9260ek.dts | 1 - arch/arm/boot/dts/at91sam9261.dtsi | 1 + arch/arm/boot/dts/at91sam9263.dtsi | 2 + arch/arm/boot/dts/at91sam9g45.dtsi | 1 + arch/arm/boot/dts/at91sam9m10g45ek.dts | 1 - arch/arm/boot/dts/at91sam9rl.dtsi | 1 + arch/arm/boot/dts/sam9x60.dtsi | 3 +- arch/arm/boot/dts/sama7g5.dtsi | 3 +- 13 files changed, 75 insertions(+), 38 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt create mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel