From patchwork Mon Jul 17 09:42:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaewon Kim X-Patchwork-Id: 13316434 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 mailout2.samsung.com ([203.254.224.25]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qLKpG-003g2c-24 for linux-arm-kernel@lists.infradead.org; Mon, 17 Jul 2023 09:47:39 +0000 Received: from epcas2p4.samsung.com (unknown [182.195.41.56]) by mailout2.samsung.com (KnoxPortal) with ESMTP id 20230717094723epoutp02149b2deea32a24b02f267aad9fe96506~ynqVXeXIw1815318153epoutp02i for ; Mon, 17 Jul 2023 09:47:23 +0000 (GMT) From: Jaewon Kim Subject: [PATCH v4 1/2] dt-bindings: pwm: samsung: add exynosautov9 compatible Date: Mon, 17 Jul 2023 18:42:01 +0900 Message-Id: <20230717094202.18296-2-jaewon02.kim@samsung.com> In-Reply-To: <20230717094202.18296-1-jaewon02.kim@samsung.com> References: <20230717094202.18296-1-jaewon02.kim@samsung.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+lwn-linux-arm-kernel=archive.lwn.net@lists.infradead.org List-Archive: To: Thierry Reding , =?utf-8?q?Uwe_Kleine-K=C3=B6n?= =?utf-8?q?ig?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Jaewon Kim Add samsung,exynosautov9-pwm compatible string to binding document. Signed-off-by: Jaewon Kim --- .../devicetree/bindings/pwm/pwm-samsung.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml index fe603fb1b2cc..6f65e2b52f52 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml @@ -20,12 +20,16 @@ description: |+ properties: compatible: - enum: - - samsung,s3c2410-pwm # 16-bit, S3C24xx - - samsung,s3c6400-pwm # 32-bit, S3C64xx - - samsung,s5p6440-pwm # 32-bit, S5P64x0 - - samsung,s5pc100-pwm # 32-bit, S5PC100, S5PV210, Exynos4210 rev0 SoCs - - samsung,exynos4210-pwm # 32-bit, Exynos + oneOf: + - const: samsung,s3c2410-pwm # 16-bit + - const: samsung,s3c6400-pwm # 32-bit, S3C64xx + - const: samsung,s5p6440-pwm # 32-bit, S5P64x0 + - const: samsung,s5pc100-pwm # 32-bit, S5PC100, S5PV210, Exynos4210 rev0 SoCs + - const: samsung,exynos4210-pwm # 32-bit, Exynos + - items: + - enum: + - samsung,exynosautov9-pwm # 32-bit, ExynosAutov9 + - const: samsung,exynos4210-pwm reg: maxItems: 1