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 45CC3C433F5 for ; Mon, 7 Mar 2022 14:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243382AbiCGOuN (ORCPT ); Mon, 7 Mar 2022 09:50:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243378AbiCGOuJ (ORCPT ); Mon, 7 Mar 2022 09:50:09 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7D1D8565F; Mon, 7 Mar 2022 06:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646664555; x=1678200555; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5M1nFKFcHhsGHQ78nA06jAl9IgByLshig5mIspL08OM=; b=sdG311a8t2GIEVEWSmBhT2cDrjvLZbsEWBOxK67+h8NBivuIJONlcQZ5 A4/S8fQarbGANBAYgHwz+WESswqQECWlu1rW17RBXm9xgdRQMSiRsTnNl dCsUcdeCIFnsQDbF2CBsr0HkE0WdtnziwmT+jQ+/vF0fSMeDV5wS2l6xi KxaT9dlO83/9myJu3PRSEuZpqXmwGgEnkps2Vf9uYRZnHkAe5qNkmdh7s ahDC1EuVwgErzvQu4rrBgyMwls4GdaBgrlyNyu6NmBor4x2j0o7ITiPo2 qZpPe+/ecDMyOMhMf3pbV9XFIElmk970juRRd9ErWARspPoexlX3tkFcr Q==; X-IronPort-AV: E=Sophos;i="5.90,162,1643698800"; d="scan'208";a="155505337" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Mar 2022 07:49:15 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.87.72) by chn-vm-ex02.mchp-main.com (10.10.87.72) 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 07:49:14 -0700 Received: from ROB-ULT-M68701.amer.actel.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 7 Mar 2022 07:49:09 -0700 From: Sergiu Moga To: , , , , , , , CC: , , , , Sergiu Moga Subject: [PATCH v2 2/2] dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list Date: Mon, 7 Mar 2022 16:46:52 +0200 Message-ID: <20220307144652.162706-3-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220307144652.162706-1-sergiu.moga@microchip.com> References: <20220307144652.162706-1-sergiu.moga@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add compatible strings list for SAMA7G5. Signed-off-by: Sergiu Moga Reviewed-by: Krzysztof Kozlowski --- .../bindings/pwm/atmel,at91sam-pwm.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml index 2d5dd51a6a55..9cc08e0eb1fc 100644 --- a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml @@ -15,11 +15,16 @@ maintainers: properties: compatible: - enum: - - atmel,at91sam9rl-pwm - - atmel,sama5d3-pwm - - atmel,sama5d2-pwm - - microchip,sam9x60-pwm + oneOf: + - items: + - enum: + - atmel,at91sam9rl-pwm + - atmel,sama5d3-pwm + - atmel,sama5d2-pwm + - microchip,sam9x60-pwm + - items: + - const: microchip,sama7g5-pwm + - const: atmel,sama5d2-pwm reg: maxItems: 1 -- 2.25.1