From patchwork Mon Mar 7 13:03:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergiu Moga X-Patchwork-Id: 548974 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 BCD7FC433EF for ; Mon, 7 Mar 2022 13:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232482AbiCGNEt (ORCPT ); Mon, 7 Mar 2022 08:04:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239342AbiCGNEs (ORCPT ); Mon, 7 Mar 2022 08:04:48 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 222B770F75; Mon, 7 Mar 2022 05:03:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646658234; x=1678194234; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YS1Q5Iq+4wBzXHt/JGOV5it1q6BB1K1SeUenRcQi0Fk=; b=GUCTH1YHboq6mIcDEdxoaWOlegtNdSNCGvFfkJW+2zdyRPOUFnp2MmW6 mXrLGnl1BS6tOZOn1GoUhR7BZenY1F+FHevxzJvSgWIxht4lOj1G4aSvs DuwYpEobDR8j63DiofIcdhRBr0KEzvowNsdZYVbTNJdRWyU52hriO82Kr NK4/YqhIRboMezi2/eCwTaf2s1fAfWfZFvq3st0xs+JqAi/PzDThVkAwG 4AGGdp1ZrAqcHsSzTw5rGWdOku/O72f7YVRSGH/M3r4c6yqGE1K8hi0pL JBX0VMrIqL3zz49TylPjs1J3Bjn9dk36yFgCoQT3kkd7yRRD8n4kHGap+ Q==; X-IronPort-AV: E=Sophos;i="5.90,162,1643698800"; d="scan'208";a="164771398" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Mar 2022 06:03:54 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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.2375.17; Mon, 7 Mar 2022 06:03:53 -0700 Received: from ROB-ULT-M68701.amer.actel.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 7 Mar 2022 06:03:46 -0700 From: Sergiu Moga To: , , , , , , , CC: , , , , Sergiu Moga Subject: [PATCH 0/2] dt-bindings: pwm: convert atmel pwm to json-schema Date: Mon, 7 Mar 2022 15:03:05 +0200 Message-ID: <20220307130307.106102-1-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch series addresses the conversion of the Atmel PWM DT binding to the DT Schema format and adds the SAMA7G5 compatible to the respective converted binding. Sergiu Moga (2): dt-bindings: pwm: convert atmel pwm to json-schema dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list .../devicetree/bindings/pwm/atmel-pwm.txt | 35 ---------- .../devicetree/bindings/pwm/atmel-pwm.yaml | 67 +++++++++++++++++++ 2 files changed, 67 insertions(+), 35 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt create mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.yaml