From patchwork Tue Jan 10 01:49:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Zhang X-Patchwork-Id: 641101 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 A8EB0C54EBD for ; Tue, 10 Jan 2023 01:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235154AbjAJBuZ (ORCPT ); Mon, 9 Jan 2023 20:50:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230039AbjAJBuS (ORCPT ); Mon, 9 Jan 2023 20:50:18 -0500 Received: from SHSQR01.spreadtrum.com (mx1.unisoc.com [222.66.158.135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A2CEF02C for ; Mon, 9 Jan 2023 17:50:15 -0800 (PST) Received: from SHSend.spreadtrum.com (bjmbx02.spreadtrum.com [10.0.64.8]) by SHSQR01.spreadtrum.com with ESMTP id 30A1noT8015334; Tue, 10 Jan 2023 09:49:50 +0800 (+08) (envelope-from Chunyan.Zhang@unisoc.com) Received: from ubt.spreadtrum.com (10.0.74.87) by BJMBX02.spreadtrum.com (10.0.64.8) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Tue, 10 Jan 2023 09:49:48 +0800 From: Chunyan Zhang To: Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski CC: , , Baolin Wang , Orson Zhai , "Chunyan Zhang" , Chunyan Zhang , LKML Subject: [PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512 Date: Tue, 10 Jan 2023 09:49:40 +0800 Message-ID: <20230110014943.2196046-1-chunyan.zhang@unisoc.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.0.74.87] X-ClientProxiedBy: SHCAS03.spreadtrum.com (10.0.1.207) To BJMBX02.spreadtrum.com (10.0.64.8) X-MAIL: SHSQR01.spreadtrum.com 30A1noT8015334 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org V4: - Rebased on v6.2-rc1; V3-resend: - Added Reviewed-by from Rob Herring. V3: - Removed a example from sprd,gpio-eic.yaml; - Added '|' at the beginning of description blocks; - Added Reviewed-by tags from Krzysztof Kozlowski and Linus Walleij. Changes on V2: * Addressed review comments: - Fixed typo; - Added description for 'reg' property and modified its maxItems; - Removed redundant examples; - Rephrased commit message. Chunyan Zhang (3): dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml dt-bindings: gpio: Add compatible string for Unisoc UMS512 .../bindings/gpio/gpio-eic-sprd.txt | 97 -------------- .../devicetree/bindings/gpio/gpio-sprd.txt | 28 ---- .../bindings/gpio/sprd,gpio-eic.yaml | 124 ++++++++++++++++++ .../devicetree/bindings/gpio/sprd,gpio.yaml | 75 +++++++++++ 4 files changed, 199 insertions(+), 125 deletions(-) delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-sprd.txt create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio.yaml