From patchwork Thu Jan 18 09:26:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dharma Balasubiramani X-Patchwork-Id: 13522629 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 D0012C4707B for ; Thu, 18 Jan 2024 09:26:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 08D1210E71F; Thu, 18 Jan 2024 09:26:29 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id E9E3110E71F for ; Thu, 18 Jan 2024 09:26:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1705569987; x=1737105987; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NJVFcLa/GpBv3AjdT4rDj6BwFWgZhgmaC/z+xbxkvQs=; b=mmxicVmTsu/g/QOLFZxubaR3bAj7dVg8ltq3xQQy5gMMhhMGv//d1Qcj p7DlE7J1slTK3pd58HD+qnGdpditWshJTAvmM8dKHHpxJ1MVG2VI6UXm4 X+pM0V0dP0uiiwU8kbP7n5bisUL15E55kA8jfGdQavPeknA7jUH2LUc2k JTt9nmLms0m+Q8m8WY1WjBJV0K71yyjs/Z9CMT6lUFOlzt0bFm8TtF5Bh hxvhcyvM1dPZU3yfEulEFmhFHek7OnSsWmhZhamxguJUVYX0MX3unMfPD Afc8yweAN7Tu8Uz2ObB6H8k9//Ryci7yLD5gsB632/XFCyjHnMaD79+ix w==; X-CSE-ConnectionGUID: 8PwEWqB5SQOEARetLbE3nA== X-CSE-MsgGUID: /baI4wwRR5mBWaNfWyEXyw== X-IronPort-AV: E=Sophos;i="6.05,201,1701154800"; d="scan'208";a="14928884" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 18 Jan 2024 02:26:26 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 18 Jan 2024 02:26:24 -0700 Received: from che-lt-i70843lx.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 18 Jan 2024 02:26:15 -0700 From: Dharma Balasubiramani To: , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v3 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema Date: Thu, 18 Jan 2024 14:56:09 +0530 Message-ID: <20240118092612.117491-1-dharma.b@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux4microchip@microchip.com, Dharma Balasubiramani Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Converted the text bindings to YAML and validated them individually using following commands $ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ $ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ changelogs are available in respective patches. Dharma Balasubiramani (3): dt-bindings: display: convert Atmel's HLCDC to DT schema dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format .../atmel/atmel,hlcdc-display-controller.yaml | 84 ++++++++++++++++ .../bindings/display/atmel/hlcdc-dc.txt | 75 -------------- .../devicetree/bindings/mfd/atmel,hlcdc.yaml | 97 +++++++++++++++++++ .../devicetree/bindings/mfd/atmel-hlcdc.txt | 56 ----------- .../bindings/pwm/atmel,hlcdc-pwm.yaml | 44 +++++++++ .../bindings/pwm/atmel-hlcdc-pwm.txt | 29 ------ 6 files changed, 225 insertions(+), 160 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/atmel/atmel,hlcdc-display-controller.yaml delete mode 100644 Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt create mode 100644 Documentation/devicetree/bindings/mfd/atmel,hlcdc.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt create mode 100644 Documentation/devicetree/bindings/pwm/atmel,hlcdc-pwm.yaml delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt